2023-08-28 09:51:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-radon: updated to 6.0.1 6.0.1 (Mar 26, 2023) -------------------- - Prevent tomllib error when the `toml` module is not available 6.0.0 (Mar 26, 2023) -------------------- - Fix typo in changelog - Add support for `match` pattern in Python 3.10+ - Fix typo in Markdown export, reported - Remove unnecessary "future" dependency - Add `pyproject.toml` support - Allow Mando v0.7.1 - Fix HCHarvester JSON results format |
2023-07-01 10:53:22 by Thomas Klausner | Files touched by this commit (3) |
Log message: *: mark dependencies of py-colorama as not-for-Python-2 |
2022-06-19 00:16:09 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-radon: update to 5.1.0. 5.1.0 (Aug 08, 2021) -------------------- - Allow forcing colored output on/off, thanks @msabramo: #218 - Synchronize trove classifiers with tested versions, thanks @D3X: #222 5.0.1 (Jun 08, 2021) -------------------- - Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by @joxl: #219 |
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-24 11:15:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-radon: updated to 4.5.2 4.5.2: - Add back `flake8-polyfill` dependency because conditional extra does not work as intended |