forked from pool/python-josepy
Accepting request 1270612 from home:ecsos:python
- Update to 2.0.0
* 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.
OBS-URL: https://build.opensuse.org/request/show/1270612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46c9b13d1a5104ffbfa5853e555805c915dcde71c2cd91ce5386e84211281223
|
||||
size 59310
|
||||
3
josepy-2.0.0.tar.gz
Normal file
3
josepy-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7d7acd2fe77435cda76092abe4950bb47b597243a8fb733088615fa6de9ec40
|
||||
size 55767
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 18:07:11 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.0.0
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 08:59:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
%define libname josepy
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{libname}
|
||||
Version: 1.15.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: JOSE protocol implementation in Python
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/certbot/josepy
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module coverage >= 4.0}
|
||||
BuildRequires: %{python_module cryptography >= 1.5}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
||||
Reference in New Issue
Block a user