From 2348dbf0188712e53017458536bc306be252613427fa144621bc57d4b4243f1c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 22 Mar 2025 17:50:35 +0000 Subject: [PATCH] Revert silly changes in filenames. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=24 --- python-python3-saml.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-python3-saml.spec b/python-python3-saml.spec index 322d4c7..542efa3 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -59,20 +59,20 @@ sed -i 's/==/>=/;/dependency_links/d' setup.py %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib}/SAML-Toolkits +%python_expand %fdupes %{buildroot}%{$python_sitelib}/onelogin %check -# gh#SAML-Toolkits/python3-saml#271 -# the test suite is a complete disaster currently gh#SAML-Toolkits/python3-saml#272 +# gh#onelogin/python3-saml#271 +# the test suite is a complete disaster currently gh#onelogin/python3-saml#272 %pytest -k 'not (testIsInValidAudience or testIsInValidEncAttrs or testIsInValidIssuer or testIsInValidSessionIndex or testIsInValidSubjectConfirmation)' || /bin/true %files %{python_files} %license LICENSE %doc README.md -%dir %{python_sitelib}/SAML-Toolkits -%{python_sitelib}/SAML-Toolkits/saml2 -%{python_sitelib}/SAML-Toolkits/__init__.py -%pycache_only %{python_sitelib}/SAML-Toolkits/__pycache__/ +%dir %{python_sitelib}/onelogin +%{python_sitelib}/onelogin/saml2 +%{python_sitelib}/onelogin/__init__.py +%pycache_only %{python_sitelib}/onelogin/__pycache__/ %{python_sitelib}/python3_saml-%{version}*-info %changelog