pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 29 11:44:08 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/py-lz4/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-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.32 pkgsrc/archivers/py-lz4/Makefile:1.33
--- pkgsrc/archivers/py-lz4/Makefile:1.32       Tue Jan 19 10:29:38 2021
+++ pkgsrc/archivers/py-lz4/Makefile    Mon Nov 29 11:44:08 2021
@@ -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/}

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.31 pkgsrc/archivers/py-lz4/distinfo:1.32
--- pkgsrc/archivers/py-lz4/distinfo:1.31       Tue Oct 26 09:57:14 2021
+++ pkgsrc/archivers/py-lz4/distinfo    Mon Nov 29 11:44:08 2021
@@ -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