15
0
forked from pool/python-cffi

- update to 1.15.0:

* Fixed MANIFEST.in to include missing file for Windows arm64 support
  * Fixed Linux wheel build to use gcc default ISA for libffi
  * Updated setup.py Python trove specifiers to currently-tested Python versions
  * CPython 3.10 support (including wheels)
  * MacOS arm64 support (including wheels)
  * Initial Windows arm64 support
  * Misc. doc and test updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=82
This commit is contained in:
2021-11-06 17:58:11 +00:00
committed by Git OBS Bridge
parent f72f78178c
commit feb781c81e
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 6 17:37:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.15.0:
* Fixed MANIFEST.in to include missing file for Windows arm64 support
* Fixed Linux wheel build to use gcc default ISA for libffi
* Updated setup.py Python trove specifiers to currently-tested Python versions
* CPython 3.10 support (including wheels)
* MacOS arm64 support (including wheels)
* Initial Windows arm64 support
* Misc. doc and test updates
-------------------------------------------------------------------
Fri Jul 16 19:47:06 UTC 2021 - Dirk Müller <dmueller@suse.com>