Accepting request 304500 from home:mimi_vx:branches:devel:languages:python

- 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
This commit is contained in:
Alberto Planas 2015-04-29 08:04:52 +00:00 committed by Git OBS Bridge
parent 0b0aac9fe8
commit d588bbdd6d
4 changed files with 20 additions and 7 deletions

View File

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

3
keyring-5.3.zip Normal file
View File

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

View File

@ -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 Tue Nov 11 17:45:50 UTC 2014 - i@marguerite.su

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-keyring # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,17 @@
Name: python-keyring Name: python-keyring
Version: 4.0 Version: 5.3
Release: 0 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 Summary: Store and access your passwords safely
License: Python-2.0 License: Python-2.0 or MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip Source: https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-hgtools
BuildRequires: python-setuptools
BuildRequires: unzip BuildRequires: unzip
# Test requirements: # Test requirements:
BuildRequires: python-mock BuildRequires: python-mock