diff --git a/SecretStorage-3.2.0.tar.gz b/SecretStorage-3.2.0.tar.gz deleted file mode 100644 index d9913d0..0000000 --- a/SecretStorage-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46305c3847ee3f7252b284e0eee5590fa6341c891104a2fd2313f8798c615a82 -size 19311 diff --git a/SecretStorage-3.3.0.tar.gz b/SecretStorage-3.3.0.tar.gz new file mode 100644 index 0000000..8af41cc --- /dev/null +++ b/SecretStorage-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cfdef28829dad64d6ea1ed08f8eff6aa115a77068926bcc9f5225d5a3246aa +size 19352 diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index a423998..c3c0014 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 1 20:55:07 UTC 2021 - Dirk Müller + +- update to 3.3.0: + * Use new-style Jeepney blocking I/O API. + * Python ≥ 3.6 and Jeepney ≥ 0.6 are now required. + ------------------------------------------------------------------- Thu Nov 26 09:15:35 UTC 2020 - Dirk Mueller diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 03362f3..bef00b7 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -1,7 +1,7 @@ # # spec file for package python-SecretStorage # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-SecretStorage -Version: 3.2.0 +Version: 3.3.0 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 jeepney >= 0.4.2} +BuildRequires: %{python_module jeepney >= 0.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gnome-keyring BuildRequires: python-rpm-macros Requires: python-cryptography -Requires: python-jeepney >= 0.4.2 +Requires: python-jeepney >= 0.6 BuildArch: noarch %python_subpackages