From 844844a803832d744d40217ef03163d6872f6a8239e2ec483020452d90572850 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 11 May 2022 10:33:13 +0000 Subject: [PATCH] - update to 3.3.2: * Fixed a deprecation warning with jeepney 0.8. Thanks to Sam McKelvie for the pull request! OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=31 --- SecretStorage-3.3.1.tar.gz | 3 --- SecretStorage-3.3.2.tar.gz | 3 +++ python-SecretStorage.changes | 7 +++++++ python-SecretStorage.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 SecretStorage-3.3.1.tar.gz create mode 100644 SecretStorage-3.3.2.tar.gz diff --git a/SecretStorage-3.3.1.tar.gz b/SecretStorage-3.3.1.tar.gz deleted file mode 100644 index de837a0..0000000 --- a/SecretStorage-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195 -size 19566 diff --git a/SecretStorage-3.3.2.tar.gz b/SecretStorage-3.3.2.tar.gz new file mode 100644 index 0000000..1426e59 --- /dev/null +++ b/SecretStorage-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f +size 19285 diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 7e0463e..f950f6e 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 11 10:32:48 UTC 2022 - Dirk Müller + +- update to 3.3.2: + * Fixed a deprecation warning with jeepney 0.8. + Thanks to Sam McKelvie for the pull request! + ------------------------------------------------------------------- Tue Mar 2 00:28:57 UTC 2021 - Dirk Müller diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 1605ec7..47a6ca3 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -1,7 +1,7 @@ # # spec file for package python-SecretStorage # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-SecretStorage -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Python bindings to FreeDesktoporg Secret Service API License: BSD-3-Clause