diff --git a/python-python3-saml.spec b/python-python3-saml.spec index 088d853..dee0409 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -1,7 +1,7 @@ # # spec file for package python-python3-saml # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,16 +23,14 @@ Release: 0 Summary: Python SAML support License: MIT Group: Development/Languages/Python -Url: https://github.com/onelogin/python3-saml +URL: https://github.com/onelogin/python3-saml Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz -# Minor bug, very likely because libxmlsec in openSUSE -# is v1.2.20, which is over four years, and is unsupported. Patch0: bug-testDecryptElement.patch -BuildRequires: %{python_module freezegun >= 0.3.11} BuildRequires: %{python_module defusedxml >= 0.5.0} +BuildRequires: %{python_module freezegun >= 0.3.11} BuildRequires: %{python_module isodate >= 0.5.0} -BuildRequires: %{python_module xmlsec >= 0.6.0} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module xmlsec >= 0.6.0} BuildRequires: fdupes BuildRequires: libxmlsec1-openssl1 BuildRequires: python-rpm-macros @@ -43,7 +41,6 @@ Requires: python-defusedxml >= 0.5.0 Requires: python-isodate >= 0.5.0 Requires: python-xmlsec >= 0.6.0 BuildArch: noarch - %python_subpackages %description