15
0

Accepting request 866063 from home:bnavigator:branches:devel:languages:python

- Update to v4.0.0
  * Split c implementation to separate FastStruct. The native
    python implementation is now always the Struct
- Skip Python2 (syntax errors)

OBS-URL: https://build.opensuse.org/request/show/866063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tri.struct?expand=0&rev=3
This commit is contained in:
2021-01-22 23:17:07 +00:00
committed by Git OBS Bridge
parent df83584da4
commit c7cadda688
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 22 15:38:04 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to v4.0.0
* Split c implementation to separate FastStruct. The native
python implementation is now always the Struct
- Skip Python2 (syntax errors)
-------------------------------------------------------------------
Wed Sep 4 02:40:56 UTC 2019 - John Vandenberg <jayvdb@gmail.com>