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:
Dirk Mueller 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77
size 36587

3
keyring-10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572
size 37110

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 16 18:18:33 UTC 2017 - michael@stroeder.com
- update copyright year
- update to 10.2 (requires python-setuptools_scm>=1.15.0)
10.2
----
* #259: Allow to set a custom application attribute for
SecretService backend.
10.1
----
* #253: Backends now expose a '.name' attribute suitable
for identifying each backend to users.
-------------------------------------------------------------------
Sat Nov 12 15:17:19 UTC 2016 - michael@stroeder.com

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