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 20:33:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-queuelib: updated to 1.7.0 Version 1.7.0 No functionality changes with respect to 1.6.2 * Added support for Python 3.10-3.12 and PyPy 3.10 * Removed support for Python 3.5-3.7 * Improved type annotations and added the ``py.typed`` file * Added ``pre-commit`` configuration * Improved linting and CI configuration |
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-09-10 17:03:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-queuelib: updated to 1.6.2 Version 1.6.2 ------------- No functionality changes with respect to 1.6.1 * Added `python_requires>=3.5` to `setup.py` * Formatted the codebase with `black` * Added type annotations * Added CI checks for typing, security and linting |
2021-05-12 10:03:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-queuelib: updated to 1.6.1 Version 1.6.1 ------------- No code changes with respect to 1.6 * Migrate CI to GitHub actions * Fix release Version 1.6 ----------- * Add peek support * Remove py2 support * Full test coverage |
2018-03-19 11:13:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-queuelib: updated to 1.5.0 1.5.0: Unknown changes. |
2017-02-13 22:15:41 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: Added devel/py-queuelib version 1.4.2 Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib goals are speed and simplicity. It was originally part of the Scrapy framework and stripped out on its own library. |