forked from pool/python-PyJWT
- Wrap the metadata directory name in a distro-based conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=80
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 12:52:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Wrap the metadata directory name in a distro-based conditional
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 25 04:34:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Mar 25 04:34:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -63,6 +63,10 @@ donttest+=" or test_ec_to_jwk_with_invalid_curve"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||||
%{python_sitelib}/jwt
|
%{python_sitelib}/jwt
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
%{python_sitelib}/pyjwt-%{version}.dist-info
|
%{python_sitelib}/pyjwt-%{version}.dist-info
|
||||||
|
%else
|
||||||
|
%{python_sitelib}/PyJWT-%{version}.dist-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user