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:           Thu Mar 18 07:33:31 UTC 2021

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

Log Message:
py-josepy: updated to 1.8.0

1.8.0:
* Removed external mock dependency.
* Removed dependency on six.
* Deprecated the module josepy.magic_typing.
* Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-josepy/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/security/py-josepy/Makefile:1.11
--- pkgsrc/security/py-josepy/Makefile:1.10     Sat Feb 13 21:24:06 2021
+++ pkgsrc/security/py-josepy/Makefile  Thu Mar 18 07:33:31 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/02/13 21:24:06 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/03/18 07:33:31 adam Exp $
 
-DISTNAME=      josepy-1.7.0
+DISTNAME=      josepy-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/josepy/}
@@ -13,10 +13,8 @@ LICENSE=     apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=1.0:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.0:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

Index: pkgsrc/security/py-josepy/distinfo
diff -u pkgsrc/security/py-josepy/distinfo:1.8 pkgsrc/security/py-josepy/distinfo:1.9
--- pkgsrc/security/py-josepy/distinfo:1.8      Sat Feb 13 21:24:06 2021
+++ pkgsrc/security/py-josepy/distinfo  Thu Mar 18 07:33:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/02/13 21:24:06 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/03/18 07:33:31 adam Exp $
 
-SHA1 (josepy-1.7.0.tar.gz) = 98d51c830bb8f594e91f0f56260251074cbb9b8f
-RMD160 (josepy-1.7.0.tar.gz) = 91e473d7ddc6986090d515bf841501e217d8faf8
-SHA512 (josepy-1.7.0.tar.gz) = cd3c509acfea58eb92d7e0a8d28d6138569cb42ac85b75b284a48517afa634f6c739f3d62198ee0a17bb60a159af4012cc9ffa77378db680c418d52660d39ab4
-Size (josepy-1.7.0.tar.gz) = 57186 bytes
+SHA1 (josepy-1.8.0.tar.gz) = cb4508f6528d6319755f43da9fb5ed8631a45b25
+RMD160 (josepy-1.8.0.tar.gz) = 29757a70878f3f8a2f3432cf6c9483afc22b210d
+SHA512 (josepy-1.8.0.tar.gz) = 50cdedfa4cf67055ae65dfeef2328ba7bb369fb8b763b425e4ca73108555c9cd04f12a644309c2f2e1db50e1d227be3bdbd00037e509d2b2d82565c213b81e4e
+Size (josepy-1.8.0.tar.gz) = 57507 bytes



Home | Main Index | Thread Index | Old Index