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
This commit is contained in:
Thomas Bechtold 2016-09-01 07:56:11 +00:00 committed by Git OBS Bridge
parent d23e40cf6d
commit 843d7c2eed
2 changed files with 8 additions and 1 deletions

View File

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

View File

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