pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-signedjson



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan  8 16:14:31 UTC 2022

Modified Files:
        pkgsrc/security/py-signedjson: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-signedjson/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-signedjson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-signedjson/Makefile
diff -u pkgsrc/security/py-signedjson/Makefile:1.2 pkgsrc/security/py-signedjson/Makefile:1.3
--- pkgsrc/security/py-signedjson/Makefile:1.2  Tue Jan  4 20:54:44 2022
+++ pkgsrc/security/py-signedjson/Makefile      Sat Jan  8 16:14:31 2022
@@ -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 @@ HOMEPAGE=   https://github.com/matrix-org/
 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"

Index: pkgsrc/security/py-signedjson/distinfo
diff -u pkgsrc/security/py-signedjson/distinfo:1.3 pkgsrc/security/py-signedjson/distinfo:1.4
--- pkgsrc/security/py-signedjson/distinfo:1.3  Tue Oct 26 11:17:50 2021
+++ pkgsrc/security/py-signedjson/distinfo      Sat Jan  8 16:14:31 2022
@@ -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