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