From b6c42f278970fba64457312e999b423d872ed75a3c983abe573635e66557a06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Apr 2020 10:37:46 +0000 Subject: [PATCH] Accepting request 790841 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/790841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=17 --- datrie-0.8.2.tar.gz | 3 +++ datrie-0.8.tar.gz | 3 --- python-datrie.changes | 10 ++++++++++ python-datrie.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 datrie-0.8.2.tar.gz delete mode 100644 datrie-0.8.tar.gz 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