Accepting request 407113 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url OBS-URL: https://build.opensuse.org/request/show/407113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=2
This commit is contained in:
parent
5a759cb384
commit
995b16dc5a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 12:52:27 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Use pypi.io as Source url
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 29 14:01:46 UTC 2016 - tbechtold@suse.com
|
Wed Jun 29 14:01:46 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -13,21 +13,22 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-SecretStorage
|
Name: python-SecretStorage
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
|
||||||
Summary: Python bindings to FreeDesktoporg Secret Service API
|
Summary: Python bindings to FreeDesktoporg Secret Service API
|
||||||
Url: https://github.com/mitya57/secretstorage
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://pypi.python.org/packages/source/s/SecretStorage/SecretStorage-%{version}.tar.gz
|
Url: https://github.com/mitya57/secretstorage
|
||||||
|
Source: https://pypi.io/packages/source/s/SecretStorage/SecretStorage-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: python-pycrypto
|
BuildRequires: python-pycrypto
|
||||||
Requires: python-pycrypto
|
BuildRequires: python-setuptools
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
|
Requires: python-pycrypto
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
Reference in New Issue
Block a user