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()")}