15
0

- update to 3.3.0:

* Use new-style Jeepney blocking I/O API.
  * Python ≥ 3.6 and Jeepney ≥ 0.6 are now required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=27
This commit is contained in:
2021-02-01 20:56:45 +00:00
committed by Git OBS Bridge
parent 5de0a590d0
commit c2f017584f
4 changed files with 14 additions and 7 deletions

View File

@@ -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