Accepting request 307762 from devel:languages:python
resubmit with fixed license OBS-URL: https://build.opensuse.org/request/show/307762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=15
This commit is contained in:
commit
fa45071cbf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea93c3cd9666c648263df4daadc5f34aeb27415dbf8e4d76579a8a737f1741cf
|
|
||||||
size 83738
|
|
3
keyring-5.3.zip
Normal file
3
keyring-5.3.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac2b4dc17e6edfb804b09ade15df79f251522e442976ea0c8ea0051474502cf5
|
||||||
|
size 87921
|
@ -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
|
||||||
|
|
||||||
|
@ -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 and 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
|
||||||
|
Loading…
Reference in New Issue
Block a user