15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-03-07 10:28:28 +00:00
committed by Git OBS Bridge
parent abeceb2723
commit 9755160825
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f91a9abc8bb40287338e70587bf6043449808a0228c496ff4ef03cdc55b4477
size 10270

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7
size 9945

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 7 10:26:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@@ -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