Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
9adb3bda7c | |||
368b350eae | |||
99c093f7b8 | |||
aee0a0194a |
BIN
python-jose-3.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-jose-3.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 10 12:29:34 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
||||||
|
|
||||||
- Update to 3.5.0
|
|
||||||
* Remove support for Python 3.8
|
|
||||||
* Added support for Python 3.12 & 3.13
|
|
||||||
* Upgrade to pyasn1 0.5.1+
|
|
||||||
* Upgrade to pytest and other dependencies
|
|
||||||
* Add RTD config file to silence emailed deprecation warnings
|
|
||||||
* Remove get_random_bytes from cryptography backend
|
|
||||||
* Do not use utc_now on module level
|
|
||||||
* Remove key data (sensitive information) from JWKError exceptions
|
|
||||||
* Added possibility to call jwk.construct() with a private RSA key
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 05:49:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jun 11 05:49:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jose
|
# spec file for package python-python-jose
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-jose%{psuffix}
|
Name: python-python-jose%{psuffix}
|
||||||
Version: 3.5.0
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JOSE implementation in Python
|
Summary: JOSE implementation in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/mpdavis/python-jose
|
URL: https://github.com/mpdavis/python-jose
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-jose/python_jose-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-jose/python-jose-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 39.2.0}
|
BuildRequires: %{python_module setuptools >= 39.2.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -93,7 +93,7 @@ python-jose implements three different cryptographic backends.
|
|||||||
This package provides the python-jose[cryptography] extra.
|
This package provides the python-jose[cryptography] extra.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python_jose-%{version}
|
%autosetup -p1 -n python-jose-%{version}
|
||||||
|
|
||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
%build
|
%build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb4eaa44dbeb1c26dcc69e4bd7ec54a1cb8dd64d3b4d81ef08d90ff453f2b01b
|
|
||||||
size 92726
|
|
Reference in New Issue
Block a user