[python-decorator] documentation.py files are gone from upstream.

Ralph Bean ralph at fedoraproject.org
Mon Mar 23 13:05:57 UTC 2015


commit da02699b51010946b54c7798b047e35832cd92ea
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Mar 23 09:05:53 2015 -0400

    documentation.py files are gone from upstream.

 python-decorator.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-decorator.spec b/python-decorator.spec
index d6234e1..bfb1a9a 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -82,13 +82,13 @@ rm -rf $RPM_BUILD_ROOT
 %check
 # Until we get the python-multiprocessing backport packaged
 %if 0%{?fedora} || 0%{?rhel} > 5
-nosetests --with-doctest -e documentation3
+nosetests --with-doctest
 %endif
 
 # nose is not Python3 ready yet
 %if 0%{?with_python3}
 pushd %{py3dir}
-PYTHONPATH=$(pwd)/build/lib python3 documentation3.py
+nosetests --with-doctest
 popd
 %endif # with_python3
 
@@ -108,6 +108,7 @@ popd
 %changelog
 * Mon Mar 23 2015 Ralph Bean <rbean at redhat.com> - 3.4.2-1
 - new version
+- The documentation.py files are now gone from upstream.
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
@@ -165,6 +166,7 @@ popd
 * Wed Jul 7 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.2.0-2
 - Add documentation.py files to both subpackages (this contains a brief license
   assertion among other things).
+
 * Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.2.0-1
 - Minor cleanups
 - Upgrade to 3.2.0


More information about the scm-commits mailing list