15
0
forked from pool/python-PyTrie

- Add patch no-import-from-collections.patch to avoid any import

directly from collections.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyTrie?expand=0&rev=9
This commit is contained in:
2019-12-03 15:16:25 +00:00
committed by Git OBS Bridge
parent 68660a8868
commit 71edc9a21d
3 changed files with 41 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 3 15:14:36 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Add patch no-import-from-collections.patch to avoid any import
directly from collections.
-------------------------------------------------------------------
Fri Mar 29 08:49:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>