15
0
forked from pool/python-datrie

Accepting request 718473 from home:pgajdos

- version update to 0.8
  * Python 3.7 compatibility; extension is rebuilt with Cython 0.29.11.
  * Trie.get function;
  * Python 2.6 and 3.3 support is dropped;
  * removed patch to libdatrie which is no longer required;
  * testing and CI fixes.
- deleted patches
  - merged_pr_60.patch (upstreamed)
  - reproducible.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/718473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-07-25 08:51:07 +00:00
committed by Git OBS Bridge
parent f148532872
commit 94fbd30f30
6 changed files with 19 additions and 61 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 25 08:40:51 UTC 2019 - pgajdos@suse.com
- version update to 0.8
* Python 3.7 compatibility; extension is rebuilt with Cython 0.29.11.
* Trie.get function;
* Python 2.6 and 3.3 support is dropped;
* removed patch to libdatrie which is no longer required;
* testing and CI fixes.
- deleted patches
- merged_pr_60.patch (upstreamed)
- reproducible.patch (upstreamed)
-------------------------------------------------------------------
Mon Mar 25 07:24:43 UTC 2019 - John Vandenberg <jayvdb@gmail.com>