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

3
datrie-0.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d
size 63278

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c
size 226077

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 2 10:14:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

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