forked from pool/python-python3-saml
Accepting request 1284648 from devel:languages:python
- Switch to pyproject macros. OBS-URL: https://build.opensuse.org/request/show/1284648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 05:49:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 22 17:47:32 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Sat Mar 22 17:47:32 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@@ -22,14 +22,14 @@ Version: 1.16.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python SAML support
|
Summary: Python SAML support
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/SAML-Toolkits/python3-saml
|
URL: https://github.com/SAML-Toolkits/python3-saml
|
||||||
Source: https://github.com/SAML-Toolkits/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz
|
Source: https://github.com/SAML-Toolkits/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module freezegun >= 0.3.11}
|
BuildRequires: %{python_module freezegun >= 0.3.11}
|
||||||
BuildRequires: %{python_module isodate >= 0.6.1}
|
BuildRequires: %{python_module isodate >= 0.6.1}
|
||||||
BuildRequires: %{python_module lxml >= 3.3.5}
|
BuildRequires: %{python_module lxml >= 3.3.5}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module xmlsec >= 1.3.9}
|
BuildRequires: %{python_module xmlsec >= 1.3.9}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libxmlsec1-openssl1
|
BuildRequires: libxmlsec1-openssl1
|
||||||
@@ -55,10 +55,10 @@ defined by the OASIS Security Services Technical Committee.
|
|||||||
sed -i 's/==/>=/;/dependency_links/d' setup.py
|
sed -i 's/==/>=/;/dependency_links/d' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/onelogin
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}/onelogin
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -73,6 +73,6 @@ sed -i 's/==/>=/;/dependency_links/d' setup.py
|
|||||||
%{python_sitelib}/onelogin/saml2
|
%{python_sitelib}/onelogin/saml2
|
||||||
%{python_sitelib}/onelogin/__init__.py
|
%{python_sitelib}/onelogin/__init__.py
|
||||||
%pycache_only %{python_sitelib}/onelogin/__pycache__/
|
%pycache_only %{python_sitelib}/onelogin/__pycache__/
|
||||||
%{python_sitelib}/python3_saml-%{version}*-info
|
%{python_sitelib}/python3_saml-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user