14
0

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

update to 10.2

requires python-setuptools_scm>=1.15.0, see request #450874

OBS-URL: https://build.opensuse.org/request/show/450920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=55
This commit is contained in:
2017-01-18 13:46:53 +00:00
committed by Git OBS Bridge
parent 8f867e864c
commit 7de08d7b11
4 changed files with 21 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-keyring
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-keyring
Version: 10.0.2
Version: 10.2
Release: 0
Url: https://github.com/jaraco/keyring
Summary: Store and access your passwords safely
@@ -27,7 +27,7 @@ Source: https://pypi.io/packages/source/k/keyring/keyring-%{version}.tar
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel >= 2.7
BuildRequires: python-setuptools
BuildRequires: python-setuptools_scm >= 1.9
BuildRequires: python-setuptools_scm >= 1.15.0
# Test requirements:
BuildRequires: python-mock
BuildRequires: python-pytest