diff --git a/python-requests-futures.changes b/python-requests-futures.changes index a0cfe8f..9bec7f6 100644 --- a/python-requests-futures.changes +++ b/python-requests-futures.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 7 11:26:07 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-requests-futures.spec b/python-requests-futures.spec index edf2714..e6678a2 100644 --- a/python-requests-futures.spec +++ b/python-requests-futures.spec @@ -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 diff --git a/requests-futures-1.0.0.tar.gz b/requests-futures-1.0.0.tar.gz deleted file mode 100644 index 2ee4557..0000000 --- a/requests-futures-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148 -size 10897 diff --git a/requests-futures-1.0.1.tar.gz b/requests-futures-1.0.1.tar.gz new file mode 100644 index 0000000..e9cd2a2 --- /dev/null +++ b/requests-futures-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373 +size 9921