Date: Fri, 25 Mar 2022 13:45:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 082ab6253ec7 - main - security/py-rsa: Update to 4.8 Message-ID: <202203251345.22PDjXlS022220@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=082ab6253ec7959a0c5715b0f48c814505f65068 commit 082ab6253ec7959a0c5715b0f48c814505f65068 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:04:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:15 +0000 security/py-rsa: Update to 4.8 - Update pkg-descr - Update WWW Changes: https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md --- security/py-rsa/Makefile | 10 +++------- security/py-rsa/distinfo | 6 +++--- security/py-rsa/pkg-descr | 6 ++++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index c93abafb7faf..605b96ebe833 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,8 +1,7 @@ # Created by: Kubilay Kocak <koobs@FreeBSD.org> PORTNAME= rsa -PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTVERSION= 4.8 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,15 +13,12 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= cpe python:3.6+ -CPE_VENDOR= python -USE_PYTHON= autoplist distutils concurrent +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m nose +CPE_VENDOR= python .include <bsd.port.mk> diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index ee37f4db2411..a896b36c93b5 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500216181 -SHA256 (rsa-3.4.2.tar.gz) = 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 -SIZE (rsa-3.4.2.tar.gz) = 40956 +TIMESTAMP = 1647264672 +SHA256 (rsa-4.8.tar.gz) = 5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17 +SIZE (rsa-4.8.tar.gz) = 28396 diff --git a/security/py-rsa/pkg-descr b/security/py-rsa/pkg-descr index a123d5b5a3d1..324f806a9d34 100644 --- a/security/py-rsa/pkg-descr +++ b/security/py-rsa/pkg-descr @@ -1,5 +1,7 @@ Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to -PKCS#1 version 1.5. +PKCS#1 version 1.5. It can be used as a Python library as well as on the +commandline. -WWW: https://stuvel.eu/rsa +WWW: https://stuvel.eu/software/rsa/ +WWW: https://github.com/sybrenstuvel/python-rsa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251345.22PDjXlS022220>