14
0

Accepting request 440801 from home:stroeder:branches:devel:languages:python

update to 4.4.0

OBS-URL: https://build.opensuse.org/request/show/440801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=11
This commit is contained in:
Thomas Bechtold
2016-11-18 10:32:48 +00:00
committed by Git OBS Bridge
parent 7dcaea1e2b
commit 62ef4faeca
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a26804150ddc5da803d0df4b7026b613a3571c387fd6d107f6263aabf2c84ec6
size 4106432

3
pysaml2-4.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a83768a873b905451b4931f242983ac95849d4c7ccefbe13119f301f6feadd5a
size 4462503

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 17 14:42:09 UTC 2016 - michael@stroeder.com
- update to 4.4.0
- added LICENSE.txt to docs
-------------------------------------------------------------------
Fri Feb 26 13:14:29 UTC 2016 - tbechtold@suse.com

View File

@@ -20,7 +20,7 @@
%bcond_with tests
Name: python-pysaml2
Version: 2.4.0
Version: 4.4.0
Release: 0
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
License: Apache-2.0
@@ -65,9 +65,9 @@ BuildArch: noarch
%endif
%description
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
To be able to sign/verify, encrypt/decrypt you need xmlsec1.
The repoze stuff works best together with repoze.who .
PySAML2 is a pure python implementation of SAML2.
It contains all necessary pieces for building a
SAML2 service provider or an identity provider.
%prep
%setup -q -n pysaml2-%{version}
@@ -86,15 +86,15 @@ python setup.py test
%files
%defattr(-,root,root,-)
%doc README
%doc README.rst LICENSE.txt
%{_bindir}/make_metadata.py
%{_bindir}/parse_xsd2.py
%{_bindir}/mdexport.py
%{_bindir}/merge_metadata.py
%{python_sitelib}/pysaml2-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/s2repoze
#%{python_sitelib}/s2repoze
%{python_sitelib}/saml2
%{python_sitelib}/xmldsig
%{python_sitelib}/xmlenc
#%{python_sitelib}/xmldsig
#%{python_sitelib}/xmlenc
%changelog