15
0
forked from pool/python-cffi

Accepting request 699759 from home:TheBlackCat:branches:devel:languages:python

- Update to 1.12.3
  * Fix for nested struct types that end in a var-sized array (#405).
  * Add support for using U and L characters at the end of integer constants in ffi.cdef() (thanks Guillaume).
  * More 3.8 fixes.

OBS-URL: https://build.opensuse.org/request/show/699759
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=63
This commit is contained in:
Tomáš Chvátal
2019-05-03 08:32:37 +00:00
committed by Git OBS Bridge
parent 9495981e5a
commit 5c4df23a24
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 30 19:42:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.12.3
* Fix for nested struct types that end in a var-sized array (#405).
* Add support for using U and L characters at the end of integer constants in ffi.cdef() (thanks Guillaume).
* More 3.8 fixes.
-------------------------------------------------------------------
Thu Mar 7 14:10:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>