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

Thomas Moschny thm at fedoraproject.org
Sat May 8 14:08:10 UTC 2010


Author: thm

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	14 Feb 2010 22:09:16 -0000	1.8
+++ .cvsignore	8 May 2010 14:08:10 -0000	1.9
@@ -1 +1 @@
-py-1.2.1.tar.gz
+py-1.3.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	14 Feb 2010 22:09:16 -0000	1.7
+++ import.log	8 May 2010 14:08:10 -0000	1.8
@@ -5,3 +5,4 @@ python-py-1_0_2-1_fc11:HEAD:python-py-1.
 python-py-1_1_1-1_fc12:HEAD:python-py-1.1.1-1.fc12.src.rpm:1259422907
 python-py-1_2_0-1_fc12:HEAD:python-py-1.2.0-1.fc12.src.rpm:1264852599
 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


Index: python-py.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/python-py.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-py.spec	14 Feb 2010 22:09:16 -0000	1.9
+++ python-py.spec	8 May 2010 14:08:10 -0000	1.10
@@ -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.2.1
+Version:        1.3.0
 Release:        1%{?prerelease:.%{prerelease}}%{?dist}
 Summary:        Rapid testing (py.test) and development utils (pylib)
 Group:          Development/Languages
@@ -43,6 +43,11 @@ find %{buildroot}%{python_sitelib} \( -n
    -exec sed -i '1{/^#!/d}' {} \; \
    -exec chmod u=rw,go=r {} \;
 
+# remove some backup files
+rm -f doc/test/plugin/links.txt.orig \
+      doc/code.txt.orig \
+      doc/test/plugin/index.txt.orig
+
 
 %check
 %{__python} bin/py.test --report=failed,skipped
@@ -61,6 +66,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May  8 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.3.0-1
+- Update to 1.3.0.
+- Remove some backup (.orig) files.
+
 * Sun Feb 14 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.2.1-1
 - Update to 1.2.1.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	14 Feb 2010 22:09:16 -0000	1.8
+++ sources	8 May 2010 14:08:10 -0000	1.9
@@ -1 +1 @@
-7b3f4c0da62131e6dd25f7f3fda013cc  py-1.2.1.tar.gz
+986f75a6303da690e384995633677739  py-1.3.0.tar.gz



More information about the scm-commits mailing list