2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-05 22:49:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zconfig: updated to 4.1
4.1 (2024-05-03)
- Add support for Python 3.12.
|
2023-08-29 13:15:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zconfig: updated to 4.0
4.0 (2023-05-05)
- Drop support for Python 2.7, 3.5, 3.6.
|
2023-06-18 14:00:13 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
py-zope.testrunner: updated to 6.0; renamed from py-ZopeTestrunner
6.0 (2023-03-28)
- Drop support for Python 2.7, 3.5, 3.6.
5.6 (2022-12-09)
- Add support for Python 3.11.
- Inline a small part of ``random.Random.shuffle`` which was deprecated in
Python 3.9 and removed in 3.11
- Don't trigger post mortem debugger for skipped tests.
|
2023-01-02 13:05:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zconfig: updated to 3.6.1
3.6.1 (2022-12-06)
==================
- Add support for Python 3.11.
- Drop support for Python 3.4.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
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.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-25 07:38:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zconfig: updated to 3.6.0
3.6.0 (2021-05-19)
==================
- Added support for Python 3.8, 3.9 and 3.10. This primarily involves
avoiding the new-in-3.8 validation of the format string when using the
'safe-template' format style, since that's not supported in the Python
standard library.
- Added ``ZConfig.pygments`` module containing a lexer compatible with
the ``pygments`` library. Made discoverable via an entry point; use
**zconfig** as the highlight language for ``code-block`` directives in
Sphinx documents.
|