All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2
@ 2021-06-14 13:24 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.2:

- support type hinting for all Python 3 versions (that bitarray
  supports, 3.5 and higher currently)
- add explicit endianness to two tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-bitarray_2.1.0.bb => python3-bitarray_2.1.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_2.1.0.bb => python3-bitarray_2.1.2.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
index 12de2c97ae..bc5c86631b 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
@@ -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] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839"
+SRC_URI[sha256sum] = "8745782cb201295963edbd7073072198e001dbe5132718234860b853c901ef66"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-14 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 3/5] python3-pysonos: Upgrade 0.0.50 -> 0.0.51 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 4/5] python3-dill: Upgrade 0.3.3 -> 0.3.4 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 5/5] python3-humanfriendly: Upgrade 9.1 -> 9.2 Leon Anavi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.