- 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/package/show/devel:languages:python/python-requests-futures?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2023-09-07 11:26:49 +00:00 committed by Git OBS Bridge
parent 72db413fce
commit bbdf229294
4 changed files with 14 additions and 10 deletions

View File

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

View File

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

View File

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

Binary file not shown.