2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message: *: use PYTHON_VERSION instead of _PYTHON_VERSION |
2022-05-12 10:20:36 by Thomas Klausner | Files touched by this commit (4) |
Log message: *: fix == vs. != confusion Reported by adam |
2022-05-12 10:05:29 by Thomas Klausner | Files touched by this commit (4) |
Log message: *: do not use py-freezegun with python 2.7 |
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 |
2020-10-02 21:16:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cached-property: updated to 1.5.2 1.5.2: * Add formal support for Python 3.8 * Remove formal support for Python 3.4 * Switch from Travis to GitHub actions * Made tests pass flake8 for Python 2.7 |
2018-11-02 12:54:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cached-property: updated to 1.5.1 1.5.1: Added formal support for Python 3.7 Removed formal support for Python 3.3 |
2018-07-09 09:15:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cached-property: updated to 1.4.3 1.4.3: * Catch SyntaxError from asyncio import on older versions of Python |
2018-05-08 15:08:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cached-property: updated to 1.4.2 1.4.2: Really fixed tests 1.4.1: Added conftest.py to manifest so tests work properly off the tarball Ensured new asyncio tests didn't break Python 2.7 builds on Debian Code formatting via black 1.4.0: Added asyncio support Remove Python 2.6 support, whose end of life was 5 years ago |