Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2013-04-24 19:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose (Old)
 and      /work/SRC/openSUSE:Factory/.python-nose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nose", Maintainer is "radma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2013-01-20 
14:42:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes     
2013-04-24 19:37:07.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:48:05 UTC 2013 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * very long list of bugfixes, see included CHANGELOG for details 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-nose/python3-nose.changes 2013-01-20 
14:42:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python3-nose.changes    
2013-04-24 19:37:07.000000000 +0200
@@ -2 +2,7 @@
-Fri Jan 18 10:32:51 UTC 2013 - sasc...@suse.de
+Mon Apr 22 14:48:05 UTC 2013 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * very long list of bugfixes, see included CHANGELOG for details 
+
+-------------------------------------------------------------------
+Fri Jan 18 10:32:23 UTC 2013 - sasc...@suse.de
@@ -8 +14 @@
-Tue Nov 20 17:44:46 UTC 2012 - sasc...@suse.de
+Tue Nov 20 12:06:35 UTC 2012 - sasc...@suse.de
@@ -33 +39,2 @@
-- Drop unneeded macros
+- Testsuite seems to work on SLE_11_SP2, reenable
+- Symlink nosetests.1 manpage to nosetests-%{py_ver}.1
@@ -48,0 +56,214 @@
+
+-------------------------------------------------------------------
+Tue Apr 24 08:48:35 UTC 2012 - sasc...@suse.de
+
+- Disable testsuite on openSUSE-11.4 and less to fix build
+
+-------------------------------------------------------------------
+Mon Apr  2 12:02:50 UTC 2012 - sasc...@suse.de
+
+- Move doc package into seperate spec to break build cycle between
+  python-nose and python-Pygments (pulled in by python-Sphinx)
+
+-------------------------------------------------------------------
+Sat Mar 10 16:53:22 UTC 2012 - sasc...@gmx.de
+
+- Simply macro usage
+- Run testsuite
+
+-------------------------------------------------------------------
+Wed Sep 21 10:12:57 UTC 2011 - sasc...@suse.de
+
+- Needs python-distribute at runtime
+
+-------------------------------------------------------------------
+Tue Sep 13 20:27:36 UTC 2011 - sasc...@suse.de
+
+- Upper-case %description
+
+-------------------------------------------------------------------
+Thu Sep  8 16:44:02 UTC 2011 - sasc...@suse.de
+
+- Disabled testsuite to fix build
+
+-------------------------------------------------------------------
+Thu Sep  8 15:43:42 UTC 2011 - sasc...@suse.de
+
+- Update to 1.1.2:
+  * Fixed regression where the .coverage file was not saved (#439).
+  * Fixed missing nose.sphinx module in source distribution (#436).
+- Spec file changes:
+  * Depend on python-distribute instead of python-setuptools
+  * Changed license to LGPL-2.0+ (SPDX style)
+  * Properly build and install HTML documentation
+  * Requires python-xml at runtime
+
+-------------------------------------------------------------------
+Mon Feb  7 21:34:42 UTC 2011 - l...@linux-schulserver.de
+
+- update to 1.0.0:
+  + Made nose compatible with python 3. 
+    **Huge** thanks to Alex "foogod" Stewart!
+
+-------------------------------------------------------------------
+Tue Sep 14 08:30:06 UTC 2010 - co...@novell.com
+
+- update to 0.11.4
+ - Made nose compatible with Python 2.7.
+ - Fixed default plugin manager's use of plugin overriding. Thanks to
+   rob.daylife for the bug report and patch. (#323).
+ - Changed plugin loading so that external plugins loaded via extension
+   points can override builtin plugins with the same name.
+ ... for more see CHANGELOG
+
+-------------------------------------------------------------------
+Wed Jul 22 17:45:32 CEST 2009 - l...@linux-schulserver.de
+
+- update to 0.11.1
+  + Fixed bug in xunit plugin xml escaping. 
+  + Fixed bug in xunit plugin that could cause test run to crash 
+    after certain types of errors or actions by other plugins.
+  + Fixed bug in testid plugin that could cause test run to crash 
+    after certain types of errors or actions by other plugins.
+  + Fixed bug in collect only plugin that caused it to fail when 
+    collecting from test generators.
+  + Fixed some broken html in docs.
+- update to 0.11.1 contains changes from 0.11:
+  + Added multiprocess plugin that allows tests to be run in parallel
+    across multiple processes.
+  + Added logcapture plugin that captures logging messages and prints 
+    them with failing tests. 
+  + Added optional HTML coverage reports to coverage plugin. 
+  + Added plugin that enables collection of tests in all modules. 
+  + Added --failed option to testid plugin. When this option is in 
+    effect, if any tests failed in the previous test run (so long as 
+    testid was active for that test run) only the failed tests will run.
+  + Made it possible to 'yield test' in addition to 'yield test,' from 
+    test generators.
+  + Fixed bug that caused traceback inspector to fail when source code 
+    file could not be found. 
+  + Fixed some issues limiting compatibility with IronPython. 
+  + Added support for module and test case fixtures in doctest files.
+  + Added --traverse-namespace commandline option that restores old 
+    default behavior of following all package __path__ entries when 
+    loading tests from packages. 
+  + Added --first-package-wins commandline option to better support 
+    testing parts of namespace packages. 
+  + Added versioned nosetests scripts (#123).
+  + Fixed bug that would cause context teardown to fail to run in some
+    cases. 
+  + Enabled doctest plugin to use variable other than "_" as the default 
+    result variable. 
+  + Fixed bug that would cause unicode output to crash output capture. 
+  + Added setUp and tearDown as valid names for module-level fixtures. 
+  + Fixed bug in list of valid names for package-level fixtures. 
+  + Updated man page generation using hacked up manpage writer from
+    docutils sandbox. 
+- fix some rpmlint warnings
+
+-------------------------------------------------------------------
+Wed Dec 03 00:00:00 CET 2008 - jf...@funktronics.ca
+
+- Update to 0.10.4
+  - nose is now compatible with python 2.6.
+- 0.10.3
+  - Fixed bug in nosetests setup command that caused an exception to be raised
+  if run with options. Thanks to Philip Jenvey for the bug report (#191).
+  - Raised score of coverage plugin to 200, so that it will execute before
+  default-score plugins, and so be able to catch more import-time code. Thanks
+  to Ned Batchelder for the bug report and patch (#190).
+- 0.10.2
+  - nose now runs under jython (jython svn trunk only at this time). Thanks to
+  Philip Jenvey, Pam Zerbinos and the other pycon sprinters (#160).
+  - Fixed bugs in loader, default plugin manager, and other modules that
+  caused plugin exceptions to be swallowed (#152, #155). Thanks to John J
+  Lee for the bug report and patch.
+  - Added selftest.py script, used to test a non-installed distribution of
+  nose (#49). Thanks to Antoine Pitrou and John J Lee for the bug report and
+  patches.
+  - Fixed bug in nose.importer that caused errors with namespace
+  packages. Thanks to Philip Jenvey for the bug report and patch (#164).
+  - Fixed bug in nose.tools.with_setup that prevented use of multiple
+  @with_setup decorators. Thanks to tlesher for the bug report (#151).
+  - Fixed bugs in handling of context fixtures for tests imported into a
+  package. Thanks to Gary Bernhardt for the bug report (#145).
+  - Fixed bugs in handling of config files and config file options for plugins
+  excluded by a RestrictedPluginManager. Thanks to John J Lee and Philip
+  Jenvey for the bug reports and patches (#158, #166).
+  - Updated ErrorClass exception reporting to be shorter and more clear. Thanks
+  to John J Lee for the patch (#142).
+  - Allowed plugins to load tests from modules starting with '_'. Thanks to 
John
+  J Lee for the patch (#82).
+  - Updated documentation about building as rpm (#127).
+  - Updated config to make including executable files the default on
+  IronPython as well as on Windows. Thanks to sanxiyn for the bug
+  report and patch (#183).
+  - Fixed a python 2.3 incompatibility in errorclass_failure.rst
+  (#173). Thanks to Philip Jenvey for the bug report and patch.
+  - Classes with metaclasses can now be collected as tests (#153).
+  - Made sure the document tree in the selector plugin test is accurate
+  and tested (#144). Thanks to John J Lee for the bug report and
+  patch.
+  - Fixed stack level used when dropping into pdb in a doctest
+  (#154). Thanks to John J Lee for the bug report and patch.
+  - Fixed bug in ErrorClassPlugin that made some missing keyword
+  argument errors obscure (#159). Thanks to Philip Jenvey for the bug
+  report and patch.
+
+-------------------------------------------------------------------
+Tue Nov 11 00:00:00 CET 2008 - cfarrell1...@gmail.com
+
+- try building with --record-rpm instead of --record as per bnc#441794
+
+-------------------------------------------------------------------
+Thu Jul 10 00:00:00 CET 2008 - po...@suse.de
+
+- fix build, the man page wasn't found.
+
+-------------------------------------------------------------------
+Wed Mar 19 00:00:00 CET 2008 - jf...@funktronics.ca
+
+- Update to 0.10.1:
+  - Fixed bug in capture plugin that caused it to record captured output on the
+  test in the wrong attribute (#113)
+  - Fixed bug in result proxy that caused tests to fail if they accessed
+  certain result attibutes directly (#114). Thanks to Neilen Marais for the
+  bug report
+  - Fixed bug in capture plugin that caused other error formatters changes to
+  be lost if no output was captured (#124). Thanks to someone at ilorentz.org
+  for the bug report
+  - Fixed several bugs in the nosetests setup command that made some options
+  unusable and the command itself unusable when no options were set (#125,
++++ 33 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-nose/python3-nose.changes
++++ and /work/SRC/openSUSE:Factory/.python-nose.new/python3-nose.changes

Old:
----
  nose-1.2.1-plugin-failuredetail-no-tb.patch
  nose-1.2.1.tar.gz

New:
----
  nose-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-nose-doc.spec ++++++
--- /var/tmp/diff_new_pack.sDpwk2/_old  2013-04-24 19:37:14.000000000 +0200
+++ /var/tmp/diff_new_pack.sDpwk2/_new  2013-04-24 19:37:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-nose-doc
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Url:            http://readthedocs.org/docs/nose/
 Summary:        Nose extends unittest to make testing easier

++++++ python-nose.spec ++++++
--- /var/tmp/diff_new_pack.sDpwk2/_old  2013-04-24 19:37:14.000000000 +0200
+++ /var/tmp/diff_new_pack.sDpwk2/_new  2013-04-24 19:37:14.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           python-nose
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Url:            http://readthedocs.org/docs/nose/
 Summary:        Nose extends unittest to make testing easier
 License:        LGPL-2.0+
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM sasc...@suse.de -- Backport of 
https://github.com/nose-devs/nose/pull/603
-Patch0:         nose-1.2.1-plugin-failuredetail-no-tb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -57,7 +55,6 @@
 
 %prep
 %setup -q -n nose-%{version}
-%patch0 -p1
 sed -i "s|man/man1|share/man/man1|" setup.py # Fix man-page install path
 
 %build

++++++ python3-nose-doc.spec ++++++
--- /var/tmp/diff_new_pack.sDpwk2/_old  2013-04-24 19:37:14.000000000 +0200
+++ /var/tmp/diff_new_pack.sDpwk2/_new  2013-04-24 19:37:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-nose-doc
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Url:            http://readthedocs.org/docs/nose/
 Summary:        Nose extends unittest to make testing easier

++++++ python3-nose.spec ++++++
--- /var/tmp/diff_new_pack.sDpwk2/_old  2013-04-24 19:37:14.000000000 +0200
+++ /var/tmp/diff_new_pack.sDpwk2/_new  2013-04-24 19:37:14.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           python3-nose
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Url:            http://readthedocs.org/docs/nose/
 Summary:        Nose extends unittest to make testing easier
 License:        LGPL-2.0+
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM sasc...@suse.de -- Backport of 
https://github.com/nose-devs/nose/pull/603
-Patch0:         nose-1.2.1-plugin-failuredetail-no-tb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-2to3
@@ -55,7 +53,6 @@
 
 %prep
 %setup -q -n nose-%{version}
-%patch0 -p1
 sed -i 's,man/man1,share/man/man1,' setup.py
 
 %build

++++++ nose-1.2.1.tar.gz -> nose-1.3.0.tar.gz ++++++
++++ 5175 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to