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:
parent
b9525e7583
commit
f4b3a466ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6
|
||||
size 39244
|
3
keyring-10.4.0.tar.gz
Normal file
3
keyring-10.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26
|
||||
size 39632
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 05:19:34 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 16:03:08 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user