forked from pool/python-SecretStorage
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user