diff --git a/pysaml2-2.4.0.tar.gz b/pysaml2-2.4.0.tar.gz deleted file mode 100644 index 4e55907..0000000 --- a/pysaml2-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a26804150ddc5da803d0df4b7026b613a3571c387fd6d107f6263aabf2c84ec6 -size 4106432 diff --git a/pysaml2-4.4.0.tar.gz b/pysaml2-4.4.0.tar.gz new file mode 100644 index 0000000..2d5dc27 --- /dev/null +++ b/pysaml2-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83768a873b905451b4931f242983ac95849d4c7ccefbe13119f301f6feadd5a +size 4462503 diff --git a/python-pysaml2.changes b/python-pysaml2.changes index efd4d7d..4d24c61 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -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 diff --git a/python-pysaml2.spec b/python-pysaml2.spec index a481c26..f967fca 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -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