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.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e424550b9bd2
branches:  trunk
changeset: 442132:e424550b9bd2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 19 10:37:24 2020 +0000

description:
py-lz4: updated to 3.1.1

3.1.1:
Correct how pkgconfig is handled in setup.py to account for multiple build flags
Improve how CHAR_BIT is handled

diffstat:

 archivers/py-lz4/Makefile               |   4 ++--
 archivers/py-lz4/distinfo               |  12 ++++++------
 archivers/py-lz4/patches/patch-setup.py |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (51 lines):

diff -r 98e44f5a06bf -r e424550b9bd2 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Thu Nov 19 10:36:57 2020 +0000
+++ b/archivers/py-lz4/Makefile Thu Nov 19 10:37:24 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/07/07 20:15:25 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/11/19 10:37:24 adam Exp $
 
-DISTNAME=      lz4-3.1.0
+DISTNAME=      lz4-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
diff -r 98e44f5a06bf -r e424550b9bd2 archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Thu Nov 19 10:36:57 2020 +0000
+++ b/archivers/py-lz4/distinfo Thu Nov 19 10:37:24 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2020/07/07 20:15:25 adam Exp $
+$NetBSD: distinfo,v 1.27 2020/11/19 10:37:24 adam Exp $
 
-SHA1 (lz4-3.1.0.tar.gz) = 2bf894164fc44369f59f7dc3caec21047b1065fb
-RMD160 (lz4-3.1.0.tar.gz) = 3027fd1582accb1cce965dda9bb58df9d3070b58
-SHA512 (lz4-3.1.0.tar.gz) = 9bb1adfe283422e4af2113a50a6d1fd9c44f12dca0b2a25ad0f80df95e87125bed55d9395079dbfcd342691b08c3236a85d833eba9de0cb31c0cc5378a0345d5
-Size (lz4-3.1.0.tar.gz) = 154347 bytes
-SHA1 (patch-setup.py) = 316572cdcc0672197cb46663a96386271c6bcad6
+SHA1 (lz4-3.1.1.tar.gz) = 999750fec93b8ab4386ca7249da87c56499159a7
+RMD160 (lz4-3.1.1.tar.gz) = 7f2fd07e2af0599265c22ddfa7d5136d2c103e1c
+SHA512 (lz4-3.1.1.tar.gz) = b6ddcabcb323b88eeff1fa9cb91d379d6435ab51b2b51e080138892fbce57d92c8175e2ae1ef72e8a2f95429aaa4be66a5e8cd9d4dbc5bcd6b44ec26b7df96db
+Size (lz4-3.1.1.tar.gz) = 154325 bytes
+SHA1 (patch-setup.py) = d58d21f4c279f37d737b1dce1d3c266d15247707
diff -r 98e44f5a06bf -r e424550b9bd2 archivers/py-lz4/patches/patch-setup.py
--- a/archivers/py-lz4/patches/patch-setup.py   Thu Nov 19 10:36:57 2020 +0000
+++ b/archivers/py-lz4/patches/patch-setup.py   Thu Nov 19 10:37:24 2020 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-setup.py,v 1.2 2018/12/18 12:02:34 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2020/11/19 10:37:24 adam Exp $
 
 Prefer external compiler optimizations.
 
---- setup.py.orig      2018-12-18 02:40:14.000000000 +0000
+--- setup.py.orig      2020-11-19 10:31:44.000000000 +0000
 +++ setup.py
-@@ -100,7 +100,6 @@ elif compiler in ('unix', 'mingw32'):
-             extra_compile_args.append(pkgconfig_cflags('liblz4'))
+@@ -102,7 +102,6 @@ elif compiler in ('unix', 'mingw32'):
+         extension_kwargs = pkgconfig_parse('liblz4')
      else:
-         extra_compile_args = [
+         extension_kwargs['extra_compile_args'] = [
 -            '-O3',
              '-Wall',
              '-Wundef'



Home | Main Index | Thread Index | Old Index