rpms/python-py/devel .cvsignore, 1.6, 1.7 import.log, 1.5, 1.6 python-py.spec, 1.7, 1.8 sources, 1.6, 1.7

Thomas Moschny thm at fedoraproject.org
Sat Jan 30 11:58:22 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/python-py/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3697/devel

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	28 Nov 2009 15:43:03 -0000	1.6
+++ .cvsignore	30 Jan 2010 11:58:22 -0000	1.7
@@ -1 +1 @@
-py-1.1.1.tar.gz
+py-1.2.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	28 Nov 2009 15:43:03 -0000	1.5
+++ import.log	30 Jan 2010 11:58:22 -0000	1.6
@@ -3,3 +3,4 @@ python-py-1_0_0-0_b8_fc11:HEAD:python-py
 python-py-1_0_0-1_fc11:HEAD:python-py-1.0.0-1.fc11.src.rpm:1250184682
 python-py-1_0_2-1_fc11:HEAD:python-py-1.0.2-1.fc11.src.rpm:1251397988
 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


Index: python-py.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/devel/python-py.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-py.spec	28 Nov 2009 15:43:03 -0000	1.7
+++ python-py.spec	30 Jan 2010 11:58:22 -0000	1.8
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-py
-Version:        1.1.1
+Version:        1.2.0
 Release:        1%{?prerelease:.%{prerelease}}%{?dist}
-Summary:        Innovative python library containing py.test, greenlets and other niceties
+Summary:        Rapid testing (py.test) and development utils (pylib)
 Group:          Development/Languages
 License:        MIT and Public Domain
 #               main package: MIT, except: doc/style.css: Public Domain
@@ -22,8 +22,8 @@ BuildRequires:  pexpect
 
 
 %description
-The py lib aims at supporting a decent development process addressing
-deployment, versioning, testing and documentation perspectives.
+The py lib has several namespaces which help with testing, generating
+and distributing code across machines.
 
 
 %prep
@@ -61,6 +61,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 27 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.2.0-1
+- Update to 1.2.0.
+- Adjust summary and %%description.
+- Use %%global instead of %%define.
+
 * Sat Nov 28 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.1.1-1
 - Update to 1.1.1.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-py/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	28 Nov 2009 15:43:03 -0000	1.6
+++ sources	30 Jan 2010 11:58:22 -0000	1.7
@@ -1 +1 @@
-4d0b5eaf9af09b7682fb07d4c5a2fd45  py-1.1.1.tar.gz
+c75a9d0a9211a7ecddc981dd8a0158db  py-1.2.0.tar.gz



More information about the scm-commits mailing list