pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-zstandard py-zstandard: updated to 0.15.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdb49f013db8
branches:  trunk
changeset: 447925:cdb49f013db8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 28 18:35:32 2021 +0000

description:
py-zstandard: updated to 0.15.2

0.15.2

Backwards Compatibility Notes

ZstdCompressor.multi_compress_to_buffer() and
ZstdDecompressor.multi_decompress_to_buffer() are no longer
available when linking against a system zstd library. These
experimental features are only available when building against the
bundled single file zstd C source file distribution.

Changes

setup.py now recognizes a ZSTD_EXTRA_COMPILER_ARGS
environment variable to specify additional compiler arguments
to use when compiling the C backend.
PyPy build and test coverage has been added to CI.
Added CI jobs for building against external zstd library.
Wheels supporting macOS ARM/M1 devices are now being produced.
References to Python 2 have been removed from the in-repo Debian packaging
code.
Significant work has been made on a Rust backend. It is currently feature
complete but not yet optimized. We are not yet shipping the backend as part
of the distributed wheels until it is more mature.
The .pyi type annotations file has replaced various default argument
values with ....

diffstat:

 archivers/py-zstandard/Makefile |   4 ++--
 archivers/py-zstandard/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 626b4cd5e17b -r cdb49f013db8 archivers/py-zstandard/Makefile
--- a/archivers/py-zstandard/Makefile   Sun Feb 28 17:14:30 2021 +0000
+++ b/archivers/py-zstandard/Makefile   Sun Feb 28 18:35:32 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/03 14:57:53 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/02/28 18:35:32 adam Exp $
 
-DISTNAME=      zstandard-0.15.1
+DISTNAME=      zstandard-0.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zstandard/}
diff -r 626b4cd5e17b -r cdb49f013db8 archivers/py-zstandard/distinfo
--- a/archivers/py-zstandard/distinfo   Sun Feb 28 17:14:30 2021 +0000
+++ b/archivers/py-zstandard/distinfo   Sun Feb 28 18:35:32 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/01/03 14:57:53 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/02/28 18:35:32 adam Exp $
 
-SHA1 (zstandard-0.15.1.tar.gz) = 59be1c44cd73f8513b8f2b37ed9fe69af1a0c1e8
-RMD160 (zstandard-0.15.1.tar.gz) = 5024d775b7c377a90ce70f9330e2a610e8de5928
-SHA512 (zstandard-0.15.1.tar.gz) = 7aabe647fa8c9a696084da6544c27287fe7d57e3a0ce2594c061fd20136e147ded4ea3da3648f6ef93c49636edc1d04ca4f29561514fb13f1a5d0340cd51996b
-Size (zstandard-0.15.1.tar.gz) = 992126 bytes
+SHA1 (zstandard-0.15.2.tar.gz) = 66ffb728d478d94a0d0f16bdfff23373b3b536bc
+RMD160 (zstandard-0.15.2.tar.gz) = 90309af02d82c8524c4d2b6eabdb5fb2cac46c27
+SHA512 (zstandard-0.15.2.tar.gz) = 0102f3522145c80ec096e9dfac34a5bdd2a98b43b50b8c1e99bcfb0057904c551ababeeb82ced5f8b65945d42b39479cbc29472058679af1f8f91b68ae79f70f
+Size (zstandard-0.15.2.tar.gz) = 1012864 bytes



Home | Main Index | Thread Index | Old Index