From 36df077879a3116ca1fbf9a16fab2b0b4f2c5346 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 14 Dec 2023 16:58:21 +0800 Subject: python3-isort: upgrade 5.12.0 -> 5.13.1 Changelog: ============ -Fixed integration tests -Fixed normalizing imports from more than one level of parent modules -Remove optional dependencies without extras -Cleanup deprecated extras -Fixed #1989: settings lookup when working in stream based mode -Fixed 80 line length for wemake linter -Add support for Python 3.12 75 -Fixed: add newest version to pre-commit docs -Fixed assertions in test_git_hook -Removed check for include_trailing_comma for the Hanging Indent wrap mode -Use the standard library tomllib on sufficiently new python -Update pre-commit.md version number -doc: Update black_compatibility.md -Fixed safety sept 2023 -docs: fix black profile documentation -Fixed typo: indended -> indented -Docs(configuration/options.md): fix missing trailing spaces for hard linebreak -Update pre-commit.md -chore: move configurations to pyproject.toml -Fixed typo in README -Update version in pre-commit setup to avoid installation issue with poetry -Skip .pytype directory by default. -Fixed a tip block styling in the Config Files section -Do not cache configuration files -Derive settings_path from --filename -Fixed year of version 5.12.0 in CHANGELOG.md Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-isort_5.12.0.bb | 22 ---------------------- .../python/python3-isort_5.13.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-isort_5.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-isort_5.13.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb deleted file mode 100644 index d111393eaf..0000000000 --- a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -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=6;endline=6;md5=8227180126797a0148f94f483f3e1489" - -SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504" - -inherit pypi python_poetry_core - -RDEPENDS:${PN} += " \ - python3-compression \ - python3-datetime \ - python3-difflib \ - python3-email \ - python3-numbers \ - python3-pprint \ - python3-profile \ - python3-shell \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-isort_5.13.1.bb b/meta-python/recipes-devtools/python/python3-isort_5.13.1.bb new file mode 100644 index 0000000000..f8deaae08f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_5.13.1.bb @@ -0,0 +1,22 @@ +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=6;endline=6;md5=8227180126797a0148f94f483f3e1489" + +SRC_URI[sha256sum] = "aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-datetime \ + python3-difflib \ + python3-email \ + python3-numbers \ + python3-pprint \ + python3-profile \ + python3-shell \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf