CVS log for pkgsrc/devel/py-fixtures/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-fixtures
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 21 05:56:52 2025 UTC (5 days, 21 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
py-fixtures: updated to 4.2.5
4.2.5
* Add missing Apache license to sdist.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Feb 26 10:08:49 2025 UTC (8 weeks, 3 days ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3
lines
py-fixtures: updated to 4.2.4.post1
4.2.4.post1
Unknown changes
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 12 16:25:48 2025 UTC (2 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -4
lines
py-fixtures: updated to 4.2.3
4.2.3
* Remove dependency of pbr and start using pyproject.toml for setuptools
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 15 08:02:00 2025 UTC (3 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
py-fixtures: updated to 4.2.2
4.2.2
* Release 4.2.2
4.2.1
* Release 4.2.1
4.2.0
* Release 4.2.0
* Add support for Python 3.13
* Remove more bits of Python < 3.8 support
* Drop support for external mock package
* Fix rst2html invocation
* Drop python 3.7 support
* Test Python 3.12 also via tox
* Enable Python 3.12 support
* Run ruff in CI
* Fix ruff issues
* Use code-block directive for python code
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:08 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:38 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3
lines
*: clean-up after python38 removal
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 28 01:55:30 2024 UTC (14 months, 4 weeks ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
py-fixtures: add py-setuptools tool dependency (fix bulk builds)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 17 08:29:04 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
py-fixtures: fix TOOLS
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 11 17:14:48 2023 UTC (16 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -13
lines
py-fixtures: updated to 4.1.0
4.1.0
* Drop support for Python 3.6 (EOL)
* Add a new ``WarningsFilter`` filter, allowing users to filter warnings as
part of their tests, before restoring said filters.
4.0.1
* Remove ``testtools`` from ``requirements.txt`` as well.
4.0.0
* Add missing APIs to ``FakeProcess``, making it match ``Popen``.
* Dropped support for Python 2.7, Python 3.4 and Python 3.5 (EOL).
* Added support for Python 3.6-3.10.
* Add possibility to reset the ``FakeLogger``.
* Access ``mock.DEFAULT`` lazily rather than at import time so ``mock`` can
be overridden with something else.
* Support all ``subprocess.Popen`` arguments up to Python 3.10.
* Move ``testtools`` requirement to a new ``fixtures[streams]`` extra.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:37:59 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
*: latest py-sphinx only support Python 3.9+
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 3 17:33:09 2022 UTC (2 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
py-fixtures: turn pbr into a TOOL_DEPENDS since it's listed as required
during setup by the build system
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 29 23:29:17 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6
lines
*: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 27 10:57:31 2022 UTC (3 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
*: switch py-testtools users to versioned_dependencies.mk
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:05 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:18:27 2019 UTC (5 years, 5 months ago) by rillig
Branches: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
devel/py-*: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 2 03:22:02 2019 UTC (5 years, 10 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
(devel/py-fixtures) Add BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*
bulkbuild log shows following
| ...
| File "/usr/pkg/lib/python3.7/site-packages/setuptools/command/easy_install.py",
| line 673, in easy_install
| raise DistutilsError(msg)
| distutils.errors.DistutilsError: Could not find suitable distribution for
| Requirement.parse('pbr>0.11')
| *** Error code 1
|
| Stop.
| make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-fixtures
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 22 14:02:49 2017 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: 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,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Import py-fixtures-3.0.0 as devel/py-fixtures.
Fixtures defines a Python contract for reusable state / support
logic, primarily for unit testing. Helper and adaption logic is
included to make it easy to write your own fixtures using the
fixtures contract. Glue code is provided that makes using fixtures
that meet the Fixtures contract in unittest compatible test cases
easy and straight forward.
CVSweb <webmaster@jp.NetBSD.org>