From 2736cf9bfd98ff39c7435dc8013dfb00ceb15585af20765edbc789fd5b20e313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Oct 2024 14:42:42 +0000 Subject: [PATCH] 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 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 6001346..58e52ab 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 7 13:53:47 UTC 2024 - Benjamin Greiner + +- Fix requirements + ------------------------------------------------------------------- Tue Aug 13 07:09:23 UTC 2024 - Daniel Garcia diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 6c62ea0..fc92200 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -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