forked from pool/python-python3-saml
Accepting request 978650 from devel:languages:python
- update to 1.14.0: * Add support for python 3.10 and cleanup the GHA * Remove stats from coveralls removed as they are no longer maintained * Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms * Support building a LogoutResponse with non-success status * Replace double-underscored names with single underscores * Deprecate server_port from request data dictionary OBS-URL: https://build.opensuse.org/request/show/978650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 07:59:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.14.0:
|
||||||
|
* Add support for python 3.10 and cleanup the GHA
|
||||||
|
* Remove stats from coveralls removed as they are no longer maintained
|
||||||
|
* Add rejectDeprecatedAlgorithm settings in order to be able reject messages
|
||||||
|
signed with deprecated algorithms
|
||||||
|
* Support building a LogoutResponse with non-success status
|
||||||
|
* Replace double-underscored names with single underscores
|
||||||
|
* Deprecate server_port from request data dictionary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python3-saml
|
# spec file for package python-python3-saml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
# python-xmlsec doesn’t support 3.10 gh#mehcode/python-xmlsec#204
|
||||||
|
%define skip_python310 1
|
||||||
Name: python-python3-saml
|
Name: python-python3-saml
|
||||||
Version: 1.11.0
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python SAML support
|
Summary: Python SAML support
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,19 +28,19 @@ 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
|
Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module freezegun >= 0.3.11}
|
BuildRequires: %{python_module freezegun >= 0.3.11}
|
||||||
BuildRequires: %{python_module isodate >= 0.5.0}
|
BuildRequires: %{python_module isodate >= 0.6.1}
|
||||||
BuildRequires: %{python_module lxml >= 3.3.5}
|
BuildRequires: %{python_module lxml >= 3.3.5}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module xmlsec >= 1.0.5}
|
BuildRequires: %{python_module xmlsec >= 1.3.9}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libxmlsec1-openssl1
|
BuildRequires: libxmlsec1-openssl1
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# Select the libxmlsec backend known to work
|
# Select the libxmlsec backend known to work
|
||||||
# pkgconfig doesnt auto-require it.
|
# pkgconfig doesnt auto-require it.
|
||||||
Requires: libxmlsec1-openssl1
|
Requires: libxmlsec1-openssl1
|
||||||
Requires: python-isodate >= 0.5.0
|
Requires: python-isodate >= 0.6.1
|
||||||
Requires: python-xmlsec >= 1.0.5
|
Requires: python-xmlsec >= 1.3.9
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d1fa3863eabaf9d0ec02af1ec264a917c5f80cf95742e6a4ea1dee5e8fa099a
|
|
||||||
size 506373
|
|
3
python3-saml-1.14.0.tar.gz
Normal file
3
python3-saml-1.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5c92def813070e360b2d32a51142d6e2333c84445ab3e4c126debb2762e6829
|
||||||
|
size 510031
|
Reference in New Issue
Block a user