forked from pool/python-requests-futures
Accepting request 709356 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/709356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-futures?expand=0&rev=4
This commit is contained in:
commit
ed7d0bdbd3
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 1.0.0
|
||||
* The 'warn' method is deprecated, use 'warning' instead
|
||||
* Fix default number of workers
|
||||
* Drop Python 3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 12:54:06 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define short_name requests-futures
|
||||
Name: python-%{short_name}
|
||||
Version: 0.9.9
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ross/%{short_name}
|
||||
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module setuptools >= 38.6.1}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests >= 1.2.0
|
||||
@ -51,7 +51,7 @@ concurrent.futures or the backport for prior versions of python.
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# online tests
|
||||
# online tests on http://httpbin.org
|
||||
# %%python_exec -m unittest test_requests_futures
|
||||
|
||||
%files %{python_files}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
|
||||
size 10507
|
3
requests-futures-1.0.0.tar.gz
Normal file
3
requests-futures-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148
|
||||
size 10897
|
Loading…
Reference in New Issue
Block a user