diff --git a/diskcache-3.0.6.tar.gz b/diskcache-3.0.6.tar.gz deleted file mode 100644 index 9dfc7ca..0000000 --- a/diskcache-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f0179c612dca07ff98beb4b15e98fc71809f6edd36320213f19ca42724cbf3 -size 489068 diff --git a/diskcache-3.1.1.tar.gz b/diskcache-3.1.1.tar.gz new file mode 100644 index 0000000..9b86abb --- /dev/null +++ b/diskcache-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa6a2274bc4fc2f1c884034f9ab1cc838054421ff493524732f52cc1174fbc +size 489691 diff --git a/python-diskcache.changes b/python-diskcache.changes index 14d49d0..afa9047 100644 --- a/python-diskcache.changes +++ b/python-diskcache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 8 13:19:48 UTC 2019 - Tomáš Chvátal + +- Update to 3.1.1: + * Fix various timeouts + * Small fixes around + ------------------------------------------------------------------- Sun Jun 10 10:24:35 UTC 2018 - jengelh@inai.de diff --git a/python-diskcache.spec b/python-diskcache.spec index 6414dc2..c16d74e 100644 --- a/python-diskcache.spec +++ b/python-diskcache.spec @@ -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