Hello community,

here is the log from the commit of package python3-unittest2 for 
openSUSE:Factory checked in at 2015-01-29 09:56:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-unittest2 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-unittest2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-unittest2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-unittest2/python3-unittest2.changes      
2015-01-22 21:50:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-unittest2.new/python3-unittest2.changes 
2015-01-29 09:56:14.000000000 +0100
@@ -1,0 +2,37 @@
+Sun Jan 25 16:45:52 UTC 2015 - [email protected]
+
+- specfile:
+  * update tar ball from unittest2py3k to unittest2
+  * update description to mention support for new python versions
+  * add setuptools, six as requirement
+  * remove argparse as requirement from setup (included in python3)
+  * unit2.py has been removed, change spec file accordingly
+    (only /usr/bin/unit2 exists now)
+
+- update to version 0.8:
+  * Issue #22457: Honour load_tests in the start_dir of discovery.
+
+- changes from version 0.7.1:
+  * Fix for 0.7.0 being broken. Also switches from both manual and
+    entrypoint scripts to just entrypoint scripts to reduce the
+    possibility of similar oversights in future.
+
+- changes from version 0.7.0:
+  * This release contains backports from cPython 3.5 of all (I think)
+    commits since 2010, as of today.
+
+- changes from version 0.6.0:
+  * Changed supported Python versions to start at 2.6, and include all
+    released 3.x and pypy. (Robert Collins)
+  * Invoking unit2 without args starts test discovery
+  * Added TestCase.assertWarns and TestCase.assertWarnsRegexp context
+    managers
+  * Fix Python issue 9926. TestSuite subclasses that override __call__
+    are called correctly.
+  * Removed unused maxDiff parameter from
+    TestCase.assertSequenceEqual.
+  * DeprecationWarning for unsupported result objects (missing addSkip
+    method) became RuntimeWarning.
+  * Addition of TestCase.assertWarns as a context manager.
+
+-------------------------------------------------------------------

Old:
----
  unittest2py3k-0.5.1.tar.gz

New:
----
  unittest2-0.8.0.tar.gz

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

Other differences:
------------------
++++++ python3-unittest2.spec ++++++
--- /var/tmp/diff_new_pack.uiAbDr/_old  2015-01-29 09:56:15.000000000 +0100
+++ /var/tmp/diff_new_pack.uiAbDr/_new  2015-01-29 09:56:15.000000000 +0100
@@ -17,23 +17,27 @@
 
 
 Name:           python3-unittest2
-Version:        0.5.1
+Version:        0.8.0
 Release:        0
 Url:            http://pypi.python.org/pypi/unittest2
 Summary:        The new features in unittest for Python 2.7 backported to 
Python 2.3+
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/u/unittest2py3k/unittest2py3k-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/u/unittest2/unittest2-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-six
+Requires:       python3-six
 BuildArch:      noarch
 
 %description
-unittest2 is a backport of the new features added to the unittest testing
-framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.
+unittest2 is a backport of the new features added to the unittest testing 
framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7, 
3.2, 3.3, 3.4 and pypy.
 
 %prep
-%setup -q -n unittest2py3k-%{version}
+%setup -q -n unittest2-%{version}
+# argparse module is now part of python3, no need to require it
+sed -i "s|'argparse',||" setup.py
 
 %build
 python3 setup.py build
@@ -41,13 +45,12 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-python%{py3_ver}
-mv %{buildroot}%{_bindir}/unit2.py 
%{buildroot}%{_bindir}/unit2-python%{py3_ver}.py
 
 %files
 %defattr(-,root,root,-)
 %doc README.txt
 %{_bindir}/unit2-python%{py3_ver}*
 %{python3_sitelib}/unittest2/
-%{python3_sitelib}/unittest2py3k-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/unittest2-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++++++ unittest2py3k-0.5.1.tar.gz -> unittest2-0.8.0.tar.gz ++++++
++++ 9740 lines of diff (skipped)

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

Reply via email to