summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitstring_4.2.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitstring: Upgrade 4.2.3 -> 4.3.0Leon Anavi2025-01-031-19/+0
| | | | | | | | | | | | | | | | Upgrade to version 4.3.0: - Upgraded bitarray dependency to >= 3.0.0. - Explicit support for Python 3.13. - Added i and I struct codes for 32-bit ints. - Removed the 'experimental feature' label from the new exotic floating point types. - Fix for negative index LSB0 slicing issue. License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: upgrade 4.2.2 -> 4.2.3Wang Mingyu2024-05-281-0/+19
Changelog: =========== - Some codes representing exotic float negative zero converted to positive zero. - Auto-scaling rounding the wrong way on occasion. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>