pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-signedjson py-signedjson: updated to 1.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b73b3fcf75a4
branches: trunk
changeset: 371305:b73b3fcf75a4
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jan 08 16:14:31 2022 +0000
description:
py-signedjson: updated to 1.1.1
Signedjson 1.1.1
Bugfixes
- Fix incorrect typing annotation for `decode_signing_key_base64`.
- Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0.
Internal Changes
- Use `setuptools_scm` for the version number.
diffstat:
security/py-signedjson/Makefile | 19 ++++++++++++-------
security/py-signedjson/distinfo | 8 ++++----
2 files changed, 16 insertions(+), 11 deletions(-)
diffs (51 lines):
diff -r 94d9059e34cd -r b73b3fcf75a4 security/py-signedjson/Makefile
--- a/security/py-signedjson/Makefile Sat Jan 08 16:08:11 2022 +0000
+++ b/security/py-signedjson/Makefile Sat Jan 08 16:14:31 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/08 16:14:31 adam Exp $
-DISTNAME= signedjson-1.1
+DISTNAME= signedjson-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/signedjson/}
MAINTAINER= js%pkgsrc.org@localhost
@@ -11,12 +10,18 @@
COMMENT= Signs JSON objects with ED25519 signatures
LICENSE= apache-2.0
-USE_LANGUAGES= # none
-
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-canonicaljson>=1.0.0:../../devel/py-canonicaljson
-DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.0.1:../../devel/py-unpaddedbase64
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
DEPENDS+= ${PYPKGPREFIX}-nacl>=0.3.0:../../security/py-nacl
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.5:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.0.1:../../devel/py-unpaddedbase64
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+.endif
+
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 94d9059e34cd -r b73b3fcf75a4 security/py-signedjson/distinfo
--- a/security/py-signedjson/distinfo Sat Jan 08 16:08:11 2022 +0000
+++ b/security/py-signedjson/distinfo Sat Jan 08 16:14:31 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:17:50 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/08 16:14:31 adam Exp $
-BLAKE2s (signedjson-1.1.tar.gz) = 0912a1c8772293521b2d7c11b49ad444c8676ef425a4d81e4881c6d55a6ec88d
-SHA512 (signedjson-1.1.tar.gz) = 1e03a20c7074825a1357dc4dd683a5debb32dc8dbda3d58ca68cd4b3d35482d92b7fb068cfa06076038e0df04ff5503d2c42806b62d4dd3ef38934ba7d6dc200
-Size (signedjson-1.1.tar.gz) = 10053 bytes
+BLAKE2s (signedjson-1.1.1.tar.gz) = 4f539d4b2c81e36807b7fbdb7770a9b00a2fc3e0c2cf1d6dc9deb3aa3f474582
+SHA512 (signedjson-1.1.1.tar.gz) = 9ae67d191f115b80182a6578dadcedeb5898bc2a5f25cb3270c03e132b99f058b482e39828bbf05f9288dce712697a034aaa9fc46812d748121fbbf48a57e741
+Size (signedjson-1.1.1.tar.gz) = 10906 bytes
Home |
Main Index |
Thread Index |
Old Index