14
0
forked from pool/python-yapf

- update to 0.40.1:

* Corrected bad distribution v0.40.0 package.
  * Support for Python 3.11
  * Add the `--print-modified` flag to print out file names of
    modified files when running in in-place mode.
  * Replace the outdated and no-longer-supported lib2to3 with a
    fork of blib2to3
  * Support for Python versions < 3.7 are no longer supported.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=27
This commit is contained in:
2023-09-07 11:15:55 +00:00
committed by Git OBS Bridge
parent 04d92759e2
commit 4f841e73f8
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 7 11:12:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.40.1:
* Corrected bad distribution v0.40.0 package.
* Support for Python 3.11
* Add the `--print-modified` flag to print out file names of
modified files when running in in-place mode.
* Replace the outdated and no-longer-supported lib2to3 with a
fork of blib2to3
* Support for Python versions < 3.7 are no longer supported.
-------------------------------------------------------------------
Thu May 4 19:56:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -123,7 +135,7 @@ Wed Aug 29 11:37:58 UTC 2018 - tchvatal@suse.com
- Version update to 0.23.0:
* Many changes to behaviour based on CHANGELOG
* Add various documents/license to distributed tarball
-------------------------------------------------------------------
Sun Mar 4 11:06:23 UTC 2018 - jengelh@inai.de