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