diff --git a/python-zict.changes b/python-zict.changes index f424a45..4d4dbbf 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 9 10:51:00 UTC 2020 - pgajdos@suse.com + +- version update to 2.0.0 + * Create CONTRIBUTING.md (:pr:`28`) Jacob Tomlinson + * Import ABC from collections.abc instead of collections for Python 3.9 compatibility (:pr:`31`) Karthikeyan Singaravelan + * Drop Python 2 / 3.5 and add Python 3.7 / 3.8 support (:pr:`34`) James Bourbeau + * Duplicate keys fast slow (:pr:`32`) fjetter + * Fix dask cuda worker's race condition failure (:pr:`33`) Pradipta Ghosh + * Changed default lmdb encoding to utf-8 (:pr:`36`) Alex Davies + * Add code linting and style check (:pr:`35`) James Bourbeau + ------------------------------------------------------------------- Mon Jul 22 11:31:12 UTC 2019 - Tomáš Chvátal diff --git a/python-zict.spec b/python-zict.spec index 9430ab9..1963e81 100644 --- a/python-zict.spec +++ b/python-zict.spec @@ -1,7 +1,7 @@ # # spec file for package python-zict # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-zict -Version: 1.0.0 +Version: 2.0.0 Release: 0 Summary: Mutable mapping tools License: BSD-3-Clause diff --git a/zict-1.0.0.tar.gz b/zict-1.0.0.tar.gz deleted file mode 100644 index 6da434b..0000000 --- a/zict-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e34dd25ea97def518fb4c77f2c27078f3a7d6c965b0a3ac8fe5bdb0a8011a310 -size 11360 diff --git a/zict-2.0.0.tar.gz b/zict-2.0.0.tar.gz new file mode 100644 index 0000000..dd32793 --- /dev/null +++ b/zict-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2969797627c8a663575c2fc6fcb53a05e37cdb83ee65f341fc6e0c3d0ced16 +size 11571