From 7de08d7b1159ae2e49573cdb7d397be5b8450c61fa2d6d33ac4ae06dc08f2d59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 18 Jan 2017 13:46:53 +0000 Subject: [PATCH] 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 --- keyring-10.0.2.tar.gz | 3 --- keyring-10.2.tar.gz | 3 +++ python-keyring.changes | 15 +++++++++++++++ python-keyring.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 keyring-10.0.2.tar.gz create mode 100644 keyring-10.2.tar.gz diff --git a/keyring-10.0.2.tar.gz b/keyring-10.0.2.tar.gz deleted file mode 100644 index 641b008..0000000 --- a/keyring-10.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 -size 36587 diff --git a/keyring-10.2.tar.gz b/keyring-10.2.tar.gz new file mode 100644 index 0000000..852360a --- /dev/null +++ b/keyring-10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572 +size 37110 diff --git a/python-keyring.changes b/python-keyring.changes index 003c757..684eae1 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -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 diff --git a/python-keyring.spec b/python-keyring.spec index 71ad29e..ffe3b07 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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