pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-josepy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  6 20:18:37 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-josepy/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-josepy/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-josepy/Makefile
diff -u pkgsrc/security/py-josepy/Makefile:1.15 pkgsrc/security/py-josepy/Makefile:1.16
--- pkgsrc/security/py-josepy/Makefile:1.15     Wed Jan  5 15:41:20 2022
+++ pkgsrc/security/py-josepy/Makefile  Sun Mar  6 20:18:37 2022
@@ -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 @@ COMMENT=      JOSE protocol implementation in
 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

Index: pkgsrc/security/py-josepy/distinfo
diff -u pkgsrc/security/py-josepy/distinfo:1.13 pkgsrc/security/py-josepy/distinfo:1.14
--- pkgsrc/security/py-josepy/distinfo:1.13     Wed Dec  1 20:53:55 2021
+++ pkgsrc/security/py-josepy/distinfo  Sun Mar  6 20:18:37 2022
@@ -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