14
0
forked from pool/python-black

Accepting request 1120053 from devel:languages:python

- 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/request/show/1120053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-black?expand=0&rev=22
This commit is contained in:
2023-10-25 16:02:41 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 4 deletions

3
black-23.10.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258
size 597307

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Oct 24 16:05:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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