From 843d7c2eed6e1c3bb06775a9768b4b15e09dd5b646543186643a3b7d78f05aba Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 1 Sep 2016 07:56:11 +0000 Subject: [PATCH] Accepting request 424120 from home:tbechtold:branches:devel:languages:python - Use url with hash as Source url. The pypi.io url is not working. OBS-URL: https://build.opensuse.org/request/show/424120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=4 --- python-SecretStorage.changes | 5 +++++ python-SecretStorage.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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