Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2016-01-30 11:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-12-21 12:03:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes       
2016-01-30 11:30:43.000000000 +0100
@@ -1,0 +2,50 @@
+Tue Jan 12 16:56:53 UTC 2016 - [email protected]
+
+- update to upstream release 7.1.2
+- require Python 2.7+
+- require python-setuptools_scm 1.9+
+
+7.1
+* Issue #186: Removed preference for keyrings based on
+  ``XDG_CURRENT_DESKTOP`` as these values are to varied
+  to be a reliable indicator of which keyring implementation
+  might be preferable.
+
+7.0.2
+* Issue #187: Restore ``Keyring`` name in ``kwallet`` backend.
+  Users of keyring 6.1 or later should prefer an explicit reference
+  to DBusKeyring or QtKeyring instead.
+
+7.0.1
+* Issue #183 and Issue #185: Gnome keyring no longer relies
+  on environment variables, but instead relies on the GnomeKeyring
+  library to determine viability.
+
+7.0
+* Issue #99: Keyring now expects the config file to be located
+  in the XDG_CONFIG_HOME rather than XDG_DATA_HOME and will
+  fail to start if the config is found in the old location but not
+  the new. On systems where the two locations are distinct,
+  simply copy or symlink the config to remain compatible with
+  older versions or move the file to work only with 7.0 and later.
+* Replaced Pull Request #182 with a conditional SessionBus
+  construction, based on subsequent discussion.
+
+6.1.1
+* Pull Request #182: Prevent DBus from indicating as a viable
+  backend when no viable X DISPLAY variable is present.
+
+6.1
+* Pull Request #174: Add DBus backend for KWallet, preferred to Qt
+  backend. Theoretically, it should be auto-detected based on
+  available libraries and interchangeable with the Qt backend.
+
+6.0
+* Drop support for Python 2.6.
+
+5.7.1
+* Updated project metadata to match Github hosting and
+  generally refreshed the metadata structure to match
+  practices with other projects.
+
+-------------------------------------------------------------------

Old:
----
  keyring-5.7.tar.gz

New:
----
  keyring-7.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-keyring.spec ++++++
--- /var/tmp/diff_new_pack.JKy6ry/_old  2016-01-30 11:30:45.000000000 +0100
+++ /var/tmp/diff_new_pack.JKy6ry/_new  2016-01-30 11:30:45.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-keyring
-Version:        5.7
+Version:        7.1.2
 Release:        0
 Url:            https://bitbucket.org/kang/python-keyring-lib
 Summary:        Store and access your passwords safely
@@ -25,9 +25,9 @@
 Group:          Development/Languages/Python
 Source:         
https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-setuptools
-BuildRequires:  python-setuptools_scm
+BuildRequires:  python-setuptools_scm >= 1.9
 # Test requirements:
 BuildRequires:  python-mock
 BuildRequires:  python-pytest

++++++ keyring-5.7.tar.gz -> keyring-7.1.2.tar.gz ++++++
++++ 2642 lines of diff (skipped)


Reply via email to