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 1/3] python3-isort: Upgrade 5.4.2 -> 5.5.0
Date: Wed, 9 Sep 2020 14:25:41 -0400	[thread overview]
Message-ID: <d56426f9-5911-e074-6f4c-83ba5ba5e069@windriver.com> (raw)
In-Reply-To: <20200903133520.19437-1-leon.anavi@konsulko.com>

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


On 9/3/20 9:35 AM, Leon Anavi wrote:
> - Fixed: isort: off comment doesn't work, if it's the top comment
>    in the file.
> - Fixed: reverse_relative setting doesn't have any effect when
>    combined with force_sort_within_sections.
> - Fixed: --skip can error in the case of projects that contain
>    recursive symlinks.
> - Fixed: ensure_newline_before_comments doesn't work if comment is
>    at top of section and sections don't have lines between them.
> - Fixed: comments in imports with ";" can keep isort from
>    recognizing import line.
> - Fixed: As imports removed when combine_star is set.
> - Fixed: --float-to-top has no effect if no import is already at
>    the top.
> - Fixed: isort never settles on module docstring + add import.
> - Fixed: Error raised when repo contains circular symlinks.
> - Fixed: noqa comment is moved from star import to constant
>    import.
> - Fixed: Incorrect placement of import additions.
> - Fixed: isort5 throws error when stdin used on Windows with
>    deprecated args.
> - Added support for specifying config file when using git hook.
> - Added support for coloring diff output.
> - New multi-line grid mode without parentheses.
> - Extensive profile testing.
> - Proprety based testing applied to code snippets.
> - Create automated integration test that includes full code base
>    of largest OpenSource isort users.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-isort_5.4.2.bb => python3-isort_5.5.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-isort_5.4.2.bb => python3-isort_5.5.0.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-isort_5.4.2.bb b/meta-python/recipes-devtools/python/python3-isort_5.5.0.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-isort_5.4.2.bb
> rename to meta-python/recipes-devtools/python/python3-isort_5.5.0.bb
> index 6b1cee40d..ee13d76e5 100644
> --- a/meta-python/recipes-devtools/python/python3-isort_5.4.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-isort_5.5.0.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   SECTION = "devel/python"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
>   
> -SRC_URI[md5sum] = "59592b6e14beba48149d651e900e3815"
> -SRC_URI[sha256sum] = "d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8"
> +SRC_URI[md5sum] = "9560df531409e67ac8796e98ffcb6124"
> +SRC_URI[sha256sum] = "0906e0e7092e060c05de709ad172e1ec1b26aa27fdd4e8093f257890cd881d18"
>   
>   inherit pypi setuptools3
>   
>
> 

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

      parent reply	other threads:[~2020-09-09 18:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 13:35 [meta-python][PATCH 1/3] python3-isort: Upgrade 5.4.2 -> 5.5.0 Leon Anavi
2020-09-03 13:35 ` [meta-python][PATCH 2/3] python3-traitlets: 5.0.0 -> 5.0.2 Leon Anavi
2020-09-09 18:25   ` [oe] " Trevor Gamblin
2020-09-03 13:35 ` [meta-python][PATCH 3/3] python3-sentry-sdk: Upgrade 0.17.2 -> 0.17.3 Leon Anavi
2020-09-09 18:26   ` [oe] " Trevor Gamblin
2020-09-09 18:25 ` 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=d56426f9-5911-e074-6f4c-83ba5ba5e069@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.