From 3843f3179d661a439b4488f1d7215143f930a5953dd23a8f9df89da0b8877dc0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Apr 2025 10:51:07 +0000 Subject: [PATCH] - Just use a wildcard for the dist-info metadata to make it properly work on all setuptools versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=81 --- python-PyJWT.changes | 6 ++++++ python-PyJWT.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 25a9b8c..f11c3c2 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 3 19:47:31 UTC 2025 - Marcus Rueckert + +- Just use a wildcard for the dist-info metadata to make it + properly work on all setuptools versions. + ------------------------------------------------------------------- Tue Apr 1 12:52:41 UTC 2025 - Markéta Machová diff --git a/python-PyJWT.spec b/python-PyJWT.spec index fa37e7d..a41059b 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -63,10 +63,6 @@ donttest+=" or test_ec_to_jwk_with_invalid_curve" %license LICENSE %doc AUTHORS.rst CHANGELOG.rst README.rst %{python_sitelib}/jwt -%if 0%{?suse_version} > 1600 -%{python_sitelib}/pyjwt-%{version}.dist-info -%else -%{python_sitelib}/PyJWT-%{version}.dist-info -%endif +%{python_sitelib}/*-%{version}.dist-info %changelog