- 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:
parent
5de0a590d0
commit
c2f017584f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46305c3847ee3f7252b284e0eee5590fa6341c891104a2fd2313f8798c615a82
|
||||
size 19311
|
3
SecretStorage-3.3.0.tar.gz
Normal file
3
SecretStorage-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30cfdef28829dad64d6ea1ed08f8eff6aa115a77068926bcc9f5225d5a3246aa
|
||||
size 19352
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 20:55:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user