From 410af15d4e2bb392f4e6071a7fcc659a5d32ec4e124c5e5704db493dea4e3236 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Feb 2025 04:15:59 +0000 Subject: [PATCH] Correct patch name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=78 --- python-pysaml2.changes | 2 +- python-pysaml2.spec | 6 +++--- use-cryptopgraphy.patch => use-cryptography.patch | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename use-cryptopgraphy.patch => use-cryptography.patch (100%) diff --git a/python-pysaml2.changes b/python-pysaml2.changes index c6aa6ff..e675e35 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Feb 27 17:12:41 UTC 2025 - Nico Krapp +Fri Feb 28 04:15:23 UTC 2025 - Nico Krapp - Update to 7.5.2 * Include the XSD of the XML Encryption Syntax and Processing diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 325c87a..4db03c9 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -25,8 +25,8 @@ Summary: Python implementation of SAML Version 2 to be used in a WSGI env License: Apache-2.0 URL: https://github.com/IdentityPython/pysaml2 Source: https://github.com/IdentityPython/pysaml2/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM use-cryptopgraphy.patch https://github.com/IdentityPython/pysaml2/issues/879 -Patch0: use-cryptopgraphy.patch +# PATCH-FIX-UPSTREAM use-cryptography.patch https://github.com/IdentityPython/pysaml2/issues/879 +Patch0: use-cryptography.patch BuildRequires: %{python_module Paste} BuildRequires: %{python_module cryptography >= 40.0} 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}/merge_metadata %{python_sitelib}/saml2 -%{python_sitelib}/pysaml2-%{version}*-info +%{python_sitelib}/pysaml2-%{version}.dist-info %changelog diff --git a/use-cryptopgraphy.patch b/use-cryptography.patch similarity index 100% rename from use-cryptopgraphy.patch rename to use-cryptography.patch