Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pysaml2 for openSUSE:Factory 
checked in at 2022-11-16 15:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysaml2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysaml2.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysaml2"

Wed Nov 16 15:43:24 2022 rev:29 rq:1035909 version:7.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysaml2/python-pysaml2.changes    
2022-10-08 01:25:13.974230743 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysaml2.new.1597/python-pysaml2.changes  
2022-11-16 15:43:37.703889391 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 14:23:13 UTC 2022 - Rolf Krahl <r...@rotkraut.de>
+
+- Fix dependencies according to upstream setup.cfg
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pysaml2.spec ++++++
--- /var/tmp/diff_new_pack.28q0Bt/_old  2022-11-16 15:43:38.215891248 +0100
+++ /var/tmp/diff_new_pack.28q0Bt/_new  2022-11-16 15:43:38.215891248 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global modname pysaml2
 %global skip_python2 1
 Name:           python-pysaml2
@@ -30,7 +29,7 @@
 # gh#IdentityPython/pysaml2#843
 Patch0:         pymongo-4-support.patch
 BuildRequires:  %{python_module Paste}
-BuildRequires:  %{python_module cryptography >= 1.4}
+BuildRequires:  %{python_module cryptography >= 3.1}
 BuildRequires:  %{python_module dbm}
 BuildRequires:  %{python_module defusedxml}
 BuildRequires:  %{python_module importlib-resources}
@@ -44,7 +43,7 @@
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module xmlschema}
+BuildRequires:  %{python_module xmlschema >= 1.2.1}
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 # This is needed as xmlsec itself does not pull any backend by default
@@ -54,7 +53,7 @@
 BuildRequires:  update-alternatives
 BuildRequires:  xmlsec1
 Requires:       python-Paste
-Requires:       python-cryptography >= 1.4
+Requires:       python-cryptography >= 3.1
 Requires:       python-defusedxml
 Requires:       python-importlib-resources
 Requires:       python-pyOpenSSL
@@ -63,7 +62,7 @@
 Requires:       python-repoze.who
 Requires:       python-requests >= 1.0.0
 Requires:       python-six
-Requires:       python-xmlschema
+Requires:       python-xmlschema >= 1.2.1
 Requires:       python-zope.interface
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -118,6 +117,7 @@
 %python_alternative %{_bindir}/parse_xsd2.py
 %python_alternative %{_bindir}/mdexport.py
 %python_alternative %{_bindir}/merge_metadata.py
-%{python_sitelib}/*
+%{python_sitelib}/saml2
+%{python_sitelib}/pysaml2-%{version}*-info
 
 %changelog

Reply via email to