forked from pool/python-requests-cache
- Update to 0.5.2:
* Fix DeprecationWarning from collections #140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-cache?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
4d1335f637
commit
3422abe65b
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 10:50:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.5.2:
|
||||||
|
* Fix DeprecationWarning from collections #140
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 7 12:27:11 UTC 2019 - pgajdos@suse.com
|
Tue May 7 12:27:11 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-requests-cache
|
Name: python-requests-cache
|
||||||
Version: 0.5.0
|
Version: 0.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent cache for requests library
|
Summary: Persistent cache for requests library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -27,6 +27,7 @@ URL: https://github.com/reclosedev/requests-cache
|
|||||||
Source: https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module requests >= 1.1.0}
|
BuildRequires: %{python_module requests >= 1.1.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-requests >= 1.1.0
|
Requires: python-requests >= 1.1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -54,6 +55,7 @@ take a look at `httpcache <https://github.com/Lukasa/httpcache>`_ and
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6822f788c5ee248995c4bfbd725de2002ad710182ba26a666e85b64981866060
|
|
||||||
size 30711
|
|
3
requests-cache-0.5.2.tar.gz
Normal file
3
requests-cache-0.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
|
||||||
|
size 31159
|
Reference in New Issue
Block a user