forked from pool/python-pysaml2
Accepting request 311413 from Cloud:OpenStack:Master
- update to 2.4.0: * A couple of security fixes plus maintenance updates. OBS-URL: https://build.opensuse.org/request/show/311413 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d4f79640500d067ccb5e77b340828b6dc9fe71db8b5cecfd06ca5783c653d9e
|
||||
size 3914055
|
3
pysaml2-2.4.0.tar.gz
Normal file
3
pysaml2-2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26804150ddc5da803d0df4b7026b613a3571c387fd6d107f6263aabf2c84ec6
|
||||
size 4106432
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 08:48:46 UTC 2015 - dmueller@suse.com
|
||||
|
||||
- update to 2.4.0:
|
||||
* A couple of security fixes plus maintenance updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 07:41:04 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysaml2
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -13,41 +13,43 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Test reqs are heavy, thus only have it on demand:
|
||||
%bcond_with tests
|
||||
|
||||
Name: python-pysaml2
|
||||
Version: 1.0.3
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||
Url: https://github.com/rohe/pysaml2
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/rohe/pysaml2
|
||||
Source: https://pypi.python.org/packages/source/p/pysaml2/pysaml2-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
%if %{with tests}
|
||||
BuildRequires: python-pytest
|
||||
BuildRequires: python-M2Crypto
|
||||
BuildRequires: python-decorator
|
||||
BuildRequires: python-mako
|
||||
BuildRequires: python-pymongo
|
||||
BuildRequires: python-pyasn1
|
||||
BuildRequires: python-mongodict
|
||||
BuildRequires: python-pyasn1
|
||||
BuildRequires: python-pymongo
|
||||
BuildRequires: python-pytest
|
||||
BuildRequires: python-python-memcached
|
||||
BuildRequires: python-M2Crypto
|
||||
BuildRequires: python-repoze.who
|
||||
BuildRequires: python-requests >= 1.0.0
|
||||
%endif
|
||||
Recommends: python-repoze.who
|
||||
# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
|
||||
Recommends: python-xmlsec
|
||||
Requires: python-M2Crypto
|
||||
Requires: python-Paste
|
||||
Requires: python-decorator
|
||||
Requires: python-requests >= 1.0.0
|
||||
Requires: python-Paste
|
||||
Requires: python-zope.interface
|
||||
Requires: python-M2Crypto
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -80,6 +82,8 @@ python setup.py test
|
||||
%doc README
|
||||
%{_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}/saml2
|
||||
|
Reference in New Issue
Block a user