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 21:48:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xopen: updated to 1.2.1
1.2.1:
Unknown changes
|
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-28 18:04:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xopen: updated to 1.2.0
v1.2.0
pbzip2 is now used to open .bz2 files if threads is greater than zero.
|
2021-01-21 20:50:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xopen: updated to 1.1.0
v1.1.0
Python 3.5 support is dropped.
On Linux systems, python-isal is now added as a requirement. This will speed up \
the reading of gzip files significantly when no external processes are used.
|
2020-11-23 10:54:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-xopen: updated to 1.0.1
v1.0.1
Fix ResourceWarnings when opening many piped processes
v1.0.0
flake8 should not be in deploy stage
|
2020-05-14 21:37:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
PYTHON_VERSIONS_INCOMPATIBLE must be set before including pyversion.mk.
Drop logic for unsupported versions.
|
2020-04-03 18:20:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xopen: updated to 0.9.0
v0.9.0
When the file name extension of a file to be opened for reading is not \
available, the content is inspected (if possible) and used to determine which \
compression format applies.
This release drops Python 2.7 and 3.4 support. Python 3.5 or later is now required.
|
2019-10-27 00:48:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xopen: updated to 0.8.4
v0.8.4:
Allow threads=0 to mean that no external pigz/gzip should be run.
Instead, regular gzip.open() is used.
|