14
0

Accepting request 354379 from home:stroeder:branches:devel:languages:python

update to 7.1.2

OBS-URL: https://build.opensuse.org/request/show/354379
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=43
This commit is contained in:
2016-01-25 09:17:25 +00:00
committed by Git OBS Bridge
parent c2093ea544
commit f2803dc73d
4 changed files with 56 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-keyring
Version: 5.7
Version: 7.1.2
Release: 0
Url: https://bitbucket.org/kang/python-keyring-lib
Summary: Store and access your passwords safely
@@ -25,9 +25,9 @@ License: Python-2.0 and MIT
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-devel >= 2.7
BuildRequires: python-setuptools
BuildRequires: python-setuptools_scm
BuildRequires: python-setuptools_scm >= 1.9
# Test requirements:
BuildRequires: python-mock
BuildRequires: python-pytest