pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jwcrypto



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 26 11:56:44 UTC 2023

Modified Files:
        pkgsrc/www/py-jwcrypto: Makefile distinfo

Log Message:
py-jwcrypto: updated to 1.5.0

v1.5.0

Raising the bar for minimum pyca/cryptography
Fix typos with codespell
Add codespell checks in CI
Add Brainpool EC-curves support
Fix error message
Fix assorted CI issue
Better support for algorithms that have different input keysize requirement


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

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

Modified files:

Index: pkgsrc/www/py-jwcrypto/Makefile
diff -u pkgsrc/www/py-jwcrypto/Makefile:1.3 pkgsrc/www/py-jwcrypto/Makefile:1.4
--- pkgsrc/www/py-jwcrypto/Makefile:1.3 Mon May 29 08:51:08 2023
+++ pkgsrc/www/py-jwcrypto/Makefile     Sat Aug 26 11:56:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/05/29 08:51:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/26 11:56:43 adam Exp $
 
-DISTNAME=      jwcrypto-1.4.2
+DISTNAME=      jwcrypto-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jwcrypto/}

Index: pkgsrc/www/py-jwcrypto/distinfo
diff -u pkgsrc/www/py-jwcrypto/distinfo:1.2 pkgsrc/www/py-jwcrypto/distinfo:1.3
--- pkgsrc/www/py-jwcrypto/distinfo:1.2 Mon May 29 08:51:08 2023
+++ pkgsrc/www/py-jwcrypto/distinfo     Sat Aug 26 11:56:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/05/29 08:51:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/08/26 11:56:43 adam Exp $
 
-BLAKE2s (jwcrypto-1.4.2.tar.gz) = 7931e98e45cbebd13927b4e654d58f7a03f01f278469057ab6cf9a7150c39f5d
-SHA512 (jwcrypto-1.4.2.tar.gz) = 21c55b96d6565cfb75711b9c0291b4376737e2ee6840bd983dc55b93c0ae25c7c99b55dd75f10b8560a2b2cd18fe057015f579418f47e572bee89795902a7d08
-Size (jwcrypto-1.4.2.tar.gz) = 85106 bytes
+BLAKE2s (jwcrypto-1.5.0.tar.gz) = c4db28f7733e7e60c767a1f0d4c581130ee725368661e38e3557fcae31407e95
+SHA512 (jwcrypto-1.5.0.tar.gz) = 8cb638203de32c5d63cc567069fc0ccf2195bb9a1f9783b747e7b77d38fb01d9512e82406f925010f70e4b7e73c8d699e0c32c5c89ee71cb99dd594a7e84c47e
+Size (jwcrypto-1.5.0.tar.gz) = 86410 bytes



Home | Main Index | Thread Index | Old Index