rpms/python-setuptools/devel .cvsignore, 1.11, 1.12 python-setuptools.spec, 1.15, 1.16 sources, 1.11, 1.12

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Sun Jun 22 02:19:05 UTC 2008


Author: icon

Update of /cvs/extras/rpms/python-setuptools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4801/devel

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:
Python-setuptools 0.6c8.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	14 Sep 2007 19:48:23 -0000	1.11
+++ .cvsignore	22 Jun 2008 02:18:08 -0000	1.12
@@ -1 +1 @@
-setuptools-0.6c7.tar.gz
+setuptools-0.6c8.tar.gz


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-setuptools.spec	24 Sep 2007 18:56:40 -0000	1.15
+++ python-setuptools.spec	22 Jun 2008 02:18:08 -0000	1.16
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-setuptools
-Version:        0.6c7
-Release:        2%{?dist}
+Version:        0.6c8
+Release:        1%{?dist}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 
 Group:          Applications/System
 License:        Python or ZPLv2.0
 URL:            http://peak.telecommunity.com/DevCenter/setuptools
-Source0:        http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
 Source1:        psfl.txt
 Source2:        zpl.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -41,7 +41,7 @@
 
 %prep
 %setup -q -n setuptools-%{version}
-chmod -x *.txt
+find -name '*.txt' | xargs chmod -x
 find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
 
 
@@ -50,8 +50,7 @@
 
 
 %check
-# We expect one failure with the current setup
-%{__python} setup.py test || :
+%{__python} setup.py test
 
 
 %install
@@ -64,7 +63,6 @@
 
 install -p -m 0644 %{SOURCE1} %{SOURCE2} .
 find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f
-find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x
 chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py
 
 
@@ -86,6 +84,10 @@
 
 
 %changelog
+* Sat Jun 21 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c8-1
+- Update to 0.6c8
+- Accept small tweaks from Gareth Armstrong
+
 * Mon Sep 24 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c7-2
 - Move pretty much everything back into runtime in order to avoid more
   brokenness than we're trying to address with these fixes.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	14 Sep 2007 19:48:23 -0000	1.11
+++ sources	22 Jun 2008 02:18:08 -0000	1.12
@@ -1 +1 @@
-dedbf6a4f71cd6deaf13ee885054f16b  setuptools-0.6c7.tar.gz
+0e9bbe1466f3ee29588cc09d3211a010  setuptools-0.6c8.tar.gz




More information about the fedora-extras-commits mailing list