From 1b28bccebd93bef14b6aaf611e074af67e2f6161fdce8438de40926cf3d0011b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 5 Jun 2019 10:21:45 +0000 Subject: [PATCH] Accepting request 707788 from home:mcalabkova:branches:devel:languages:python - Update to 4.7.0 * Add support for MDQ signature verification * Raise XmlsecError if xmlsec1 operations do not succeed * Handle non standard response error status codes correctly * Remove the python-future dependency and only use six OBS-URL: https://build.opensuse.org/request/show/707788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=25 --- python-pysaml2.changes | 9 +++++++++ python-pysaml2.spec | 8 +++----- v4.6.5.tar.gz | 3 --- v4.7.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 v4.6.5.tar.gz create mode 100644 v4.7.0.tar.gz diff --git a/python-pysaml2.changes b/python-pysaml2.changes index cc382b3..6432a8d 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova + +- Update to 4.7.0 + * Add support for MDQ signature verification + * Raise XmlsecError if xmlsec1 operations do not succeed + * Handle non standard response error status codes correctly + * Remove the python-future dependency and only use six + ------------------------------------------------------------------- Fri Dec 7 10:43:13 UTC 2018 - Tomáš Chvátal diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 0035e52..ef02436 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysaml2 # -# Copyright (c) 2018 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname pysaml2 Name: python-pysaml2 -Version: 4.6.5 +Version: 4.7.0 Release: 0 Summary: Python implementation of SAML Version 2 to be used in a WSGI environment License: Apache-2.0 @@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros Requires: python-Paste Requires: python-cryptography >= 1.4 Requires: python-defusedxml -Requires: python-future Requires: python-pyOpenSSL Requires: python-python-dateutil Requires: python-pytz @@ -44,7 +43,6 @@ BuildArch: noarch BuildRequires: %{python_module Paste} BuildRequires: %{python_module cryptography >= 1.4} BuildRequires: %{python_module defusedxml} -BuildRequires: %{python_module future} BuildRequires: %{python_module mock} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pymongo} @@ -84,7 +82,7 @@ rm -f tests/test_30_mdstore*.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} +%pytest tests %files %{python_files} %license LICENSE diff --git a/v4.6.5.tar.gz b/v4.6.5.tar.gz deleted file mode 100644 index 0d3be33..0000000 --- a/v4.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b99ea9f42fed66542a225701d73d5539cb0c4a4ce0520020ff49485e6fba286b -size 4262758 diff --git a/v4.7.0.tar.gz b/v4.7.0.tar.gz new file mode 100644 index 0000000..dec26e1 --- /dev/null +++ b/v4.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435ce712ed70fc8e3627fdeb6c0965211a3622a63365b9cfd0d32abba1ac23c6 +size 4263192