Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2016-05-10 09:26:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2016-01-30 11:30:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes       
2016-05-10 09:26:27.000000000 +0200
@@ -1,0 +2,126 @@
+Thu May  5 17:13:09 UTC 2016 - [email protected]
+
+- update to upstream release 9.0
+
+9.0
+---
+
+* Issue #217: Once again, the OS X backend uses the
+  Framework API for invoking the Keychain service.
+  As a result, applications utilizing this API will be
+  authorized per application, rather than relying on the
+  authorization of the 'security' application. Consequently,
+  users will be prompted to authorize the system Python
+  executable and also new Python executables, such as
+  those created by virtualenv.
+
+8.7
+---
+
+* Changelog now links to issues and provides dates of
+  releases.
+
+8.6
+---
+
+* Issue #217: Add warning in OS Keyring when 'store'
+  is set to 'internet' to determine if this feature is
+  used in the wild.
+
+8.5.1
+-----
+
+* Pull Request #216: Kwallet backend now has lower
+  priority than the preferred SecretService backend,
+  now that the desktop check is no longer in place.
+
+8.5
+---
+
+* Issue #168: Now prefer KF5 Kwallet to KF4. Users relying
+  on KF4 must use prior releases.
+
+8.4
+---
+
+* Pull Request #209: Better error message when no backend is
+  available (indicating keyrings.alt as a quick workaround).
+* Pull Request #208: Fix pywin32-ctypes package name in
+  requirements.
+
+8.3
+---
+
+* Issue #207: Library now requires win32ctypes on Windows
+  systems, which will be installed automatically by
+  Setuptools 0.7 or Pip 6 (or later).
+* Actually removed QtKwallet, which was meant to be dropped in
+  8.0 but somehow remained.
+
+8.2
+---
+
+* Update readme to include how-to use with Linux
+  non-graphical environments.
+
+8.1
+---
+
+* Issue #197: Add ``__version__`` attribute to keyring module.
+
+8.0
+---
+
+* Issue #117: Removed all but the preferred keyring backends
+  for each of the major desktop platforms:
+
+    - keyring.backends.kwallet.DBusKeyring
+    - keyring.backends.OS_X.Keyring
+    - keyring.backends.SecretService.Keyring
+    - keyring.backends.Windows.WinVaultKeyring
+
+  All other keyrings
+  have been moved to a new package, `keyrings.alt
+  <https://pypi.python.org/pypi/keyrings.alt>`_ and
+  backward-compatibility aliases removed.
+  To retain
+  availability of these less preferred keyrings, include
+  that package in your installation (install both keyring
+  and keyrings.alt).
+
+  As these keyrings have moved, any keyrings indicated
+  explicitly in configuration will need to be updated to
+  replace "keyring.backends." with "keyrings.alt.". For
+  example, "keyring.backends.file.PlaintextKeyring"
+  becomes "keyrings.alt.file.PlaintextKeyring".
+
+7.3.1
+-----
+
+* Issue #194: Redirect away from docs until they have something
+  more than the changelog. Users seeking the changelog will
+  want to follow the `direct link
+  <https://pythonhosted.org/keyring/history.html>`_.
+
+7.3
+---
+
+* Issue #117: Added support for filtering which
+  backends are acceptable. To limit to only loading recommended
+  keyrings (those with priority >= 1), call::
+
+    keyring.core.init_backend(limit=keyring.core.recommended)
+
+7.2
+---
+
+* Pull Request #190: OS X backend now exposes a ``keychain``
+  attribute, which if set will be used by ``get_password`` when
+  retrieving passwords. Useful in environments such as when
+  running under cron where the default keychain is not the same
+  as the default keychain in a login session. Example usage::
+
+    keyring.get_keyring().keychain = '/path/to/login.keychain'
+    pw = keyring.get_password(...)
+
+-------------------------------------------------------------------

Old:
----
  keyring-7.1.2.tar.gz

New:
----
  keyring-9.0.tar.gz

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

Other differences:
------------------
++++++ python-keyring.spec ++++++
--- /var/tmp/diff_new_pack.CofsfI/_old  2016-05-10 09:26:28.000000000 +0200
+++ /var/tmp/diff_new_pack.CofsfI/_new  2016-05-10 09:26:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-keyring
-Version:        7.1.2
+Version:        9.0
 Release:        0
 Url:            https://bitbucket.org/kang/python-keyring-lib
 Summary:        Store and access your passwords safely
@@ -54,8 +54,6 @@
 
 %prep
 %setup -q -n keyring-%{version}
-# For rpmlint warning: remove shebang from python library:
-sed -i '/^#!/d' keyring/cli.py keyring/backends/_win_crypto.py
 
 %build
 python setup.py build

++++++ keyring-7.1.2.tar.gz -> keyring-9.0.tar.gz ++++++
++++ 5005 lines of diff (skipped)


Reply via email to