14
0
forked from pool/python-PyJWT

Accepting request 1206114 from home:bnavigator:branches:devel:languages:python

- Fix requirements

OBS-URL: https://build.opensuse.org/request/show/1206114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=73
This commit is contained in:
2024-10-07 14:42:42 +00:00
committed by Git OBS Bridge
parent bf49918e05
commit 2736cf9bfd
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 7 13:53:47 UTC 2024 - Benjamin Greiner <code@bnavigator.de>
- Fix requirements
-------------------------------------------------------------------
Tue Aug 13 07:09:23 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -16,7 +16,6 @@
#
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-PyJWT
Version: 2.9.0
@@ -26,15 +25,13 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/progrium/pyjwt
Source: https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-%{version}.tar.gz
BuildRequires: %{python_module cryptography >= 3.3.1}
BuildRequires: %{python_module cryptography >= 3.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing-extensions}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography >= 3.3.1
Requires: python-typing-extensions
Recommends: python-cryptography >= 3.4
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -66,6 +63,6 @@ donttest+=" or test_ec_to_jwk_with_invalid_curve"
%license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitelib}/jwt
%{python_sitelib}/PyJWT-%{version}*-info
%{python_sitelib}/PyJWT-%{version}.dist-info
%changelog