diff --git a/python-requests-futures.changes b/python-requests-futures.changes index e08eb5c..e4ca9f8 100644 --- a/python-requests-futures.changes +++ b/python-requests-futures.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova + +- update to 1.0.0 + * The 'warn' method is deprecated, use 'warning' instead + * Fix default number of workers + * Drop Python 3.3 + ------------------------------------------------------------------- Tue May 7 12:54:06 UTC 2019 - pgajdos@suse.com diff --git a/python-requests-futures.spec b/python-requests-futures.spec index d8d8119..2b57ab5 100644 --- a/python-requests-futures.spec +++ b/python-requests-futures.spec @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define short_name requests-futures Name: python-%{short_name} -Version: 0.9.9 +Version: 1.0.0 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/source/r/%{short_name}/%{short_name}-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 38.6.1} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 1.2.0 @@ -51,7 +51,7 @@ concurrent.futures or the backport for prior versions of python. %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -# online tests +# online tests on http://httpbin.org # %%python_exec -m unittest test_requests_futures %files %{python_files} diff --git a/requests-futures-0.9.9.tar.gz b/requests-futures-0.9.9.tar.gz deleted file mode 100644 index 7b616f1..0000000 --- a/requests-futures-0.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1 -size 10507 diff --git a/requests-futures-1.0.0.tar.gz b/requests-futures-1.0.0.tar.gz new file mode 100644 index 0000000..2ee4557 --- /dev/null +++ b/requests-futures-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148 +size 10897