14
0

Accepting request 1056396 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1056396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=8
This commit is contained in:
2023-01-06 16:06:21 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 30 13:03:38 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file
-------------------------------------------------------------------
Tue Oct 18 13:36:10 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python3-saml
Version: 1.14.0
Release: 0
@@ -68,6 +67,10 @@ sed -i 's/==/>=/;/dependency_links/d' setup.py
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*
%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