forked from pool/python-pysaml2
Accepting request 361871 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/361871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 26 13:14:29 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Require python-python-dateutil. package was renamed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 13 21:31:03 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- add pycrypto/pyOpenSSL dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 07:17:52 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Move python-repoze.who from Recommends to Requires. It's needed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 30 19:30:53 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Add missing Requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 16 15:40:39 UTC 2015 - seife+obs@b1-systems.com
|
Thu Jul 16 15:40:39 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysaml2
|
# spec file for package python-pysaml2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -43,13 +43,18 @@ BuildRequires: python-repoze.who
|
|||||||
BuildRequires: python-requests >= 1.0.0
|
BuildRequires: python-requests >= 1.0.0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_release}
|
%if 0%{?suse_release}
|
||||||
Recommends: python-repoze.who
|
|
||||||
# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
|
# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
|
||||||
Recommends: python-xmlsec
|
Recommends: python-xmlsec
|
||||||
%endif
|
%endif
|
||||||
Requires: python-M2Crypto
|
Requires: python-M2Crypto
|
||||||
Requires: python-Paste
|
Requires: python-Paste
|
||||||
|
Requires: python-argparse
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
|
Requires: python-pyOpenSSL
|
||||||
|
Requires: python-pycrypto >= 2.2
|
||||||
|
Requires: python-python-dateutil
|
||||||
|
Requires: python-pytz
|
||||||
|
Requires: python-repoze.who
|
||||||
Requires: python-requests >= 1.0.0
|
Requires: python-requests >= 1.0.0
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Reference in New Issue
Block a user