diff --git a/datrie-0.8.2.tar.gz b/datrie-0.8.2.tar.gz new file mode 100644 index 0000000..0600824 --- /dev/null +++ b/datrie-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d +size 63278 diff --git a/datrie-0.8.tar.gz b/datrie-0.8.tar.gz deleted file mode 100644 index 16f1d7b..0000000 --- a/datrie-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c -size 226077 diff --git a/python-datrie.changes b/python-datrie.changes index 093400c..a59e557 100644 --- a/python-datrie.changes +++ b/python-datrie.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 2 10:14:57 UTC 2020 - Marketa Calabkova + +- update to 0.8.2 + * Future-proof Python support by making cython a build time dependency and + removing cython generated c files from the repo (and sdist). + * Fix collections.abc.MutableMapping import + * CI and test updates + * Adjust library name to unbreak some linkers + ------------------------------------------------------------------- Thu Jul 25 08:40:51 UTC 2019 - pgajdos@suse.com diff --git a/python-datrie.spec b/python-datrie.spec index e6020a1..ae2a8e9 100644 --- a/python-datrie.spec +++ b/python-datrie.spec @@ -1,7 +1,7 @@ # # spec file for package python-datrie # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-datrie -Version: 0.8 +Version: 0.8.2 Release: 0 Summary: Trie data structure for Python License: LGPL-2.1-or-later