git: f7f1e6ea58b6 - main - security/py-pynacl: Update 1.4.0 -> 1.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jan 2022 08:56:46 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7f1e6ea58b6025b0b356cc48c858006319d538a commit f7f1e6ea58b6025b0b356cc48c858006319d538a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-12 06:25:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-12 08:56:36 +0000 security/py-pynacl: Update 1.4.0 -> 1.5.0 Reported by: portscout --- security/py-pynacl/Makefile | 4 ++-- security/py-pynacl/distinfo | 6 +++--- security/py-pynacl/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/py-pynacl/Makefile b/security/py-pynacl/Makefile index 54f6c810186a..6c59c0ccb419 100644 --- a/security/py-pynacl/Makefile +++ b/security/py-pynacl/Makefile @@ -1,7 +1,7 @@ # Created by: Yuri Victorovich <yuri@rawbw.com> PORTNAME= pynacl -DISTVERSION= 1.4.0 +DISTVERSION= 1.5.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,7 +31,7 @@ BUNDLED_NACL_MAKE_ENV_OFF= SODIUM_INSTALL=system post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/nacl/_sodium*.so -do-test: +do-test: # tests fail: https://github.com/pyca/pynacl/issues/747 @cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} -m pytest -rs tests .include <bsd.port.mk> diff --git a/security/py-pynacl/distinfo b/security/py-pynacl/distinfo index fa228b7ef840..e27ca9b810f2 100644 --- a/security/py-pynacl/distinfo +++ b/security/py-pynacl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590481614 -SHA256 (PyNaCl-1.4.0.tar.gz) = 54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 -SIZE (PyNaCl-1.4.0.tar.gz) = 3416950 +TIMESTAMP = 1641968286 +SHA256 (PyNaCl-1.5.0.tar.gz) = 8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba +SIZE (PyNaCl-1.5.0.tar.gz) = 3392854 diff --git a/security/py-pynacl/pkg-descr b/security/py-pynacl/pkg-descr index 80ecc05547dd..f939ea6433a9 100644 --- a/security/py-pynacl/pkg-descr +++ b/security/py-pynacl/pkg-descr @@ -1,4 +1,4 @@ PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. -WWW: https://pypi.org/project/PyNaCl/ +WWW: https://github.com/pyca/pynacl