rpms/python-py/F-13 .cvsignore, 1.10, 1.11 import.log, 1.9, 1.10 python-py.spec, 1.11, 1.12 sources, 1.10, 1.11

Thomas Moschny thm at fedoraproject.org
Sat Jul 10 11:05:31 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/python-py/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13377/F-13

Modified Files:
	.cvsignore import.log python-py.spec sources 
Log Message:
Update to 1.3.2.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	29 May 2010 07:31:54 -0000	1.10
+++ .cvsignore	10 Jul 2010 11:05:31 -0000	1.11
@@ -1 +1 @@
-py-1.3.1.tar.gz
+py-1.3.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/import.log,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- import.log	29 May 2010 07:31:54 -0000	1.9
+++ import.log	10 Jul 2010 11:05:31 -0000	1.10
@@ -7,3 +7,4 @@ python-py-1_2_0-1_fc12:HEAD:python-py-1.
 python-py-1_2_1-1_fc12:HEAD:python-py-1.2.1-1.fc12.src.rpm:1266185181
 python-py-1_3_0-1_fc12:F-13:python-py-1.3.0-1.fc12.src.rpm:1273327648
 python-py-1_3_1-1_fc13:F-13:python-py-1.3.1-1.fc13.src.rpm:1275118280
+python-py-1_3_2-1_fc13:F-13:python-py-1.3.2-1.fc13.src.rpm:1278759662


Index: python-py.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/python-py.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- python-py.spec	29 May 2010 07:31:54 -0000	1.11
+++ python-py.spec	10 Jul 2010 11:05:31 -0000	1.12
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-py
-Version:        1.3.1
+Version:        1.3.2
 Release:        1%{?prerelease:.%{prerelease}}%{?dist}
 Summary:        Rapid testing (py.test) and development utils (pylib)
 Group:          Development/Languages
@@ -29,6 +29,11 @@ and distributing code across machines.
 %prep
 %setup -q -n py-%{version}%{?prerelease}
 
+# remove shebangs and fix permissions
+find -type f -a \( -name '*.py' -o -name 'py.*' \) \
+   -exec sed -i '1{/^#!/d}' {} \; \
+   -exec chmod u=rw,go=r {} \;
+
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -38,10 +43,8 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setu
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-# remove shebangs and fix permissions
-find %{buildroot}%{python_sitelib} \( -name '*.py' -o -name 'py.*' \) \
-   -exec sed -i '1{/^#!/d}' {} \; \
-   -exec chmod u=rw,go=r {} \;
+# remove hidden file
+rm -f doc/.coverage
 
 
 %check
@@ -61,6 +64,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 10 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.3.2-1
+- Update to 1.3.2.
+- Do cleanups already in %%prep to avoid inconsistent mtimes between
+  source files and bytecode.
+
 * Sat May 29 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.3.1-1
 - Update to 1.3.1.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	29 May 2010 07:31:54 -0000	1.10
+++ sources	10 Jul 2010 11:05:31 -0000	1.11
@@ -1 +1 @@
-0cf1fa3d0f281a2bb7ed38ad0b7169da  py-1.3.1.tar.gz
+9e3d99966385854fc07004e8a07cf9d4  py-1.3.2.tar.gz



More information about the scm-commits mailing list