Skip to content

Commit

Permalink
python3-bitstring: upgrade 4.1.0 -> 4.1.1
Browse files Browse the repository at this point in the history
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Sep 7, 2023
1 parent 5de2a94 commit f8002bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7"

SRC_URI[sha256sum] = "b1672fb31721dbb6c809e76a3a19ac76a608e1f8fcacce9349ae2b72b1917b20"
SRC_URI[sha256sum] = "a9c97fdf9fe38f27ea0ac2b4cf2a3f5bce5ccc23b863082582b9f48b22274528"

PYPI_PACKAGE = "bitstring"

Expand Down

0 comments on commit f8002bf

Please sign in to comment.