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:           Sun Jan 28 08:54:20 UTC 2018

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

Log Message:
py-lz4: updated to 0.19.1

0.19.1:
This release adds compressed file handling capability to the lz4.frame sub-package.
This necessitated some changes to the API of lz4.frame.decompress_chunk, ad some smaller changes to the LZ4FrameCompressor and LZ4FrameDecompressor classes. Please see updated documentation for 
further details.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/py-lz4/PLIST
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/archivers/py-lz4/Makefile:1.10
--- pkgsrc/archivers/py-lz4/Makefile:1.9        Sat Jan 20 21:10:18 2018
+++ pkgsrc/archivers/py-lz4/Makefile    Sun Jan 28 08:54:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/01/20 21:10:18 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/28 08:54:20 adam Exp $
 
-DISTNAME=      lz4-0.18.2
+DISTNAME=      lz4-0.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}

Index: pkgsrc/archivers/py-lz4/PLIST
diff -u pkgsrc/archivers/py-lz4/PLIST:1.3 pkgsrc/archivers/py-lz4/PLIST:1.4
--- pkgsrc/archivers/py-lz4/PLIST:1.3   Sun Dec 31 18:48:57 2017
+++ pkgsrc/archivers/py-lz4/PLIST       Sun Jan 28 08:54:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/31 18:48:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/28 08:54:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/lz4/block/_block.so
 ${PYSITELIB}/lz4/frame/__init__.py
 ${PYSITELIB}/lz4/frame/__init__.pyc
 ${PYSITELIB}/lz4/frame/__init__.pyo
+${PYSITELIB}/lz4/frame/_compression.py
+${PYSITELIB}/lz4/frame/_compression.pyc
+${PYSITELIB}/lz4/frame/_compression.pyo
 ${PYSITELIB}/lz4/frame/_frame.so
 ${PYSITELIB}/lz4/version.py
 ${PYSITELIB}/lz4/version.pyc

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.7 pkgsrc/archivers/py-lz4/distinfo:1.8
--- pkgsrc/archivers/py-lz4/distinfo:1.7        Sat Jan 20 21:10:18 2018
+++ pkgsrc/archivers/py-lz4/distinfo    Sun Jan 28 08:54:20 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2018/01/20 21:10:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/01/28 08:54:20 adam Exp $
 
-SHA1 (lz4-0.18.2.tar.gz) = abd6ece755cd3a33c3027f2801251039dfcd9a2b
-RMD160 (lz4-0.18.2.tar.gz) = c2ad107110a342598bf747cf760e6aead3b43a9d
-SHA512 (lz4-0.18.2.tar.gz) = 62340649da5c6a3e1eb1d345b7fde5166bf05e39bbe0147ccd0bdc6eb3e3518476a7af8033351a1d7476919a0cd4678cfcd0b98a30cb6b3624c88696a0e452b2
-Size (lz4-0.18.2.tar.gz) = 100954 bytes
+SHA1 (lz4-0.19.1.tar.gz) = 2cc6ada1c9bc83adc5590f8ee2cc30d4afcea44e
+RMD160 (lz4-0.19.1.tar.gz) = dc6fd2b88fbc38ade7ea8f5538c86cf00bdde85e
+SHA512 (lz4-0.19.1.tar.gz) = d1a5536b89a69e214762c4e9f48e13a070d9fd86d34ff773b18da43334adf23460a635702e621c791d7b6a84b851a3cd62833b0f20ded7a5e5afc58af6a8e2b5
+Size (lz4-0.19.1.tar.gz) = 107434 bytes
 SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41



Home | Main Index | Thread Index | Old Index