From 995b16dc5a48055bfb185eb8be8b153adb80689fac6379ecff90ce3ff2f29f9b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 8 Jul 2016 08:41:24 +0000 Subject: [PATCH] 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 --- python-SecretStorage.changes | 5 +++++ python-SecretStorage.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 2d82c8c..6b56990 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -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 diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 7599295..7fb7faf 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -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()")}