Path to this page:
./
devel/py-queuelib,
Collection of persistent (disk-based) queues
Branch: CURRENT,
Version: 1.7.0,
Package name: py311-queuelib-1.7.0,
Maintainer: pkgsrc-usersQueuelib 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.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 12.979 KB
Version history: (Expand)
- (2024-05-05) Updated to version: py311-queuelib-1.7.0
- (2023-02-09) Updated to version: py310-queuelib-1.6.2nb1
- (2022-01-05) Updated to version: py39-queuelib-1.6.2nb1
- (2021-10-07) Updated to version: py39-queuelib-1.6.2
- (2021-09-10) Updated to version: py38-queuelib-1.6.2
- (2021-05-12) Updated to version: py38-queuelib-1.6.1
CVS history: (Expand)
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.
|