From 1d5176a913ee6815784195c39647ef51f58776e57a8116a0f46c43c31b9a4abb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Oct 2023 16:06:46 +0000 Subject: [PATCH] - update to 23.10.1: * Maintanence release to get a fix out for GitHub Action edge case (#3957) * Fix merging implicit multiline strings that have inline comments (#3956) * Allow empty first line after block open before a comment or compound statement (#3967) * Fix comments getting removed from inside parenthesized strings (#3909) * Fix long lines with power operators getting split before the line length (#3942) * Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (#3899) * Magic trailing commas are now respected in return types. * Require one empty line after module-level docstrings. (#3932) * Treat raw triple-quoted strings as docstrings (#3947) * Fix bug where attributes named `type` were not accepted inside `match` statements * Add support for PEP 695 type aliases containing lambdas and other unusual expressions * Black no longer attempts to provide special errors for attempting to format Python 2 code (#3933) * Black will more consistently print stacktraces on internal errors in verbose mode OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=50 --- black-23.10.1.tar.gz | 3 +++ black-23.9.1.tar.gz | 3 --- python-black.changes | 28 ++++++++++++++++++++++++++++ python-black.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 black-23.10.1.tar.gz delete mode 100644 black-23.9.1.tar.gz diff --git a/black-23.10.1.tar.gz b/black-23.10.1.tar.gz new file mode 100644 index 0000000..968ed1d --- /dev/null +++ b/black-23.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258 +size 597307 diff --git a/black-23.9.1.tar.gz b/black-23.9.1.tar.gz deleted file mode 100644 index 0435f43..0000000 --- a/black-23.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d -size 589529 diff --git a/python-black.changes b/python-black.changes index d0cb50a..0b05f61 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Oct 24 16:05:14 UTC 2023 - Dirk Müller + +- update to 23.10.1: + * Maintanence release to get a fix out for GitHub Action edge + case (#3957) + * Fix merging implicit multiline strings that have inline + comments (#3956) + * Allow empty first line after block open before a comment or + compound statement (#3967) + * Fix comments getting removed from inside parenthesized + strings (#3909) + * Fix long lines with power operators getting split before the + line length (#3942) + * Long type hints are now wrapped in parentheses and properly + indented when split across multiple lines (#3899) + * Magic trailing commas are now respected in return types. + * Require one empty line after module-level docstrings. (#3932) + * Treat raw triple-quoted strings as docstrings (#3947) + * Fix bug where attributes named `type` were not accepted + inside `match` statements + * Add support for PEP 695 type aliases containing lambdas and + other unusual expressions + * Black no longer attempts to provide special errors for + attempting to format Python 2 code (#3933) + * Black will more consistently print stacktraces on internal + errors in verbose mode + ------------------------------------------------------------------- Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller diff --git a/python-black.spec b/python-black.spec index 6913733..13be048 100644 --- a/python-black.spec +++ b/python-black.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-black -Version: 23.9.1 +Version: 23.10.1 Release: 0 Summary: A code formatter written in, and written for Python License: MIT