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 Sep 16 08:53:00 UTC 2019

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

Log Message:
py-lz4: updated to 2.2.1

v2.2.1:
Update the bundled LZ4 library to version 1.9.1

This release updates the bundled LZ4 library to version 1.9.1.

The 2.2.x releases will be the final release that support Python 2.7. In the near future we'll begin work on the 3.0.x release which will only support Python >= 3.5, and will require LZ4 > 1.9.0.

v2.2.0:
Add more detail to the install section of docs


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.23 -r1.24 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.25 pkgsrc/archivers/py-lz4/Makefile:1.26
--- pkgsrc/archivers/py-lz4/Makefile:1.25       Mon Jun 10 07:45:44 2019
+++ pkgsrc/archivers/py-lz4/Makefile    Mon Sep 16 08:53:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/06/10 07:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/09/16 08:53:00 adam Exp $
 
-DISTNAME=      lz4-2.1.10
+DISTNAME=      lz4-2.2.1
 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.23 pkgsrc/archivers/py-lz4/distinfo:1.24
--- pkgsrc/archivers/py-lz4/distinfo:1.23       Mon Jun 10 07:45:44 2019
+++ pkgsrc/archivers/py-lz4/distinfo    Mon Sep 16 08:53:00 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2019/06/10 07:45:44 adam Exp $
+$NetBSD: distinfo,v 1.24 2019/09/16 08:53:00 adam Exp $
 
-SHA1 (lz4-2.1.10.tar.gz) = 7edf1ce8f4c9ba7dfd52a00a28663b89cb248f7e
-RMD160 (lz4-2.1.10.tar.gz) = a6ddd1802d49062603ecbaa8cef8ea30ac1a650b
-SHA512 (lz4-2.1.10.tar.gz) = 2bee74fba190329f99bef231bc7460f213077c1ae8ced37ff507fef3f01a4e14748f525b2d478b179c4f5d00497c286c931458b2349273dfc3446e6e638d4228
-Size (lz4-2.1.10.tar.gz) = 138372 bytes
+SHA1 (lz4-2.2.1.tar.gz) = 053b9e22f32913d13664f0a85ab2dc9af2d91397
+RMD160 (lz4-2.2.1.tar.gz) = 5c5e3e2087e99cbbcbf925b0e724204333893090
+SHA512 (lz4-2.2.1.tar.gz) = 3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b
+Size (lz4-2.2.1.tar.gz) = 141841 bytes
 SHA1 (patch-setup.py) = 316572cdcc0672197cb46663a96386271c6bcad6



Home | Main Index | Thread Index | Old Index