From 73707b2a25219ef6ce8fe247bd0e9bec83d6fb9abc610343d6c483fa46b37167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Apr 2020 10:25:22 +0000 Subject: [PATCH] Accepting request 794544 from home:pgajdos:python - 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. OBS-URL: https://build.opensuse.org/request/show/794544 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=23 --- SecretStorage-2.3.1.tar.gz | 3 --- SecretStorage-3.1.2.tar.gz | 3 +++ python-SecretStorage.changes | 40 ++++++++++++++++++++++++++++++++++++ python-SecretStorage.spec | 10 ++++----- 4 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 SecretStorage-2.3.1.tar.gz create mode 100644 SecretStorage-3.1.2.tar.gz diff --git a/SecretStorage-2.3.1.tar.gz b/SecretStorage-2.3.1.tar.gz deleted file mode 100644 index af6d73a..0000000 --- a/SecretStorage-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 -size 16073 diff --git a/SecretStorage-3.1.2.tar.gz b/SecretStorage-3.1.2.tar.gz new file mode 100644 index 0000000..520fe1c --- /dev/null +++ b/SecretStorage-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15da8a989b65498e29be338b3b279965f1b8f09b9668bd8010da183024c8bff6 +size 17848 diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 6d366c1..03d9d09 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Apr 16 09:00:03 UTC 2020 - pgajdos@suse.com + +- 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. + ------------------------------------------------------------------- Thu Nov 7 15:47:19 UTC 2019 - Matej Cepl diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 5afdb37..4bc1745 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -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