summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitstring_4.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitstring: upgrade 4.1.1 -> 4.1.2Wang Mingyu2023-09-201-0/+19
Changelog: ========== - Fix for the module command-line usage. Bug #290. - Fix for when creating bitstrings from memoryview objects. - Renamed the 'fmt' parameter for Arrays to 'dtype'. - More Array operator coverage. - Added operators that act on two Arrays of the same size. - Added comparison operators for Arrays that return an Array of bools. - Added Array.equals method as == will now return an Array (see above item). - Added astype() method for Arrays to easily cast to a new dtype. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>