Hello community,

here is the log from the commit of package python-extras for openSUSE:Factory 
checked in at 2013-12-03 10:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extras (Old)
 and      /work/SRC/openSUSE:Factory/.python-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-extras"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-extras/python-extras.changes      
2013-05-02 11:39:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-extras.new/python-extras.changes 
2013-12-03 10:48:10.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 13:49:08 UTC 2013 - [email protected]
+
+- Drop nose buildrequires, use testtools directly
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-extras.spec ++++++
--- /var/tmp/diff_new_pack.bXJa4x/_old  2013-12-03 10:48:10.000000000 +0100
+++ /var/tmp/diff_new_pack.bXJa4x/_new  2013-12-03 10:48:10.000000000 +0100
@@ -25,8 +25,8 @@
 Url:            https://github.com/testing-cabal/extras
 Source:         
http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 # Test requirements:
-BuildRequires:  python-nose
 BuildRequires:  python-testtools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,7 +50,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to