diff options
author | adam <adam@pkgsrc.org> | 2021-01-19 10:29:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-19 10:29:38 +0000 |
commit | b94cb336bc8d82627625aeabe66887577779c527 (patch) | |
tree | cfba1ee8c69cb2ee5ddda7803afddad578e193f4 /archivers | |
parent | 085597d85eabe17af193c57d1f663e05843b065d (diff) | |
download | pkgsrc-b94cb336bc8d82627625aeabe66887577779c527.tar.gz |
py-lz4: updated to 3.1.3
v3.1.3:
This release adds support for publishing wheels to PyPi for Python 3.9. Wheel building is currently broken for Python 3.9 on Arm/Aarch64.
This release also drops building of wheels for Python 3.5.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-lz4/Makefile | 4 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 48243b012f7..89a8698eed0 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/01/16 08:14:54 adam Exp $ +# $NetBSD: Makefile,v 1.32 2021/01/19 10:29:38 adam Exp $ -DISTNAME= lz4-3.1.2 +DISTNAME= lz4-3.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index a64aabeee67..b5486fe967b 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2021/01/16 08:14:54 adam Exp $ +$NetBSD: distinfo,v 1.29 2021/01/19 10:29:38 adam Exp $ -SHA1 (lz4-3.1.2.tar.gz) = ede62409284b4093e743179f66c606c5570a969a -RMD160 (lz4-3.1.2.tar.gz) = 7affb1c8f8eb3ac641877e84723c22bd18697483 -SHA512 (lz4-3.1.2.tar.gz) = bd277baf83a4d7819c2deee64e053fc030c5ccff8d5ea91762bfad2c38d5922f5305f8435b060821e86480be06716fa826cd05f407188077cc20637122e7c397 -Size (lz4-3.1.2.tar.gz) = 153729 bytes +SHA1 (lz4-3.1.3.tar.gz) = 4b16c816095bb728d9ebc809d0b31e6135a41713 +RMD160 (lz4-3.1.3.tar.gz) = bfd59804ae64dd80f6986d4d5a8115c7dee6f78c +SHA512 (lz4-3.1.3.tar.gz) = 170b5330a8ec0eb4d69f3692c54eaa384fd4de78a7e7db95721d2f1e521ae9558f814e63bbb31db2775a81f7cd7eaea1420ad2c96406cff95d25bc5d30811aba +Size (lz4-3.1.3.tar.gz) = 159016 bytes SHA1 (patch-setup.py) = d58d21f4c279f37d737b1dce1d3c266d15247707 |