From 94082c61f2ffe41458e9369483bdcb7c7b409f5d765ececd0c56edeb67c870ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 May 2019 13:47:31 +0000 Subject: [PATCH] Accepting request 701320 from home:pgajdos - version update to 0.9.9 * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/701320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-futures?expand=0&rev=6 --- python-requests-futures.changes | 6 ++++++ python-requests-futures.spec | 25 +++++++++++++------------ requests-futures-0.9.7.tar.gz | 3 --- requests-futures-0.9.9.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 requests-futures-0.9.7.tar.gz create mode 100644 requests-futures-0.9.9.tar.gz diff --git a/python-requests-futures.changes b/python-requests-futures.changes index 45b082f..e08eb5c 100644 --- a/python-requests-futures.changes +++ b/python-requests-futures.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 7 12:54:06 UTC 2019 - pgajdos@suse.com + +- version update to 0.9.9 + * no upstream changelog + ------------------------------------------------------------------- Thu Jan 4 11:00:16 UTC 2018 - alarrosa@suse.com diff --git a/python-requests-futures.spec b/python-requests-futures.spec index 30f5595..d8d8119 100644 --- a/python-requests-futures.spec +++ b/python-requests-futures.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-futures # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,31 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} - %define short_name requests-futures Name: python-%{short_name} -Version: 0.9.7 +Version: 0.9.9 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/2c/f0/d9a6d4472286405956dd5ac6279fe932a86151df9816bc35afe601495819/%{short_name}-%{version}.tar.gz +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: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-requests >= 1.2.0 BuildArch: noarch %ifpython2 Requires: python-futures >= 2.1.3 %endif -Requires: python-requests >= 1.2.0 - %python_subpackages %description @@ -53,9 +50,13 @@ concurrent.futures or the backport for prior versions of python. %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%files %python_files -%defattr(-,root,root,-) -%doc LICENSE README.rst +%check +# online tests +# %%python_exec -m unittest test_requests_futures + +%files %{python_files} +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog diff --git a/requests-futures-0.9.7.tar.gz b/requests-futures-0.9.7.tar.gz deleted file mode 100644 index 5595345..0000000 --- a/requests-futures-0.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad -size 5571 diff --git a/requests-futures-0.9.9.tar.gz b/requests-futures-0.9.9.tar.gz new file mode 100644 index 0000000..7b616f1 --- /dev/null +++ b/requests-futures-0.9.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1 +size 10507