2022-07-14 15:36:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-xopen: updated to 1.5.0
v1.5.0 (2022-03-23)
* Dropped Python 3.6 support
* Added support for piping into and from an external xz process. Contributed by \
@fanninpm.
* Support setting the xz compression level. Contributed by @tsibley.
v1.4.0 (2022-01-14)
Add seek() and tell() to the PipedCompressionReader classes (for Windows \
compatibility)
v1.3.0 (2022-01-10)
xopen is now available on Windows (in addition to Linux and macOS).
For greater compatibility with the built-in open() function, xopen() has gained \
the parameters encoding, errors and newlines with the same meaning as in open(). \
Unlike built-in open(), though, encoding is UTF-8 by default.
A parameter format has been added that allows to force the compression file format.
|
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.
|