CVS log for pkgsrc/devel/py-parameterized/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-parameterized
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Apr 12 12:18:00 2025 UTC (11 days, 7 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -5
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:17 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:04 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1
lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 4 11:30:29 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -7
lines
py-parameterized: updated to 0.9.0
0.9.0 (2023-03-26)
* Drop support for Python 2.X, 3.5, and 3.6;
Add support for Python 3.10, 3.11
* Modernize from setup.py -> pyproject.toml
* Add support for ``IsolatedAsyncioTestCase``
* Work around for bug bpo-40126 in older versions of ``mock``
* Allow str, bytes, and any non-iterable input to be passed to
``@parameterized`` without wrapping in a tuple
* Fix class-level ``mock.patch.multiple``
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:19 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 25 10:31:48 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -2
lines
py-parameterized: updated to 0.8.1
0.8.1 (2021-01-09)
* Add README and LICENSE to pypi sdist package
0.8.0 (2021-01-04)
* Handle camelCase test names. This is an ever-so-slightly backwards
incompatible change, as the method for determining which methods are
test methods has changed from ``method_name.startswith("test_")`` to
``method_name.startswith("test")``. The latter is the behavior of
the ``unittest`` module.
* Fix arguments to skip_on_empty helper
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 15 09:51:27 2020 UTC (5 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
py-parameterized: updated to 0.7.4
0.7.4:
* Add ``class_name_func`` option to ``@parameterized_class``
* Fix arguments being passed to skip_on_empty_helper
* Fix tests on Python 3.8.2
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 14 12:13:59 2020 UTC (5 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
py-parameterized: updated to 0.7.3
0.7.3:
* Fix some typos
* Fix unicode handling in setup.py
* Fix Python 3.9 compat
0.7.2:
* Add `@parameterized_class` name function callback support
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 25 06:41:42 2019 UTC (5 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -4
lines
py-parameterized: updated to 0.7.1
0.7.1:
Fix: calling `setUp` and `tearDown` in parameterized classes
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 3 12:26:45 2019 UTC (6 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-parameterized: updated to 0.7.0
0.7.0:
* Added parameterized_class feature, for parameterizing entire test
classes
* Fix DeprecationWarning on inspect.getargs
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 9 09:15:28 2018 UTC (7 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
py-parameterized: added version 0.6.1
Parameterized testing in Python sucks. 'parameterized' fixes that. For
everything. Parameterized testing for nose, parameterized testing for py.test,
parameterized testing for unittest.
CVSweb <webmaster@jp.NetBSD.org>