All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 3/5] python3-isort: Upgrade 4.3.21 -> 5.1.0
Date: Wed, 15 Jul 2020 18:24:48 +0300	[thread overview]
Message-ID: <20200715152450.29018-3-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200715152450.29018-1-leon.anavi@konsulko.com>

Upgrade to release 5.1.0:

- isort now throws an exception if an invalid settings path is
  given (issue #1174).
- Implemented support for automatic redundant alias removal
  (issue #1281).
- Implemented experimental support for floating all imports to
  the top of a file (issue #1228)
- Fixed #1178: support for semicolons in decorators.
- Fixed #1315: Extra newline before comment with -n + --fss.
- Fixed #1192: -k or --keep-direct-and-as-imports option has been
  deprecated as it is now always on.

For more details and breaking changes with release 5:
https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-isort_4.3.21.bb => python3-isort_5.1.0.bb}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-isort_4.3.21.bb => python3-isort_5.1.0.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-isort_4.3.21.bb b/meta-python/recipes-devtools/python/python3-isort_5.1.0.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-isort_4.3.21.bb
rename to meta-python/recipes-devtools/python/python3-isort_5.1.0.bb
index e0b21ab55..a57b22361 100644
--- a/meta-python/recipes-devtools/python/python3-isort_4.3.21.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_5.1.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "A Python utility / library to sort Python imports."
 HOMEPAGE = "https://pypi.python.org/pypi/isort"
 LICENSE = "MIT"
 SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "05d66f2eb7ce2c2d702e86bac24bf9e4"
-SRC_URI[sha256sum] = "54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"
+SRC_URI[md5sum] = "9e47f58de573c3fab674a70f0512e9f7"
+SRC_URI[sha256sum] = "b19b7ebce5e292507afa8fab30dd666011dd5ae8f4ef2a2d431751dc84c22140"
 
 inherit pypi setuptools3
 
-- 
2.17.1


  parent reply	other threads:[~2020-07-15 15:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 15:24 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.1.0 -> 5.1.1 Leon Anavi
2020-07-15 15:24 ` [meta-python][PATCH 2/5] python3-psutil: Upgrade 5.7.0 -> 5.7.2 Leon Anavi
2020-07-16 18:03   ` [oe] " Trevor Gamblin
2020-07-15 15:24 ` Leon Anavi [this message]
2020-07-16 18:03   ` [oe] [meta-python][PATCH 3/5] python3-isort: Upgrade 4.3.21 -> 5.1.0 Trevor Gamblin
2020-07-15 15:24 ` [meta-python][PATCH 4/5] python3-netaddr: Upgrade 0.7.20 -> 0.8.0 Leon Anavi
2020-07-16 18:04   ` [oe] " Trevor Gamblin
2020-07-15 15:24 ` [meta-python][PATCH 5/5] python3-bitarray: Upgrade 1.2.2 -> 1.4.1 Leon Anavi
2020-07-16 18:04   ` [oe] " Trevor Gamblin
2020-07-16 18:03 ` [oe] [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.1.0 -> 5.1.1 Trevor Gamblin

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=20200715152450.29018-3-leon.anavi@konsulko.com \
    --to=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.