# HG changeset patch # User Rich Burridge # Date 1428618185 25200 # Node ID 8aac22d3e66a30aaac92992b4fa31fb0649855ca # Parent 4aab0107366d8073b138abfa3a5ce411a416bb92 20836594 Update Python nose to version 1.3.6 diff -r 4aab0107366d -r 8aac22d3e66a components/python/nose/Makefile --- a/components/python/nose/Makefile Wed Apr 08 15:00:03 2015 -0700 +++ b/components/python/nose/Makefile Thu Apr 09 15:23:05 2015 -0700 @@ -26,16 +26,16 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= nose -COMPONENT_VERSION= 1.3.3 +COMPONENT_VERSION= 1.3.6 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= https://github.com/nose-devs/nose COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326 -COMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/n/nose/$(COMPONENT_ARCHIVE) + sha256:f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758 +COMPONENT_ARCHIVE_URL= https://pypi.python.org/packages/source/n/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= python-mod/nose -TPNO= 18083 +TPNO= 22206 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/setup.py.mk @@ -84,6 +84,8 @@ install: $(INSTALL_NO_ARCH) +test: $(TEST_NO_ARCH) + REQUIRED_PACKAGES += library/python/setuptools-26 REQUIRED_PACKAGES += library/python/setuptools-27 REQUIRED_PACKAGES += library/python/setuptools-34 diff -r 4aab0107366d -r 8aac22d3e66a components/python/nose/test/results-2.6-32.master --- a/components/python/nose/test/results-2.6-32.master Wed Apr 08 15:00:03 2015 -0700 +++ b/components/python/nose/test/results-2.6-32.master Thu Apr 09 15:23:05 2015 -0700 @@ -1,3 +1,3 @@ ERROR: test_pickle_configured (test_config.TestNoseConfig) -Ran 390 tests in +Ran 393 tests in FAILED (SKIP=1, errors=1) diff -r 4aab0107366d -r 8aac22d3e66a components/python/nose/test/results-2.7-32.master --- a/components/python/nose/test/results-2.7-32.master Wed Apr 08 15:00:03 2015 -0700 +++ b/components/python/nose/test/results-2.7-32.master Thu Apr 09 15:23:05 2015 -0700 @@ -1,3 +1,3 @@ ERROR: test_pickle_configured (test_config.TestNoseConfig) -Ran 390 tests in +Ran 393 tests in FAILED (SKIP=1, errors=1) diff -r 4aab0107366d -r 8aac22d3e66a components/python/nose/test/results-3.4-32.master --- a/components/python/nose/test/results-3.4-32.master Wed Apr 08 15:00:03 2015 -0700 +++ b/components/python/nose/test/results-3.4-32.master Thu Apr 09 15:23:05 2015 -0700 @@ -1,2 +1,2 @@ -Ran 384 tests in +Ran 387 tests in OK (SKIP=15)