forked from pool/python-pysaml2
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:
committed by
Git OBS Bridge
parent
7dcaea1e2b
commit
62ef4faeca
@@ -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
|
||||
|
Reference in New Issue
Block a user