Hello community, here is the log from the commit of package python-keyring for openSUSE:Factory checked in at 2015-05-19 23:16:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-keyring (Old) and /work/SRC/openSUSE:Factory/.python-keyring.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyring" Changes: -------- --- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes 2014-11-13 09:21:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes 2015-05-19 23:16:51.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Apr 28 11:06:12 UTC 2015 - [email protected] + +- 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”. + +------------------------------------------------------------------- Old: ---- keyring-4.0.zip New: ---- keyring-5.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-keyring.spec ++++++ --- /var/tmp/diff_new_pack.F65Xg0/_old 2015-05-19 23:16:52.000000000 +0200 +++ /var/tmp/diff_new_pack.F65Xg0/_new 2015-05-19 23:16:52.000000000 +0200 @@ -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 and 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
