14
0
2025-02-28 04:15:59 +00:00
committed by Git OBS Bridge
parent 20c2ecea29
commit 410af15d4e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 27 17:12:41 UTC 2025 - Nico Krapp <nico.krapp@suse.com> Fri Feb 28 04:15:23 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 7.5.2 - Update to 7.5.2
* Include the XSD of the XML Encryption Syntax and Processing * Include the XSD of the XML Encryption Syntax and Processing

View File

@@ -25,8 +25,8 @@ Summary: Python implementation of SAML Version 2 to be used in a WSGI env
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/IdentityPython/pysaml2 URL: https://github.com/IdentityPython/pysaml2
Source: https://github.com/IdentityPython/pysaml2/archive/v%{version}.tar.gz Source: https://github.com/IdentityPython/pysaml2/archive/v%{version}.tar.gz
# PATCH-FIX-UPSTREAM use-cryptopgraphy.patch https://github.com/IdentityPython/pysaml2/issues/879 # PATCH-FIX-UPSTREAM use-cryptography.patch https://github.com/IdentityPython/pysaml2/issues/879
Patch0: use-cryptopgraphy.patch Patch0: use-cryptography.patch
BuildRequires: %{python_module Paste} BuildRequires: %{python_module Paste}
BuildRequires: %{python_module cryptography >= 40.0} BuildRequires: %{python_module cryptography >= 40.0}
BuildRequires: %{python_module dbm} BuildRequires: %{python_module dbm}
@@ -117,6 +117,6 @@ sed -i 's:mock.mock:unittest.mock:' tests/test_52_default_sign_alg.py
%python_alternative %{_bindir}/mdexport %python_alternative %{_bindir}/mdexport
%python_alternative %{_bindir}/merge_metadata %python_alternative %{_bindir}/merge_metadata
%{python_sitelib}/saml2 %{python_sitelib}/saml2
%{python_sitelib}/pysaml2-%{version}*-info %{python_sitelib}/pysaml2-%{version}.dist-info
%changelog %changelog