Skip to content

Commit

Permalink
python3-bitarray: upgrade 2.4.0 -> 2.4.1
Browse files Browse the repository at this point in the history
Changelog:
==========
  * improve 'resize()', see openembedded#167
  * optimize 'copy_n()' by avoiding loops, openembedded#171
  * '.bytereverse()' no longer sets unused bits to zero

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Apr 6, 2022
1 parent 4186a00 commit 050b27a
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/ilanschnell/bitarray"
LICENSE = "PSF-2.0"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"

SRC_URI[sha256sum] = "f1203e902d51df31917d77eeba9c3fe78d032873a2ad78c737e26420f0080e58"
SRC_URI[sha256sum] = "faeca03f979e992cc76f7406af7eb9795cb111b8d8969c891a032bd7497c87da"

inherit setuptools3 pypi

Expand Down

0 comments on commit 050b27a

Please sign in to comment.