Accepting request 1109523 from devel:languages:python
- update to 1.0.1: * drop python 2.x support * format code with black * add official support for python 3.9+ OBS-URL: https://build.opensuse.org/request/show/1109523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-futures?expand=0&rev=7
This commit is contained in:
commit
62dced380b
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 11:26:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.1:
|
||||
* drop python 2.x support
|
||||
* format code with black
|
||||
* add official support for python 3.9+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:32:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,24 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define short_name requests-futures
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{short_name}
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/ross/%{short_name}
|
||||
URL: https://github.com/ross/requests-futures
|
||||
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 38.6.1}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests >= 1.2.0
|
||||
Requires: python-requests >= 2.31.0
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-futures >= 2.1.3
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148
|
||||
size 10897
|
BIN
requests-futures-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
requests-futures-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user