diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-15 10:47:24 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-17 12:04:57 -0700 | 
| commit | c7677154966e5386f7f7316569cd75960f75bdef (patch) | |
| tree | 086140cf07e0a9a4e8ddc371022c0640436d7def | |
| parent | a745940c82fc92f6475aef0bfda2191b36603d18 (diff) | |
| download | meta-openembedded-c7677154966e5386f7f7316569cd75960f75bdef.tar.gz | |
python3-bitarray: Upgrade 1.7.0 -> 1.7.1
Upgrade to release 1.7.1:
- raise TypeError when incorrect index is used during assignment,
  e.g. `a[1.5] = 1`
- raise TypeError (not IndexError) when assigning slice to
  incorrect type, e.g. `a[1:4] = 1.2`
- improve some docstrings and tests
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb index c91b7443ef..f859283ab2 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" | |||
| 3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" | 
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e31b472ac92e04ea943723cf781ec168e15049d91a3052203defb81652d2b086" | 6 | SRC_URI[sha256sum] = "e4de977d708b7024760266d827b8285e4405dce4293f25508c4556970139018a" | 
| 7 | 7 | ||
| 8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi | 
| 9 | 9 | ||
