All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16
Date: Wed, 24 Feb 2021 09:41:43 -0500	[thread overview]
Message-ID: <84ff6305-e4d9-3e58-c43c-fffab94612b0@windriver.com> (raw)
In-Reply-To: <20210223152219.32129-1-leon.anavi@konsulko.com>

[-- Attachment #1: Type: text/plain, Size: 1885 bytes --]


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> 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>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.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
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2850 bytes --]

      parent reply	other threads:[~2021-02-24 14:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Trevor Gamblin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84ff6305-e4d9-3e58-c43c-fffab94612b0@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.