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:
Dirk Mueller 2016-07-08 08:41:24 +00:00 committed by Git OBS Bridge
parent 5a759cb384
commit 995b16dc5a
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -13,21 +13,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-SecretStorage
Version: 2.2.1
Release: 0
License: BSD-3-Clause
Summary: Python bindings to FreeDesktoporg Secret Service API
Url: https://github.com/mitya57/secretstorage
License: BSD-3-Clause
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-setuptools
BuildRequires: python-pycrypto
Requires: python-pycrypto
BuildRequires: python-setuptools
Requires: dbus-1-python
Requires: python-pycrypto
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()")}