diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-13 15:08:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 18:04:01 +0100 |
commit | b90e581600de35ae0a07aa8007ae6e69b56bcdbd (patch) | |
tree | f3abb32243658623b2cd9a8a56b977eac6073f54 /meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch | |
parent | 1f5153957842149c30ef49bcf9cca1b4a1b1c81a (diff) | |
download | poky-b90e581600de35ae0a07aa8007ae6e69b56bcdbd.tar.gz |
python3-pyparsing: upgrade 3.1.1 -> 3.1.2
Changelog:
===========
- Added 'ieee_float' expression to 'pyparsing.common', which parses float values,
plus "NaN", "Inf", "Infinity".
- Updated pep8 synonym wrappers for better type checking compatibility.
- Fixed empty error message bug. This _should_ return pyparsing's exception
messages to a former, more helpful form. If you have code that parses the
exception messages returned by pyparsing, this may require some code changes.
- Added unit tests to test for exception message contents, with enhancement to
'pyparsing.testing.assertRaisesParseException' to accept an expected exception message.
- Updated example 'select_parser.py' to use PEP8 names and added Groups for better retrieval
of parsed values from multiple SELECT clauses.
- Added example 'email_address_parser.py'
- Added example 'directx_x_file_parser.py' to parse DirectX template definitions, and
generate a Pyparsing parser from a template to parse .x files.
- Some code refactoring to reduce code nesting
- All internal string expressions using '%' string interpolation and 'str.format()'
converted to f-strings.
(From OE-Core rev: 2950297dc4bb2e57398b09bff9aa1348ff2e9cdf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch')
0 files changed, 0 insertions, 0 deletions