Up to [cvs.NetBSD.org] / pkgsrc / devel / py-unittest2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17, Sun May 1 09:23:25 2022 UTC (19 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1
lines
FILE REMOVED
py-unittest2: remove Limited to python 2.x but a dependency does not support this any longer
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 27 11:59:42 2022 UTC (22 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
py-unittest2: limit to python 2.x This package is intended to backport features that were added in python 3.4.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:08 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 4 20:53:46 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:22 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Follow some redirects.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 28 15:48:31 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided by the infrastructure. Mark a couple more packages as not ready for python-3.x.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:27 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 9 15:28:39 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Add two missing dependencies.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 7 12:11:25 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update py-unittest2 to 1.1.0: 2015-06-20 - 1.1.0 ãàIssue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall. Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode. Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. 2015-03-12 - 1.0.1 Unittest2 issue #94: Need at least 1.4 of six. 2015-03-06 - 1.0.0 Issue #22936: Permit showing local variables in tracebacks.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 13 08:36:03 2014 UTC (8 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.7: +11 -8
lines
Diff to previous 1.7 (colored)
Update py-unittests to 0.8.0. CHANGELOG 2014/11/05 - 0.8 * Issue #22457: Honour load_tests in the start_dir of discovery. 2014/10/31 - 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. 2014/10/31 - 0.7.0 This release contains backports from cPython 3.5 of all (I think) commits since 2010, as of today. 2014/10/28 - 0.6.0 Many thanks to Mark Roddy and Ezio Melotti who contributed substantially to this release. * 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.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 23 10:43:45 2014 UTC (9 years, 5 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored)
Use ALTERNATIVES. Remove bin/unit2, since it's not different fundamentally than unit2-${PYVERSSUFFIX}. Move bin/unit2.py so it doesn't conflict with the py3k version of this package. Bump PKGREVISION. OK'd by wiz@.
Revision 1.6 / (download) - annotate - [select for diffs], Fri May 9 07:37:03 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 31 11:25:43 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update comment.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 31 11:25:10 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Mention Python 2.x explicitly in COMMENT and DESCR.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:05 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 8 16:17:20 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Fix PLIST for python != 2.7.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 8 04:52:48 2013 UTC (10 years, 4 months ago) by richard
Branch: MAIN
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. To use unittest2 instead of unittest simply replace import unittest with import unittest2.