pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zstandard



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 28 18:35:32 UTC 2021

Modified Files:
        pkgsrc/archivers/py-zstandard: Makefile distinfo

Log Message:
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 ....


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/py-zstandard/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/archivers/py-zstandard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-zstandard/Makefile
diff -u pkgsrc/archivers/py-zstandard/Makefile:1.18 pkgsrc/archivers/py-zstandard/Makefile:1.19
--- pkgsrc/archivers/py-zstandard/Makefile:1.18 Sun Jan  3 14:57:53 2021
+++ pkgsrc/archivers/py-zstandard/Makefile      Sun Feb 28 18:35:32 2021
@@ -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/}

Index: pkgsrc/archivers/py-zstandard/distinfo
diff -u pkgsrc/archivers/py-zstandard/distinfo:1.16 pkgsrc/archivers/py-zstandard/distinfo:1.17
--- pkgsrc/archivers/py-zstandard/distinfo:1.16 Sun Jan  3 14:57:53 2021
+++ pkgsrc/archivers/py-zstandard/distinfo      Sun Feb 28 18:35:32 2021
@@ -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