14
0

Accepting request 682845 from devel:languages:python

- Update to 3.1.1:
  * Fix various timeouts
  * Small fixes around

OBS-URL: https://build.opensuse.org/request/show/682845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=2
This commit is contained in:
2019-03-12 08:53:46 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15f0179c612dca07ff98beb4b15e98fc71809f6edd36320213f19ca42724cbf3
size 489068

3
diskcache-3.1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 8 13:19:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.1:
* Fix various timeouts
* Small fixes around
-------------------------------------------------------------------
Sun Jun 10 10:24:35 UTC 2018 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-diskcache
#
# 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,13 +12,13 @@
# 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-%{**}}
Name: python-diskcache
Version: 3.0.6
Version: 3.1.1
Release: 0
Summary: Disk and file backed cache
License: Apache-2.0
@@ -31,7 +31,6 @@ BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Django1 is not available for python3 in distribution
BuildRequires: python2-Django1
BuildArch: noarch
%python_subpackages
@@ -53,9 +52,9 @@ in pure Python, and compatible with Django.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
python2 %{_bindir}/nosetests
nosetests-%{python_bin_suffix}
# Django tests support only Django1 which is not in distribution for python3
python3 %{_bindir}/nosetests --exclude test_djangocache.py
nosetests-%{python3_bin_suffix} --exclude test_djangocache.py
%files %{python_files}
%license LICENSE