pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 py-lz4: updated to 3.1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6624871ccf4c
branches:  trunk
changeset: 770327:6624871ccf4c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 29 11:44:08 2021 +0000

description:
py-lz4: updated to 3.1.10

v3.1.10
Add skip existing when publishing to PyPi

v3.1.9
Revert to using created release events

v3.1.8
Update github actions trigger to use published release

v3.1.7
Update github actions trigger

v3.1.6
Trigger github actions on a release being made.

v3.1.5
Remove the push requirement for triggering PyPi pushes of artifacts.

v3.1.4
Shift wheel building to github actions
Disable Travis and Appveyor building
Disable Windows wheel builds which are failing with memory allocation problems with 64 bit on the github actions runners
Disable Aarch64 builds which are failing somewhere in the stream bindings tests
LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle buffer protocol correctly
Pass source_size kwarg through from frame.open to LZ4FrameFile instance
Add readall to LZ4FrameFile and use it on python 3.10

diffstat:

 archivers/py-lz4/Makefile |  4 ++--
 archivers/py-lz4/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 9a8bb0cfaf27 -r 6624871ccf4c archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Mon Nov 29 10:51:14 2021 +0000
+++ b/archivers/py-lz4/Makefile Mon Nov 29 11:44:08 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/01/19 10:29:38 adam Exp $
+# $NetBSD: Makefile,v 1.33 2021/11/29 11:44:08 adam Exp $
 
-DISTNAME=      lz4-3.1.3
+DISTNAME=      lz4-3.1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
diff -r 9a8bb0cfaf27 -r 6624871ccf4c archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Mon Nov 29 10:51:14 2021 +0000
+++ b/archivers/py-lz4/distinfo Mon Nov 29 11:44:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 09:57:14 nia Exp $
+$NetBSD: distinfo,v 1.32 2021/11/29 11:44:08 adam Exp $
 
-BLAKE2s (lz4-3.1.3.tar.gz) = f01b608d3e773464ac6c8496c9a62f8638baaf8f8aa1f8377e480b189ec18622
-SHA512 (lz4-3.1.3.tar.gz) = 170b5330a8ec0eb4d69f3692c54eaa384fd4de78a7e7db95721d2f1e521ae9558f814e63bbb31db2775a81f7cd7eaea1420ad2c96406cff95d25bc5d30811aba
-Size (lz4-3.1.3.tar.gz) = 159016 bytes
+BLAKE2s (lz4-3.1.10.tar.gz) = ce2922fa508a8f780d514e3e24dd9bf38adb21da8b319905077f859b315afb2c
+SHA512 (lz4-3.1.10.tar.gz) = 61983e77fa445f59503ccf8ed5fe0605d79754cdeb166e16a7093a856b23369634db7d105d57b3829e680dad0a3728adec9d18dccd92c994347b74c5af95580e
+Size (lz4-3.1.10.tar.gz) = 162886 bytes
 SHA1 (patch-setup.py) = d58d21f4c279f37d737b1dce1d3c266d15247707



Home | Main Index | Thread Index | Old Index