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:   wiz
Date:           Wed Feb 19 13:22:03 UTC 2025

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

Log Message:
py-josepy: update to 2.0.0.

2.0.0 (2025-02-10)
------------------

* Breaking Change: PyOpenSSL has been fully removed.
  - Dropped objects:
    `josepy.util.ComparableX509`
  - Functions now expect `cryptography.x509` objects:
    `josepy.json_util.encode_cert`
    `josepy.json_util.encode_csr`
    `josepy.jws.Header.x5c.encoder`
  - Functions now return `cryptography.x509` objects:
    `josepy.json_util.decode_cert`
    `josepy.json_util.decode_csr`
    `josepy.jws.Header.x5c.decoder`
* Dropped support for Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-josepy/Makefile
cvs rdiff -u -r1.17 -r1.18 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.22 pkgsrc/security/py-josepy/Makefile:1.23
--- pkgsrc/security/py-josepy/Makefile:1.22     Thu Jan 23 08:27:20 2025
+++ pkgsrc/security/py-josepy/Makefile  Wed Feb 19 13:22:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/01/23 08:27:20 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/02/19 13:22:03 wiz Exp $
 
-DISTNAME=      josepy-1.15.0
+DISTNAME=      josepy-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/josepy/}
@@ -25,6 +25,5 @@ post-install:
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
-PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-josepy/distinfo
diff -u pkgsrc/security/py-josepy/distinfo:1.17 pkgsrc/security/py-josepy/distinfo:1.18
--- pkgsrc/security/py-josepy/distinfo:1.17     Thu Jan 23 08:27:20 2025
+++ pkgsrc/security/py-josepy/distinfo  Wed Feb 19 13:22:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/01/23 08:27:20 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/02/19 13:22:03 wiz Exp $
 
-BLAKE2s (josepy-1.15.0.tar.gz) = 95c083fece521e427a8f07d9b419e9d671e882a0b2fa027daac4547c9f41d502
-SHA512 (josepy-1.15.0.tar.gz) = 92799e9230f64e7ef37c749cb68c293d1b97e2e14c94e045564e45402ff3363af4cca95a7bbf599821cf7ad9317ca31add6868d3bdb3699ee9c171b415a02e48
-Size (josepy-1.15.0.tar.gz) = 59310 bytes
+BLAKE2s (josepy-2.0.0.tar.gz) = 7fa4d91acd407b6a0eb6b7038c15babdbe1f09f8833af35971238d9f7a3c0d64
+SHA512 (josepy-2.0.0.tar.gz) = fa1e255cd5f75b352faa0e25e530a5620af09c518cd1570f9bdc7cb5520fea119279577e95f7fe72bc2bc6f0b543411d2fffb0d639c961094fe311c0bbca1fef
+Size (josepy-2.0.0.tar.gz) = 55767 bytes



Home | Main Index | Thread Index | Old Index