Hello community,

here is the log from the commit of package python-unittest2 for 
openSUSE:Factory checked in at 2014-12-03 22:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-unittest2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-unittest2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-unittest2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-unittest2/python-unittest2.changes        
2012-08-14 14:26:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-unittest2.new/python-unittest2.changes   
2014-12-03 22:48:16.000000000 +0100
@@ -1,0 +2,26 @@
+Mon Dec  1 16:52:50 UTC 2014 - [email protected]
+
+- Update to 0.8
+  * Issue #22457: Honour load_tests in the start_dir of discovery.
+  * 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.
+  * 0.7.0
+    - This release contains backports from cPython 3.5 of all (I think) commits
+      since 2010, as of today.
+  * 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. 
+- removed py3k tarball, was not used and does not exist for 0.8.0 anymore
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-unittest2.spec ++++++
--- /var/tmp/diff_new_pack.yZkPqk/_old  2014-12-03 22:48:17.000000000 +0100
+++ /var/tmp/diff_new_pack.yZkPqk/_new  2014-12-03 22:48:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-unittest2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-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+
@@ -25,7 +25,12 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/u/unittest2/unittest2-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-argparse
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
+BuildRequires:  python-six
+Requires:       python-argparse
+Requires:       python-six
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110

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

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

Reply via email to