rpms/python-decorator/F-11 .cvsignore, 1.3, 1.4 python-decorator.spec, 1.4, 1.5 sources, 1.3, 1.4

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 15 16:49:45 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-decorator/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17966

Modified Files:
	.cvsignore python-decorator.spec sources 
Log Message:

* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 3.0.1-2
- Only run the test suite on Fedora 11, which has Py2.6 and the multiprocessing
  module.  We can disable this once the compat module is packaged for F10 and
  below.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	22 Jan 2009 07:53:46 -0000	1.3
+++ .cvsignore	15 Jun 2009 16:49:43 -0000	1.4
@@ -1 +1 @@
-decorator-2.3.2.tar.gz
+decorator-3.0.1.tar.gz


Index: python-decorator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/F-11/python-decorator.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-decorator.spec	26 Feb 2009 21:08:01 -0000	1.4
+++ python-decorator.spec	15 Jun 2009 16:49:44 -0000	1.5
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-decorator
-Version:        2.3.2
+Version:        3.0.1
 Release:        2%{?dist}
 Summary:        Module to simplify usage of decorators
 
@@ -10,6 +10,7 @@ Group:          Development/Languages
 License:        BSD
 URL:            http://www.phyast.pitt.edu/~micheles/python/documentation.html
 Source0:        http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
+Patch0:         decorator-3.0.1-doctest.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,7 +26,8 @@ etc.  The core of this module is a decor
 
 %prep
 %setup -q -n decorator-%{version}
-chmod a-x *.txt *.py Makefile
+%patch0 -p1 -b .doctest
+chmod a-x *.txt *.py
 %{__sed} -i 's/\r//' README.txt
 
 %build
@@ -39,7 +41,10 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %check
+# Until we get the python-multiprocessing backport packaged
+%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
 nosetests --with-doctest
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -47,6 +52,14 @@ nosetests --with-doctest
 %{python_sitelib}/*
 
 %changelog
+* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 3.0.1-2
+- Only run the test suite on Fedora 11, which has Py2.6 and the multiprocessing
+  module.  We can disable this once the compat module is packaged for F10 and
+  below.
+
+* Thu May 21 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 3.0.1-1
+- Update to upstream release 3.0.1.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	22 Jan 2009 07:53:46 -0000	1.3
+++ sources	15 Jun 2009 16:49:44 -0000	1.4
@@ -1 +1 @@
-c52e22e9d8f5bc0c5d70e990dbe761e0  decorator-2.3.2.tar.gz
+c4130a467be7f71154976c84af4a04c6  decorator-3.0.1.tar.gz




More information about the fedora-extras-commits mailing list