forked from pool/python-requests-futures
Accepting request 701320 from home:pgajdos
- version update to 0.9.9 * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/701320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-futures?expand=0&rev=6
This commit is contained in:
parent
fc61d20bb5
commit
94082c61f2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 12:54:06 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.9.9
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 11:00:16 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-requests-futures
|
||||
#
|
||||
# Copyright (c) 2018 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,31 +12,28 @@
|
||||
# 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-%{**}}
|
||||
|
||||
%define short_name requests-futures
|
||||
Name: python-%{short_name}
|
||||
Version: 0.9.7
|
||||
Version: 0.9.9
|
||||
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/2c/f0/d9a6d4472286405956dd5ac6279fe932a86151df9816bc35afe601495819/%{short_name}-%{version}.tar.gz
|
||||
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: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-requests >= 1.2.0
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-futures >= 2.1.3
|
||||
%endif
|
||||
Requires: python-requests >= 1.2.0
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -53,9 +50,13 @@ concurrent.futures or the backport for prior versions of python.
|
||||
%python_install
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %python_files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%check
|
||||
# online tests
|
||||
# %%python_exec -m unittest test_requests_futures
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad
|
||||
size 5571
|
3
requests-futures-0.9.9.tar.gz
Normal file
3
requests-futures-0.9.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
|
||||
size 10507
|
Loading…
Reference in New Issue
Block a user