From d588bbdd6d857d7a73cfe28092d9e5a357df7f42e3d8f54118ead42a3a1d2501 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Wed, 29 Apr 2015 08:04:52 +0000 Subject: [PATCH] Accepting request 304500 from home:mimi_vx:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to version 5.3 + changed licence to Python-2.0 and MIT * Prefer setuptools_scm to hgtools. * Version numbering is now derived from the code repository tags via hgtools. * Build and install now requires setuptools. * The entry point group must look like a module name, so the group is now “keyring.backends”. * Added preliminary support for loading keyring backends through setuptools entry points, specifically “keyring backends”. OBS-URL: https://build.opensuse.org/request/show/304500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=34 --- keyring-4.0.zip | 3 --- keyring-5.3.zip | 3 +++ python-keyring.changes | 11 +++++++++++ python-keyring.spec | 10 ++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 keyring-4.0.zip create mode 100644 keyring-5.3.zip diff --git a/keyring-4.0.zip b/keyring-4.0.zip deleted file mode 100644 index ee3a9eb..0000000 --- a/keyring-4.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea93c3cd9666c648263df4daadc5f34aeb27415dbf8e4d76579a8a737f1741cf -size 83738 diff --git a/keyring-5.3.zip b/keyring-5.3.zip new file mode 100644 index 0000000..99adfed --- /dev/null +++ b/keyring-5.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2b4dc17e6edfb804b09ade15df79f251522e442976ea0c8ea0051474502cf5 +size 87921 diff --git a/python-keyring.changes b/python-keyring.changes index 4f83266..f9f51ac 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 28 11:06:12 UTC 2015 - mimi.vx@gmail.com + +- update to version 5.3 ++ changed licence to Python-2.0 and MIT + * Prefer setuptools_scm to hgtools. + * Version numbering is now derived from the code repository tags via hgtools. + * Build and install now requires setuptools. + * The entry point group must look like a module name, so the group is now “keyring.backends”. + * Added preliminary support for loading keyring backends through setuptools entry points, specifically “keyring backends”. + ------------------------------------------------------------------- Tue Nov 11 17:45:50 UTC 2014 - i@marguerite.su diff --git a/python-keyring.spec b/python-keyring.spec index b6d224e..26547e5 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,7 +1,7 @@ # # spec file for package python-keyring # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,15 +17,17 @@ Name: python-keyring -Version: 4.0 +Version: 5.3 Release: 0 -Url: http://bitbucket.org/kang/python-keyring-lib +Url: https://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely -License: Python-2.0 +License: Python-2.0 or MIT Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +BuildRequires: python-hgtools +BuildRequires: python-setuptools BuildRequires: unzip # Test requirements: BuildRequires: python-mock