14
0

- 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:
Tomáš Chvátal
2019-09-10 10:53:04 +00:00
committed by Git OBS Bridge
parent 4d1335f637
commit 3422abe65b
4 changed files with 12 additions and 4 deletions

View File

@@ -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

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-cache
Version: 0.5.0
Version: 0.5.2
Release: 0
Summary: Persistent cache for requests library
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
BuildRequires: %{python_module requests >= 1.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests >= 1.1.0
BuildArch: noarch
@@ -54,6 +55,7 @@ take a look at `httpcache <https://github.com/Lukasa/httpcache>`_ and
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6822f788c5ee248995c4bfbd725de2002ad710182ba26a666e85b64981866060
size 30711

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
size 31159