Files
poky/meta/recipes-devtools
Wang Mingyu 034223db3b python3-cython: upgrade 0.29.32 -> 0.29.33
Changelog:
==========
Features added
--------------
* The "cythonize" and "cython" commands have a new option "-M" / "--depfile"
  to generate ".dep" dependency files for the compilation unit.  This can be used
  by external build tools to track these dependencies.
  The "cythonize" option was already available in Cython :ref:'0.29.27'.

Bugs fixed
----------
* "const" fused types could not be used with memory views.
  Patch by Thomas Vincent.  (Github issue :issue:'1772')
* "wstr" usage was removed in Python 3.12 and later (PEP-623).
  (Github issue :issue:'5145')
* A type check assertion for Cython functions failed in debug Python builds.
  (Github issue :issue:'5031')
* Fixed various compiler warnings.
  Patches by Lisandro Dalcin et al.  (Github issues :issue:'4948', :issue:'5086')
* Fixed error when calculating complex powers of negative numbers.
  (Github issue :issue:'5014')
* Corrected a small mis-formatting of exception messages on Python 2.
  (Github issue :issue:'5018')
* The "PyUnicode_AsUTF8AndSize()" C-API function was missing from the CPython declarations.
  (Github issue :issue:'5163')
* A performance problem in the compiler was resolved when nesting conditional expressions.
  (Github issue :issue:'5197')
* Test suite problems with recent NumPy and CPython versions were resolved.
  (Github issues :issue:'5183', :issue:'5190')

Other changes
-------------
* The undocumented, untested and apparently useless syntax
  "from somemodule cimport class/struct/union somename" was deprecated
  in anticipation of its removal in Cython 3.  The type
  modifier is not needed here and a plain "cimport" of the name will do.
  (Github issue :issue:'4905')
* Properly disable generation of descriptor docstrings on PyPy since they cause crashes.
  It was previously disabled, but only accidentally via a typo.
  Patch by Matti Picus.  (Github issue :issue:'5083')
* The "cpow" directive of Cython 3.0 is available as a no-op.
  (Github issue :issue:'5016')

(From OE-Core rev: 4c5b05d92d691447d493ce87f32f4af907410c39)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-16 10:42:07 +00:00
..
2022-12-06 15:23:18 +00:00
2022-12-26 18:49:07 +00:00
2022-11-07 14:32:42 +00:00
2022-07-01 11:31:42 +01:00
2022-09-26 22:04:35 +01:00
2023-01-16 10:42:07 +00:00
2023-01-06 12:03:47 +00:00
2022-11-15 09:38:37 +00:00
2022-12-22 23:05:50 +00:00
2021-11-03 10:12:42 +00:00
2022-12-31 17:08:29 +00:00
2023-01-06 12:03:47 +00:00
2022-08-16 14:57:58 +01:00
2022-09-17 07:47:08 +01:00
2023-01-06 12:03:47 +00:00
2022-03-23 12:13:49 +00:00
2022-12-31 17:08:29 +00:00
2022-07-18 11:47:37 +01:00
2022-11-15 09:38:37 +00:00
2023-01-06 12:03:47 +00:00
2022-11-14 16:19:43 +00:00
2022-11-08 22:47:16 +00:00
2022-11-07 14:32:42 +00:00
2023-01-06 12:03:47 +00:00
2022-09-17 07:47:07 +01:00
2022-11-07 14:32:42 +00:00
2022-08-25 11:08:07 +01:00
2022-12-21 10:16:31 +00:00
2023-01-06 12:03:48 +00:00
2023-01-06 12:03:48 +00:00
2023-01-15 12:23:41 +00:00
2023-01-06 12:03:47 +00:00
2022-04-26 18:25:08 +01:00
2022-12-06 15:23:18 +00:00
2021-12-08 20:22:10 +00:00
2022-12-18 19:48:00 +00:00
2022-09-08 14:59:39 +01:00