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