From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../python/{python3-isort_5.12.0.bb => python3-isort_5.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-isort_5.12.0.bb => python3-isort_5.13.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.13.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-isort_5.12.0.bb rename to meta-python/recipes-devtools/python/python3-isort_5.13.1.bb index d111393ea..f8deaae08 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.13.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504" +SRC_URI[sha256sum] = "aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263" inherit pypi python_poetry_core -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107440): https://lists.openembedded.org/g/openembedded-devel/message/107440 Mute This Topic: https://lists.openembedded.org/mt/103166845/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
