pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-josepy py-josepy: updated to 1.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecc3e72a91b4
branches:  trunk
changeset: 375085:ecc3e72a91b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 06 20:18:37 2022 +0000

description:
py-josepy: updated to 1.12.0

1.12.0 (2022-01-11)
-------------------

* Corrected some type annotations.
* Dropped support for cryptography<1.5.
* Added the top level attributes josepy.JWKEC, josepy.JWKOct, and
  josepy.ComparableECKey for convenience and consistency.

diffstat:

 security/py-josepy/Makefile |  7 +++----
 security/py-josepy/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r bf23deb2935c -r ecc3e72a91b4 security/py-josepy/Makefile
--- a/security/py-josepy/Makefile       Sun Mar 06 20:13:57 2022 +0000
+++ b/security/py-josepy/Makefile       Sun Mar 06 20:18:37 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/03/06 20:18:37 adam Exp $
 
-DISTNAME=      josepy-1.11.0
+DISTNAME=      josepy-1.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/josepy/}
 
@@ -12,7 +11,7 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.5:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=1.0:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.0:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
diff -r bf23deb2935c -r ecc3e72a91b4 security/py-josepy/distinfo
--- a/security/py-josepy/distinfo       Sun Mar 06 20:13:57 2022 +0000
+++ b/security/py-josepy/distinfo       Sun Mar 06 20:18:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/12/01 20:53:55 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/03/06 20:18:37 adam Exp $
 
-BLAKE2s (josepy-1.11.0.tar.gz) = 7cc82de41f1eb8be70b54fec4202de5e3cb43634320d9bf08ecb1f391f663a55
-SHA512 (josepy-1.11.0.tar.gz) = 06aed9534434a94f7b922270221aaa85feb4ba9d836460303ecb7fea1c5679d557a6dad6d32bbd1a05ccc4855318fb56752ebea91498bb8c36884cf7b3d01859
-Size (josepy-1.11.0.tar.gz) = 59198 bytes
+BLAKE2s (josepy-1.12.0.tar.gz) = a4137c1e06d93abd2f60af2d026941eda39095e9df9109f83ec5c5aa51bfaf65
+SHA512 (josepy-1.12.0.tar.gz) = 7a5257d4a75feed65ff3abfd472e8f1c9cc81b62e27365d776d0f25e1efd94ae46374060ea463b9f04fe5e9577672bf2ab8dc8d6371cb8d01a4765921930e01b
+Size (josepy-1.12.0.tar.gz) = 59205 bytes



Home | Main Index | Thread Index | Old Index