Skip to content

Commit

Permalink
python3-bitarray: upgrade 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
2021-07-22   2.2.3:
-------------------
  * speedup `repeat()`, openembedded#136
  * speedup shift operations, openembedded#139
  * optimize slice assignment with negative step, e.g.: `a[::-1] = 1`
  * add tests

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
zhengruoqin authored and kraj committed Aug 3, 2021
1 parent 7f04e5f commit 6482ad9
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"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"

SRC_URI[sha256sum] = "5ed37f0482199de5a3e096405a646ab3f45dd020d234c42539b3c11ea0e2278d"
SRC_URI[sha256sum] = "b5d707d9c4aa75e684e21ff1848b234f3d2ff41d5038db89e2465e5527f90c68"

inherit setuptools3 pypi

Expand Down

0 comments on commit 6482ad9

Please sign in to comment.