From 9755160825448fdc7f99bbda3c91d79e0e300c1c8371eddc4b219b515f14d893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 10:28:28 +0000 Subject: [PATCH] - Enable tests - Update to 0.4.4: * no upstream changelog provided - Add missing deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-threading?expand=0&rev=3 --- click-threading-0.4.3.tar.gz | 3 --- click-threading-0.4.4.tar.gz | 3 +++ python-click-threading.changes | 8 ++++++++ python-click-threading.spec | 22 ++++++++++++++-------- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 click-threading-0.4.3.tar.gz create mode 100644 click-threading-0.4.4.tar.gz diff --git a/click-threading-0.4.3.tar.gz b/click-threading-0.4.3.tar.gz deleted file mode 100644 index 4c93196..0000000 --- a/click-threading-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f91a9abc8bb40287338e70587bf6043449808a0228c496ff4ef03cdc55b4477 -size 10270 diff --git a/click-threading-0.4.4.tar.gz b/click-threading-0.4.4.tar.gz new file mode 100644 index 0000000..fc8c326 --- /dev/null +++ b/click-threading-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7 +size 9945 diff --git a/python-click-threading.changes b/python-click-threading.changes index 0bec69b..7b94de0 100644 --- a/python-click-threading.changes +++ b/python-click-threading.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 7 10:26:05 UTC 2019 - Tomáš Chvátal + +- Enable tests +- Update to 0.4.4: + * no upstream changelog provided +- Add missing deps + ------------------------------------------------------------------- Fri Jun 30 17:26:59 UTC 2017 - aloisio@gmx.com diff --git a/python-click-threading.spec b/python-click-threading.spec index 3c3c156..1d1aab8 100644 --- a/python-click-threading.spec +++ b/python-click-threading.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-threading # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click-threading -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: Multithreaded Click apps made easy License: MIT Group: Development/Languages/Python -Url: https://github.com/click-contrib/click-threading +URL: https://github.com/click-contrib/click-threading Source: https://files.pythonhosted.org/packages/source/c/click-threading/click-threading-%{version}.tar.gz -BuildRequires: %{python_module base} BuildRequires: %{python_module click >= 5.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-futures BuildRequires: python-rpm-macros Requires: python-click >= 5.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%ifpython2 +Requires: python-futures +%endif BuildArch: noarch %python_subpackages @@ -50,9 +53,12 @@ rm -rf click_threading.egg-info %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%check +%pytest tests + %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog