15
0
forked from pool/python-datrie

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
This commit is contained in:
Tomáš Chvátal
2020-04-02 10:37:46 +00:00
committed by Git OBS Bridge
parent 94fbd30f30
commit b6c42f2789
4 changed files with 15 additions and 5 deletions

View File

@@ -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