From f4b3a466ce8e1133f8fe991244a0e65c0b31c446d40a3aff0f4179617e953eb3 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 23 Aug 2017 05:22:48 +0000 Subject: [PATCH] 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 --- keyring-10.3.2.tar.gz | 3 --- keyring-10.4.0.tar.gz | 3 +++ python-keyring.changes | 10 ++++++++++ python-keyring.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 keyring-10.3.2.tar.gz create mode 100644 keyring-10.4.0.tar.gz diff --git a/keyring-10.3.2.tar.gz b/keyring-10.3.2.tar.gz deleted file mode 100644 index 3fc2e32..0000000 --- a/keyring-10.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6 -size 39244 diff --git a/keyring-10.4.0.tar.gz b/keyring-10.4.0.tar.gz new file mode 100644 index 0000000..6aa3aec --- /dev/null +++ b/keyring-10.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26 +size 39632 diff --git a/python-keyring.changes b/python-keyring.changes index fd8cf52..dc339fc 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -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 diff --git a/python-keyring.spec b/python-keyring.spec index 48d3b11..28e0b3c 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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