14
0
forked from pool/python-PyJWT

Accepting request 1266958 from home:darix:apps

- Just use a wildcard for the dist-info metadata to make it
  properly work on all setuptools versions.

OBS-URL: https://build.opensuse.org/request/show/1266958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=81
This commit is contained in:
2025-04-04 10:51:07 +00:00
committed by Git OBS Bridge
parent 8892bd0fd9
commit 394f441df0
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 3 19:47:31 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- 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á <mmachova@suse.com>

View File

@@ -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