Hello community,

here is the log from the commit of package python-keyring.12459 for 
openSUSE:Leap:15.1:Update checked in at 2020-05-05 16:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.1:Update/python-keyring.12459 (Old)
 and      /work/SRC/openSUSE:Leap:15.1:Update/.python-keyring.12459.new.2738 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-keyring.12459"

Tue May  5 16:20:04 2020 rev:1 rq:799675 version:10.5.0

Changes:
--------
New Changes file:

--- /dev/null   2020-04-14 14:47:33.391806949 +0200
+++ 
/work/SRC/openSUSE:Leap:15.1:Update/.python-keyring.12459.new.2738/python-keyring.changes
   2020-05-05 16:20:05.330964390 +0200
@@ -0,0 +1,591 @@
+-------------------------------------------------------------------
+Wed Jan 24 10:27:23 UTC 2018 - [email protected]
+
+- Fix building in py3 only enviroment
+- Remove the test conditional which was always on anyway
+
+-------------------------------------------------------------------
+Tue Nov 28 12:22:03 UTC 2017 - [email protected]
+
+- update to 10.5.0:
+  * Added --list-backends option to command-line interface.
+  * Removed logger from keyring
+  * Set the appid for SecretService & KWallet to something meaningful
+
+-------------------------------------------------------------------
+Wed Aug 23 05:19:34 UTC 2017 - [email protected]
+
+- update to 10.4.0:
+  * #279: In Kwallet, pass mainloop to SessionBus.
+  * #278: Unpin pywin32-ctypes, but blacklist known
+    incompatible versions.
+  * #278: Pin to pywin32-ctypes 0.0.1 to avoid apparent
+    breakage introduced in 0.1.0.
+
+-------------------------------------------------------------------
+Wed May  3 16:03:08 UTC 2017 - [email protected]
+
+- Implement single-spec version.
+- Fix source URL.
+- Update to version 10.3.2
+  * #267: More leniently unescape lowercased characters as
+    they get re-cased by ConfigParser.
+- Update to version 10.3.1
+  * #266: Use private compatibity model rather than six to
+    avoid the dependency.
+- Update to version 10.3
+  * #264: Implement devpi hook for supplying a password when
+    logging in with `devpi <https://pypi.org/project/devpi>`_
+    client.
+  * #260: For macOS, added initial API support for internet
+    passwords.
+
+-------------------------------------------------------------------
+Mon Jan 16 18:18:33 UTC 2017 - [email protected]
+
+- update copyright year
+- update to 10.2 (requires python-setuptools_scm>=1.15.0)
+
+10.2
+----
+* #259: Allow to set a custom application attribute for
+  SecretService backend.
+10.1
+----
+* #253: Backends now expose a '.name' attribute suitable
+  for identifying each backend to users.
+
+-------------------------------------------------------------------
+Sat Nov 12 15:17:19 UTC 2016 - [email protected]
+
+- update to 10.0.2
+- build requires python-tox instead of python-pytest-runner
+10.0.2
+-----
+* #247: Restored console script.
+10.0.1
+------
+* Update readme to reflect test recommendations.
+10.0
+----
+* Drop support for Python 3.2.
+* Test suite now uses tox instead of pytest-runner.
+  Test requirements are now defined in tests/requirements.txt.
+
+-------------------------------------------------------------------
+Fri Aug 12 21:41:15 UTC 2016 - [email protected]
+
+- updated project URL
+- update to 9.3.1:
+  * Link to the new Gitter chat room is now in the
+    readme.
+  * Issue #235: ``kwallet`` backend now returns
+    string objects instead of ``dbus.String`` objects,
+    for less surprising reprs.
+  * Minor doc fixes.
+
+-------------------------------------------------------------------
+Wed Jun 29 13:34:12 UTC 2016 - [email protected]
+
+- update to 9.3:
+9.3
+---
+* Pull Request #226: In SecretService backend, unlock
+  individual entries.
+9.2.1
+-----
+* Issue #230: Don't rely on dbus-python and instead
+  defer to SecretStorage to describe the installation
+  requirements.
+9.2
+---
+* Issue #231 via #233: On Linux, ``secretstorage``
+  is now a declared dependency, allowing recommended
+  keyring to work simply after installation.
+9.1
+---
+* Issue #83 via #229: ``kwallet`` backend now stores
+  the service name as a folder name in the backend rather
+  than storing all passwords in a Python folder.
+- Adjust Requires
+- Use pypi.io for Source url
+-------------------------------------------------------------------
+Sat Jun  4 12:26:06 UTC 2016 - [email protected]
+
+- require python-setuptools (see bsc#983147)
+
+-------------------------------------------------------------------
+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
++++ 394 more lines (skipped)
++++ between /dev/null
++++ and 
/work/SRC/openSUSE:Leap:15.1:Update/.python-keyring.12459.new.2738/python-keyring.changes

New:
----
  keyring-10.5.0.tar.gz
  python-keyring.changes
  python-keyring.spec

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

Other differences:
------------------
++++++ python-keyring.spec ++++++
#
# spec file for package python-keyring
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-keyring
Version:        10.5.0
Release:        0
Summary:        Store and access your passwords safely
License:        Python-2.0 AND MIT
Group:          Development/Languages/Python
Url:            https://github.com/jaraco/keyring
Source:         
https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRequires:  %{python_module SecretStorage}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-SecretStorage
Requires:       python-setuptools
BuildArch:      noarch
%python_subpackages

%description
The Python keyring lib provides a easy way to access the system keyring service
from python. It can be used in any application that needs safe password storage.

%prep
%setup -q -n keyring-%{version}
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' keyring/cli.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
pushd docs
%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}"
py.test-%{$python_bin_suffix} --pyargs keyring.tests
}
popd

%files %{python_files}
%doc README.rst CHANGES.rst
%python3_only %{_bindir}/keyring
%{python_sitelib}/keyring-%{version}-py*.egg-info
%{python_sitelib}/keyring/

%changelog

Reply via email to