Hello community,

here is the log from the commit of package python-pysaml2 for openSUSE:Factory 
checked in at 2020-01-13 22:20:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysaml2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysaml2.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysaml2"

Mon Jan 13 22:20:49 2020 rev:13 rq:761551 version:4.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysaml2/python-pysaml2.changes    
2019-07-23 22:35:31.626994296 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysaml2.new.6675/python-pysaml2.changes  
2020-01-13 22:20:55.302501457 +0100
@@ -1,0 +2,5 @@
+Tue Jan  7 11:37:57 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Use python dbm dependency instead of legacy gdbm
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pysaml2.spec ++++++
--- /var/tmp/diff_new_pack.zyRD3l/_old  2020-01-13 22:20:57.110502295 +0100
+++ /var/tmp/diff_new_pack.zyRD3l/_new  2020-01-13 22:20:57.130502305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysaml2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,25 +23,11 @@
 Release:        0
 Summary:        Python implementation of SAML Version 2 to be used in a WSGI 
environment
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/IdentityPython/pysaml2
 Source:         
https://github.com/IdentityPython/pysaml2/archive/v%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-Requires:       python-Paste
-Requires:       python-cryptography >= 1.4
-Requires:       python-defusedxml
-Requires:       python-pyOpenSSL
-Requires:       python-python-dateutil
-Requires:       python-pytz
-Requires:       python-repoze.who
-Requires:       python-requests >= 1.0.0
-Requires:       python-six
-Requires:       python-zope.interface
-BuildArch:      noarch
 BuildRequires:  %{python_module Paste}
 BuildRequires:  %{python_module cryptography >= 1.4}
+BuildRequires:  %{python_module dbm}
 BuildRequires:  %{python_module defusedxml}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pyOpenSSL}
@@ -52,14 +38,26 @@
 BuildRequires:  %{python_module repoze.who}
 BuildRequires:  %{python_module requests >= 1.0.0}
 BuildRequires:  %{python_module responses}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module zope.interface}
+BuildRequires:  fdupes
 # This is needed as xmlsec itself does not pull any backend by default
 # Will be fixed in future xmlsec releases
 BuildRequires:  libxmlsec1-openssl1
-BuildRequires:  python2-gdbm
-BuildRequires:  python3-dbm
+BuildRequires:  python-rpm-macros
 BuildRequires:  xmlsec1
+Requires:       python-Paste
+Requires:       python-cryptography >= 1.4
+Requires:       python-defusedxml
+Requires:       python-pyOpenSSL
+Requires:       python-python-dateutil
+Requires:       python-pytz
+Requires:       python-repoze.who
+Requires:       python-requests >= 1.0.0
+Requires:       python-six
+Requires:       python-zope.interface
+BuildArch:      noarch
 %python_subpackages
 
 %description


Reply via email to