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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43fc6885fb0c
branches:  trunk
changeset: 376927:43fc6885fb0c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 14 20:35:37 2022 +0000

description:
py-signedjson: updated to 1.1.4

Signedjson 1.1.4 (2022-03-29)

Bugfixes
- Fix a bug introduced in signedjson 1.1.3 where `signedjson` could not be imported due to an MRO resolution error.


Signedjson 1.1.3 (2022-03-29)

Internal Changes
- Mark the `SigningKey` and `VerifyKey` types as `SupportsBytes`.


Signedjson 1.1.2 (2022-03-29)

Bugfixes
- Do not require `importlib_metadata` on Python 3.8 and above.

diffstat:

 security/py-signedjson/Makefile |  12 ++++++++----
 security/py-signedjson/PLIST    |   3 ++-
 security/py-signedjson/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r c0092603f182 -r 43fc6885fb0c security/py-signedjson/Makefile
--- a/security/py-signedjson/Makefile   Thu Apr 14 20:32:11 2022 +0000
+++ b/security/py-signedjson/Makefile   Thu Apr 14 20:35:37 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/26 07:19:03 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/14 20:35:37 adam Exp $
 
-DISTNAME=      signedjson-1.1.1
+DISTNAME=      signedjson-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/signedjson/}
@@ -11,14 +11,18 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-canonicaljson>=1.0.0:../../devel/py-canonicaljson
-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
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-unpaddedbase64
 
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION}< 38
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.5:../../devel/py-typing-extensions
+.endif
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r c0092603f182 -r 43fc6885fb0c security/py-signedjson/PLIST
--- a/security/py-signedjson/PLIST      Thu Apr 14 20:32:11 2022 +0000
+++ b/security/py-signedjson/PLIST      Thu Apr 14 20:35:37 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/18 12:50:44 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/14 20:35:37 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,7 @@
 ${PYSITELIB}/signedjson/key.py
 ${PYSITELIB}/signedjson/key.pyc
 ${PYSITELIB}/signedjson/key.pyo
+${PYSITELIB}/signedjson/py.typed
 ${PYSITELIB}/signedjson/sign.py
 ${PYSITELIB}/signedjson/sign.pyc
 ${PYSITELIB}/signedjson/sign.pyo
diff -r c0092603f182 -r 43fc6885fb0c security/py-signedjson/distinfo
--- a/security/py-signedjson/distinfo   Thu Apr 14 20:32:11 2022 +0000
+++ b/security/py-signedjson/distinfo   Thu Apr 14 20:35:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/01/08 16:14:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 20:35:37 adam Exp $
 
-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
+BLAKE2s (signedjson-1.1.4.tar.gz) = 9ada3211eabfa83777edd68c5c172f8b98c95921786e29236d7de7a961d83bb1
+SHA512 (signedjson-1.1.4.tar.gz) = 6b5426a1f96d25521aca84e0c9cc392a382daccbafca764df8297bb988273f372d84fe6ef1d6b7b1ccde3ad37b93beb835d5e7f79263af43af1a6dc998cfbe0a
+Size (signedjson-1.1.4.tar.gz) = 13565 bytes



Home | Main Index | Thread Index | Old Index