pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-nacl py-nacl: updated to 1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/228f4c8a086e
branches:  trunk
changeset: 387237:228f4c8a086e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 11:33:05 2022 +0000

description:
py-nacl: updated to 1.5.0

1.5.0
BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5.
BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels.
Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels (the latter supports macOS arm64).
Update libsodium to 1.0.18-stable (July 25, 2021 release).
Add inline type hints.

diffstat:

 security/py-nacl/Makefile |  7 +++----
 security/py-nacl/PLIST    |  3 ++-
 security/py-nacl/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 619f5dfc188c -r 228f4c8a086e security/py-nacl/Makefile
--- a/security/py-nacl/Makefile Tue Oct 25 11:18:44 2022 +0000
+++ b/security/py-nacl/Makefile Tue Oct 25 11:33:05 2022 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/25 11:33:05 adam Exp $
 
-DISTNAME=      PyNaCl-1.4.0
+DISTNAME=      PyNaCl-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^py//}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyNaCl/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/pyca/pynacl/
+HOMEPAGE=      https://github.com/pyca/pynacl
 COMMENT=       Python binding to the Networking and Cryptography (NaCl) library
 LICENSE=       apache-2.0
 
diff -r 619f5dfc188c -r 228f4c8a086e security/py-nacl/PLIST
--- a/security/py-nacl/PLIST    Tue Oct 25 11:18:44 2022 +0000
+++ b/security/py-nacl/PLIST    Tue Oct 25 11:33:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/27 15:01:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/10/25 11:33:05 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -88,6 +88,7 @@
 ${PYSITELIB}/nacl/pwhash/scrypt.py
 ${PYSITELIB}/nacl/pwhash/scrypt.pyc
 ${PYSITELIB}/nacl/pwhash/scrypt.pyo
+${PYSITELIB}/nacl/py.typed
 ${PYSITELIB}/nacl/secret.py
 ${PYSITELIB}/nacl/secret.pyc
 ${PYSITELIB}/nacl/secret.pyo
diff -r 619f5dfc188c -r 228f4c8a086e security/py-nacl/distinfo
--- a/security/py-nacl/distinfo Tue Oct 25 11:18:44 2022 +0000
+++ b/security/py-nacl/distinfo Tue Oct 25 11:33:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:17:47 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/10/25 11:33:05 adam Exp $
 
-BLAKE2s (PyNaCl-1.4.0.tar.gz) = 2638b0a50e7c49ab87a831eace293da5821212c89f6e8e4b5c47773136abb0b7
-SHA512 (PyNaCl-1.4.0.tar.gz) = 355b974010f94d551f631a2dd5ae792da3d4d0abf8ed70b6decc78aad24a9f965636988aebd14947b137ea14cdcbb73531775f08b1b4d5a9d72b5df3dba0b022
-Size (PyNaCl-1.4.0.tar.gz) = 3416950 bytes
+BLAKE2s (PyNaCl-1.5.0.tar.gz) = 59a00d0c47197ccdc2e0c3d1a52b5d03dfb2e063ee024e888de6d3acb77d14ae
+SHA512 (PyNaCl-1.5.0.tar.gz) = cea3e4556432588630382abae6debf9203c7f55da286509da547a7921e4dbad98c915743625c68e5f7187fcaf6d4cdaf7ed2ed3ba60bd4c10ae6e3f88608dc65
+Size (PyNaCl-1.5.0.tar.gz) = 3392854 bytes



Home | Main Index | Thread Index | Old Index