diff --git a/python-zict.changes b/python-zict.changes index 68d95aa..10fe453 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 27 10:00:43 UTC 2019 - pgajdos@suse.com + +- version update to 0.1.4 + * Use collections.abc to avoid DeprecationWarning + * DOC: Add classes missing from API documentation. + ------------------------------------------------------------------- Tue Dec 4 12:56:25 UTC 2018 - Matej Cepl diff --git a/python-zict.spec b/python-zict.spec index 8398c7c..9dfc7dd 100644 --- a/python-zict.spec +++ b/python-zict.spec @@ -1,7 +1,7 @@ # # spec file for package python-zict # -# 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 @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-zict -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Mutable mapping tools License: BSD-3-Clause @@ -31,10 +30,10 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-HeapDict BuildArch: noarch -%if %{with test} +# SECTION test requirements BuildRequires: %{python_module HeapDict} BuildRequires: %{python_module pytest} -%endif +# /SECTION %python_subpackages %description @@ -50,10 +49,8 @@ Mutable Mapping interfaces for python. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %license LICENSE.txt diff --git a/zict-0.1.3.tar.gz b/zict-0.1.3.tar.gz deleted file mode 100644 index 7c44270..0000000 --- a/zict-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63377f063086fc92e5c16e4d02162c571f6470b9e796cf3411ef9e815c96b799 -size 11199 diff --git a/zict-0.1.4.tar.gz b/zict-0.1.4.tar.gz new file mode 100644 index 0000000..f86051e --- /dev/null +++ b/zict-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7838b2f21bc06b7e3db5c64ffa6642255a5f7c01841660b3388a9840e101f99 +size 11335