summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitstring_4.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitstring: upgrade 4.1.0 -> 4.1.1Wang Mingyu2023-09-071-0/+19
Changelog: ============= bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug #283. Fix for using numpy integers as integer parameters. Bug #286. Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead. Improvements when pretty-printing the Array. Array.count() can now count 'nan' values for floating point types. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>