forked from pool/python-requests-futures
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
4286af4f02 | |||
8825f6b937 | |||
c084cedbf9 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 15:42:50 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Make it compatible with older setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 08:00:34 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.2:
|
||||
* Correct setup.py email addr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 11:26:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-requests-futures
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define short_name requests-futures
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{short_name}
|
||||
Version: 1.0.1
|
||||
Name: python-requests-futures
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/ross/requests-futures
|
||||
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/r/requests-futures/requests_futures-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 38.6.1}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests >= 2.31.0
|
||||
@@ -37,13 +38,13 @@ Small add-on for the python requests_ http library. Makes use of python 3.2’s
|
||||
concurrent.futures or the backport for prior versions of python.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{short_name}-%{version}
|
||||
%setup -q -n requests_futures-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -53,6 +54,7 @@ concurrent.futures or the backport for prior versions of python.
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/requests_futures
|
||||
%{python_sitelib}/requests[_-]futures-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
BIN
requests-futures-1.0.1.tar.gz
(Stored with Git LFS)
BIN
requests-futures-1.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
requests_futures-1.0.2.tar.gz
Normal file
3
requests_futures-1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da
|
||||
size 10356
|
Reference in New Issue
Block a user