Hello community,
here is the log from the commit of package python-SecretStorage for
openSUSE:Factory checked in at 2020-04-19 21:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SecretStorage (Old)
and /work/SRC/openSUSE:Factory/.python-SecretStorage.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SecretStorage"
Sun Apr 19 21:49:38 2020 rev:8 rq:794551 version:3.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SecretStorage/python-SecretStorage.changes
2019-11-22 10:21:17.445335929 +0100
+++
/work/SRC/openSUSE:Factory/.python-SecretStorage.new.2738/python-SecretStorage.changes
2020-04-19 21:49:39.988104445 +0200
@@ -1,0 +2,40 @@
+Thu Apr 16 09:00:03 UTC 2020 - [email protected]
+
+- version update to 3.1.2
+ SecretStorage 3.1.2, 2020-01-08
+ ===============================
+ * Updated the docs to describe how to close the D-Bus connection after use.
+ * For secrets of wrong type, a TypeError is now raised [`#20`_].
+ SecretStorage 3.1.1, 2019-01-24
+ ===============================
+ * Fixes TypeError with cryptography 2.5.
+ Thanks Zach Hoffman for the pull request!
+ SecretStorage 3.1.0, 2018-09-02
+ ===============================
+ * The ``dbus_init`` function no longer accepts any arguments.
+ * The ``dbus_init`` function now converts ``ConnectionError`` and
+ ``ValueError`` to ``SecretServiceNotAvailableException``.
+ * New exception class: ``PromptDismissedException``.
+ * Switched to declarative setup configuration. Build now requires
+ setuptools 30.3 or newer.
+ * Added support for prompts when deleting collections and items.
+ * Added type annotations to all methods.
+ SecretStorage 3.0.1, 2018-04-24
+ ===============================
+ * When ``DBUS_SESSION_BUS_ADDRESS`` environment variable is unset, and
+ Jeepney raises a ``KeyError`` because of that, SecretStorage now intercepts
+ that error and re-raises it as ``SecretServiceNotAvailableException``.
+ * Uploaded to PyPI with fixed meta-data.
+ SecretStorage 3.0.0, 2018-04-23
+ ===============================
+ .. warning::
+ This release is backwards incompatible with the previous versions.
+ * Python 3.5 or newer is now required.
+ * SecretStorage has been ported from dbus-python to Jeepney_, a
+ pure Python D-Bus client.
+ * The asynchronous API has been removed. If you need it, please
+ file a bug and describe your use case.
+ * The ``bus`` argument is now called ``connection`` in all functions
+ that accept it.
+
+-------------------------------------------------------------------
Old:
----
SecretStorage-2.3.1.tar.gz
New:
----
SecretStorage-3.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SecretStorage.spec ++++++
--- /var/tmp/diff_new_pack.oRjj8b/_old 2020-04-19 21:49:40.868106211 +0200
+++ /var/tmp/diff_new_pack.oRjj8b/_new 2020-04-19 21:49:40.872106219 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-SecretStorage
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-SecretStorage
-Version: 2.3.1
+Version: 3.1.2
Release: 0
Summary: Python bindings to FreeDesktoporg Secret Service API
License: BSD-3-Clause
URL: https://github.com/mitya57/secretstorage
Source:
https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz
BuildRequires: %{python_module cryptography}
-BuildRequires: %{python_module dbus-python}
+BuildRequires: %{python_module jeepney >= 0.4.2}
BuildRequires: %{python_module setuptools}
-BuildRequires: dbus-1-x11
BuildRequires: fdupes
BuildRequires: gnome-keyring
BuildRequires: python-rpm-macros
Requires: python-cryptography
-Requires: python-dbus-python
+Requires: python-jeepney >= 0.4.2
BuildArch: noarch
%python_subpackages
++++++ SecretStorage-2.3.1.tar.gz -> SecretStorage-3.1.2.tar.gz ++++++
++++ 2088 lines of diff (skipped)