forked from pool/python-keyring
Accepting request 518325 from home:tbechtold:branches:devel:languages:python
- update to 10.4.0: * #279: In Kwallet, pass mainloop to SessionBus. * #278: Unpin pywin32-ctypes, but blacklist known incompatible versions. * #278: Pin to pywin32-ctypes 0.0.1 to avoid apparent breakage introduced in 0.1.0. OBS-URL: https://build.opensuse.org/request/show/518325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=59
This commit is contained in:
committed by
Git OBS Bridge
parent
b9525e7583
commit
f4b3a466ce
@@ -20,7 +20,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-keyring
|
||||
Version: 10.3.2
|
||||
Version: 10.4.0
|
||||
Release: 0
|
||||
Url: https://github.com/jaraco/keyring
|
||||
Summary: Store and access your passwords safely
|
||||
@@ -28,15 +28,15 @@ License: Python-2.0 and MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
|
||||
%if %{with tests}
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module SecretStorage}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# Python 2 test requirements:
|
||||
BuildRequires: python-mock
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user