All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16
@ 2021-02-23 15:22 Leon Anavi
  2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.16:

- Added ScrollablePane: a scrollable layout container.
  This allows applications to build a layout, larger than the
  terminal, with a vertical scroll bar. The vertical scrolling
  will be done automatically when certain widgets receive the
  focus.
- Added DeduplicateCompleter and ConditionalCompleter.
- Added deduplicate argument to merge_completers.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
index e5ad069d3c..2a377d6e64 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "7e966747c18ececaec785699626b771c1ba8344c8d31759a1915d6b12fad6525"
+SRC_URI[sha256sum] = "0fa02fa80363844a4ab4b8d6891f62dd0645ba672723130423ca4037b80c1974"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-02-24 14:47 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
2021-02-24 14:41   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812 Leon Anavi
2021-02-24 14:42   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1 Leon Anavi
2021-02-24 14:44   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0 Leon Anavi
2021-02-24 14:45   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1 Leon Anavi
2021-02-24 14:46   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-24 14:41 ` [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Trevor Gamblin

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.