Hello community, here is the log from the commit of package python3-nose for openSUSE:Factory checked in at 2015-01-06 09:06:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-nose (Old) and /work/SRC/openSUSE:Factory/.python3-nose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-nose" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-nose/python3-nose-doc.changes 2014-05-10 08:32:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-nose.new/python3-nose-doc.changes 2015-01-06 09:06:23.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Jan 1 21:41:24 UTC 2015 - [email protected] + +- specfile: update copyright year + +- update to version 1.3.4: + * Recognize doctest options defined in other plugins Patch by Daniel Lepage + * Another fix for Python 3.4: Call super in LazySuite to access _removed_tests variable Patch by Robert Kuska + * Fix for try_run when using bound methods Patch by Christian Lyder Jacobsen + +------------------------------------------------------------------- python3-nose.changes: same change Old: ---- nose-1.3.3.tar.gz New: ---- nose-1.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-nose-doc.spec ++++++ --- /var/tmp/diff_new_pack.XVRa8X/_old 2015-01-06 09:06:24.000000000 +0100 +++ /var/tmp/diff_new_pack.XVRa8X/_new 2015-01-06 09:06:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-nose-doc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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: python3-nose-doc -Version: 1.3.3 +Version: 1.3.4 Release: 0 Url: http://readthedocs.org/docs/nose/ Summary: Nose extends unittest to make testing easier python3-nose.spec: same change ++++++ nose-1.3.3.tar.gz -> nose-1.3.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/CHANGELOG new/nose-1.3.4/CHANGELOG --- old/nose-1.3.3/CHANGELOG 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/CHANGELOG 2014-08-24 12:27:59.000000000 +0200 @@ -1,3 +1,17 @@ +1.3.4 + +- Recognize doctest options defined in other plugins + Patch by Daniel Lepage +- Another fix for Python 3.4: Call super in LazySuite to access + _removed_tests variable + Patch by Robert Kuska +- Fix for try_run when using bound methods + Patch by Christian Lyder Jacobsen + +1.3.3 + +- Fixed a minor issue with the reported version number. + 1.3.2 - Fixed an issue where build_ext was not working under setup.py nosetest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/NEWS new/nose-1.3.4/NEWS --- old/nose-1.3.3/NEWS 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/NEWS 2014-08-24 12:56:22.000000000 +0200 @@ -1,7 +1,8 @@ -1.3.3 +1.3.4 ----- -1.3.3 fixes a simple issue with the reported version number. +1.3.4 fixes an issue with Python 3.4 and initializing a TestSuite +properly, along with a couple of other minor issues. Also note that nose 1.x is in maintenance mode. We will not be looking to add any features, and you should seriously consider diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/PKG-INFO new/nose-1.3.4/PKG-INFO --- old/nose-1.3.3/PKG-INFO 2014-05-06 11:54:08.000000000 +0200 +++ new/nose-1.3.4/PKG-INFO 2014-08-24 13:10:29.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: nose -Version: 1.3.3 +Version: 1.3.4 Summary: nose extends unittest to make testing easier Home-page: http://readthedocs.org/docs/nose/ Author: Jason Pellerin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/doc_tests/test_init_plugin/example.cfg new/nose-1.3.4/functional_tests/doc_tests/test_init_plugin/example.cfg --- old/nose-1.3.3/functional_tests/doc_tests/test_init_plugin/example.cfg 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/doc_tests/test_init_plugin/example.cfg 2014-08-24 12:41:40.000000000 +0200 @@ -0,0 +1,3 @@ +[DEFAULT] +can_frobnicate = 1 +likes_cheese = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/doc_tests/test_xunit_plugin/support/nosetests.xml new/nose-1.3.4/functional_tests/doc_tests/test_xunit_plugin/support/nosetests.xml --- old/nose-1.3.3/functional_tests/doc_tests/test_xunit_plugin/support/nosetests.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/doc_tests/test_xunit_plugin/support/nosetests.xml 2014-08-24 12:41:42.000000000 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="4" errors="1" failures="1" skip="1"><testcase classname="test_skip" name="test_ok" time="0.001"></testcase><testcase classname="test_skip" name="test_err" time="0.000"><error type="exceptions.Exception" message="oh no"><![CDATA[Traceback (most recent call last): + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run + testMethod() + File "/Users/jszakmeister/projects/nose/nose/case.py", line 197, in runTest + self.test(*self.arg) + File "/Users/jszakmeister/projects/nose/functional_tests/doc_tests/test_xunit_plugin/support/test_skip.py", line 7, in test_err + raise Exception("oh no") +Exception: oh no +]]></error></testcase><testcase classname="test_skip" name="test_fail" time="0.000"><failure type="exceptions.AssertionError" message="bye"><![CDATA[Traceback (most recent call last): + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run + testMethod() + File "/Users/jszakmeister/projects/nose/nose/case.py", line 197, in runTest + self.test(*self.arg) + File "/Users/jszakmeister/projects/nose/functional_tests/doc_tests/test_xunit_plugin/support/test_skip.py", line 10, in test_fail + assert False, "bye" +AssertionError: bye +]]></failure></testcase><testcase classname="test_skip" name="test_skip" time="0.000"><skipped type="unittest.case.SkipTest" message="not me"><![CDATA[SkipTest: not me +]]></skipped></testcase></testsuite> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/nosetests.xml new/nose-1.3.4/functional_tests/nosetests.xml --- old/nose-1.3.3/functional_tests/nosetests.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/nosetests.xml 2013-05-03 11:23:38.000000000 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0"><testcase classname="test" name="test_foo" time="0.000"><system-out><![CDATA[abc€ +]]></system-out></testcase></testsuite> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/PKG-INFO new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/PKG-INFO --- old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/PKG-INFO 2014-08-24 12:41:42.000000000 +0200 @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: UNKNOWN +Version: 0.0.0 +Summary: UNKNOWN +Home-page: UNKNOWN +Author: UNKNOWN +Author-email: UNKNOWN +License: UNKNOWN +Description: UNKNOWN +Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/SOURCES.txt new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/SOURCES.txt --- old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/SOURCES.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/SOURCES.txt 2014-08-24 12:41:43.000000000 +0200 @@ -0,0 +1,6 @@ +setup.cfg +setup.py +UNKNOWN.egg-info/PKG-INFO +UNKNOWN.egg-info/SOURCES.txt +UNKNOWN.egg-info/dependency_links.txt +UNKNOWN.egg-info/top_level.txt \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/dependency_links.txt new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/dependency_links.txt --- old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/dependency_links.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/dependency_links.txt 2014-08-24 12:41:42.000000000 +0200 @@ -0,0 +1 @@ + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/top_level.txt new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/top_level.txt --- old/nose-1.3.3/functional_tests/support/issue191/UNKNOWN.egg-info/top_level.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/support/issue191/UNKNOWN.egg-info/top_level.txt 2014-08-24 12:41:42.000000000 +0200 @@ -0,0 +1 @@ + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/functional_tests/support/xunit.xml new/nose-1.3.4/functional_tests/support/xunit.xml --- old/nose-1.3.3/functional_tests/support/xunit.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/nose-1.3.4/functional_tests/support/xunit.xml 2014-08-24 12:41:51.000000000 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="6" errors="2" failures="1" skip="1"><testcase classname="test_xunit_as_suite.TestForXunit" name="test_error" time="0.001"><error type="exceptions.TypeError" message="oops, wrong type"><![CDATA[Traceback (most recent call last): + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run + testMethod() + File "/Users/jszakmeister/projects/nose/functional_tests/support/xunit/test_xunit_as_suite.py", line 15, in test_error + raise TypeError("oops, wrong type") +TypeError: oops, wrong type +]]></error></testcase><testcase classname="test_xunit_as_suite.TestForXunit" name="test_fail" time="0.000"><failure type="exceptions.AssertionError" message="'this' != 'that'"><![CDATA[Traceback (most recent call last): + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run + testMethod() + File "/Users/jszakmeister/projects/nose/functional_tests/support/xunit/test_xunit_as_suite.py", line 12, in test_fail + self.assertEqual("this","that") + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 515, in assertEqual + assertion_func(first, second, msg=msg) + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual + raise self.failureException(msg) +AssertionError: 'this' != 'that' +]]></failure></testcase><testcase classname="test_xunit_as_suite.TestForXunit" name="test_non_ascii_error" time="0.000"><error type="exceptions.Exception" message="日本"><![CDATA[Traceback (most recent call last): + File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run + testMethod() + File "/Users/jszakmeister/projects/nose/functional_tests/support/xunit/test_xunit_as_suite.py", line 18, in test_non_ascii_error + raise Exception(u"日本") +Exception: \u65e5\u672c +]]></error></testcase><testcase classname="test_xunit_as_suite.TestForXunit" name="test_output" time="0.000"><system-out><![CDATA[test-generated output +]]></system-out></testcase><testcase classname="test_xunit_as_suite.TestForXunit" name="test_skip" time="0.000"><skipped type="twisted.trial.unittest.SkipTest" message="skipit"><![CDATA[SkipTest: skipit +]]></skipped></testcase><testcase classname="test_xunit_as_suite.TestForXunit" name="test_success" time="0.000"></testcase></testsuite> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/__init__.py new/nose-1.3.4/nose/__init__.py --- old/nose-1.3.3/nose/__init__.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/__init__.py 2014-08-24 12:52:24.000000000 +0200 @@ -4,7 +4,7 @@ from nose.tools import with_setup __author__ = 'Jason Pellerin' -__versioninfo__ = (1, 3, 3) +__versioninfo__ = (1, 3, 4) __version__ = '.'.join(map(str, __versioninfo__)) __all__ = [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/plugins/doctests.py new/nose-1.3.4/nose/plugins/doctests.py --- old/nose-1.3.3/nose/plugins/doctests.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/plugins/doctests.py 2014-08-13 01:21:58.000000000 +0200 @@ -195,18 +195,19 @@ if options.doctestOptions: flags = ",".join(options.doctestOptions).split(',') for flag in flags: - try: - if flag.startswith('+'): - self.optionflags |= getattr(doctest, flag[1:]) - elif flag.startswith('-'): - self.optionflags &= ~getattr(doctest, flag[1:]) - else: - raise ValueError( - "Must specify doctest options with starting " + - "'+' or '-'. Got %s" % (flag,)) - except AttributeError: + if not flag or flag[0] not in '+-': + raise ValueError( + "Must specify doctest options with starting " + + "'+' or '-'. Got %s" % (flag,)) + mode, option_name = flag[0], flag[1:] + option_flag = doctest.OPTIONFLAGS_BY_NAME.get(option_name) + if not option_flag: raise ValueError("Unknown doctest option %s" % - (flag[1:],)) + (option_name,)) + if mode == '+': + self.optionflags |= option_flag + elif mode == '-': + self.optionflags &= ~option_flag def prepareTestLoader(self, loader): """Capture loader's suiteClass. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/plugins/logcapture.py new/nose-1.3.4/nose/plugins/logcapture.py --- old/nose-1.3.3/nose/plugins/logcapture.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/plugins/logcapture.py 2014-08-13 01:21:58.000000000 +0200 @@ -119,7 +119,7 @@ "--nologcapture", action="store_false", default=not env.get(self.env_opt), dest="logcapture", help="Disable logging capture plugin. " - "Logging configurtion will be left intact." + "Logging configuration will be left intact." " [NOSE_NOLOGCAPTURE]") parser.add_option( "--logging-format", action="store", dest="logcapture_format", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/plugins/testid.py new/nose-1.3.4/nose/plugins/testid.py --- old/nose-1.3.3/nose/plugins/testid.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/plugins/testid.py 2014-08-10 12:17:49.000000000 +0200 @@ -16,7 +16,7 @@ % nosetests -v --with-id #1 tests.test_a ... ok #2 tests.test_b ... ok - #2 tests.test_c ... ok + #3 tests.test_c ... ok Then you can re-run individual tests by supplying just an id number:: @@ -85,9 +85,9 @@ .. note :: If you expect to use ``--failed`` regularly, it's a good idea to always run - run using the ``--with-id`` option. This will ensure that an id file is - always created, allowing you to add ``--failed`` to the command line as soon - as you have failing tests. Otherwise, your first run using ``--failed`` will + using the ``--with-id`` option. This will ensure that an id file is always + created, allowing you to add ``--failed`` to the command line as soon as + you have failing tests. Otherwise, your first run using ``--failed`` will (perhaps surprisingly) run *all* tests, because there won't be an id file containing the record of failed tests from your previous run. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/suite.py new/nose-1.3.4/nose/suite.py --- old/nose-1.3.3/nose/suite.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/suite.py 2014-05-20 12:40:52.000000000 +0200 @@ -49,6 +49,7 @@ def __init__(self, tests=()): """Initialize the suite. tests may be an iterable or a generator """ + super(LazySuite, self).__init__() self._set_tests(tests) def __iter__(self): @@ -154,7 +155,7 @@ self.has_run = False self.can_split = can_split self.error_context = None - LazySuite.__init__(self, tests) + super(ContextSuite, self).__init__(tests) def __repr__(self): return "<%s context=%s>" % ( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose/util.py new/nose-1.3.4/nose/util.py --- old/nose-1.3.3/nose/util.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/nose/util.py 2014-05-12 11:15:45.000000000 +0200 @@ -452,7 +452,7 @@ inspect.getargspec(func) else: # Not a function. If it's callable, call it anyway - if hasattr(func, '__call__'): + if hasattr(func, '__call__') and not inspect.ismethod(func): func = func.__call__ try: args, varargs, varkw, defaults = \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose.egg-info/PKG-INFO new/nose-1.3.4/nose.egg-info/PKG-INFO --- old/nose-1.3.3/nose.egg-info/PKG-INFO 2014-05-06 11:54:08.000000000 +0200 +++ new/nose-1.3.4/nose.egg-info/PKG-INFO 2014-08-24 13:10:29.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: nose -Version: 1.3.3 +Version: 1.3.4 Summary: nose extends unittest to make testing easier Home-page: http://readthedocs.org/docs/nose/ Author: Jason Pellerin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/nose.egg-info/SOURCES.txt new/nose-1.3.4/nose.egg-info/SOURCES.txt --- old/nose-1.3.3/nose.egg-info/SOURCES.txt 2014-05-06 11:54:08.000000000 +0200 +++ new/nose-1.3.4/nose.egg-info/SOURCES.txt 2014-08-24 13:10:29.000000000 +0200 @@ -80,6 +80,7 @@ examples/html_plugin/setup.py examples/plugin/plug.py examples/plugin/setup.py +functional_tests/nosetests.xml functional_tests/test_attribute_plugin.py functional_tests/test_buggy_generators.py functional_tests/test_cases.py @@ -122,6 +123,7 @@ functional_tests/doc_tests/test_allmodules/support/test.py functional_tests/doc_tests/test_doctest_fixtures/doctest_fixtures.rst functional_tests/doc_tests/test_doctest_fixtures/doctest_fixtures_fixtures.py +functional_tests/doc_tests/test_init_plugin/example.cfg functional_tests/doc_tests/test_init_plugin/init_plugin.rst functional_tests/doc_tests/test_init_plugin/init_plugin.rst.py3.patch functional_tests/doc_tests/test_issue089/unwanted_package.rst @@ -166,9 +168,11 @@ functional_tests/doc_tests/test_selector_plugin/support/tests/mymodule/my_function.py functional_tests/doc_tests/test_selector_plugin/support/tests/strings/cat.py functional_tests/doc_tests/test_xunit_plugin/test_skips.rst +functional_tests/doc_tests/test_xunit_plugin/support/nosetests.xml functional_tests/doc_tests/test_xunit_plugin/support/test_skip.py functional_tests/support/test.cfg functional_tests/support/test_buggy_generators.py +functional_tests/support/xunit.xml functional_tests/support/att/test_attr.py functional_tests/support/attrib-static/test.py functional_tests/support/coverage/blah.py @@ -226,8 +230,13 @@ functional_tests/support/issue191/setup.cfg functional_tests/support/issue191/setup.py functional_tests/support/issue191/test.py +functional_tests/support/issue191/UNKNOWN.egg-info/PKG-INFO +functional_tests/support/issue191/UNKNOWN.egg-info/SOURCES.txt +functional_tests/support/issue191/UNKNOWN.egg-info/dependency_links.txt +functional_tests/support/issue191/UNKNOWN.egg-info/top_level.txt functional_tests/support/issue269/test_bad_class.py functional_tests/support/issue279/test_mod_setup_fails.py +functional_tests/support/issue408/nosetests.xml functional_tests/support/issue408/test.py functional_tests/support/issue513/test.py functional_tests/support/issue649/test.py @@ -400,6 +409,7 @@ unit_tests/support/doctest/err_doctests.py unit_tests/support/doctest/no_doctests.py unit_tests/support/doctest/noname_wrapped.not_py +unit_tests/support/doctest/noname_wrapped.not_pyc unit_tests/support/doctest/noname_wrapper.py unit_tests/support/foo/__init__.py unit_tests/support/foo/doctests.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/setup.py new/nose-1.3.4/setup.py --- old/nose-1.3.3/setup.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/setup.py 2014-08-24 12:51:05.000000000 +0200 @@ -1,7 +1,7 @@ import sys import os -VERSION = '1.3.3' +VERSION = '1.3.4' py_vers_tag = '-%s.%s' % sys.version_info[:2] test_dirs = ['functional_tests', 'unit_tests', os.path.join('doc','doc_tests'), 'nose'] Files old/nose-1.3.3/unit_tests/support/doctest/noname_wrapped.not_pyc and new/nose-1.3.4/unit_tests/support/doctest/noname_wrapped.not_pyc differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nose-1.3.3/unit_tests/test_utils.py new/nose-1.3.4/unit_tests/test_utils.py --- old/nose-1.3.3/unit_tests/test_utils.py 2014-05-06 11:53:59.000000000 +0200 +++ new/nose-1.3.4/unit_tests/test_utils.py 2014-05-12 11:15:45.000000000 +0200 @@ -170,16 +170,22 @@ def __call__(self, mod): pass + class Bar_method: + def method(self): + pass + foo = imp.new_module('foo') foo.bar = bar foo.bar_m = bar_m foo.i_bar = Bar() foo.i_bar_m = Bar_m() + foo.i_bar_m = Bar_method().method try_run(foo, ('bar',)) try_run(foo, ('bar_m',)) try_run(foo, ('i_bar',)) try_run(foo, ('i_bar_m',)) + try_run(foo, ('i_bar_method',)) if __name__ == '__main__': unittest.main() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
