diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index da6bbef..31116a4 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 05:28:50 UTC 2016 - tbechtold@suse.com + +- Use url with hash as Source url. The pypi.io url is not working. + ------------------------------------------------------------------- Thu Sep 1 04:14:19 UTC 2016 - tbechtold@suse.com diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 9e78387..d9ca348 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -23,7 +23,9 @@ Summary: Python bindings to FreeDesktoporg Secret Service API License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/mitya57/secretstorage -Source: https://pypi.io/packages/source/s/SecretStorage/SecretStorage-%{version}.tar.gz +# NOTE(toabctl): For whatever reason, the pypi.io url is not working... +#Source: https://pypi.io/packages/source/s/SecretStorage/SecretStorage-%{version}.tar.gz +Source: https://pypi.python.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz BuildRequires: python-cryptography BuildRequires: python-devel BuildRequires: python-setuptools