15
0

- update to 1.5.7:

* python 3.9
  * disallow 0 for indent-size option 
  * exit code is 99 when error occured cli option parsing
  * exit code correctly on permission denied failure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=49
This commit is contained in:
2021-05-11 21:17:46 +00:00
committed by Git OBS Bridge
parent 7a9d337c94
commit ea6eae122f
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 11 21:16:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.7:
* python 3.9
* disallow 0 for indent-size option
* exit code is 99 when error occured cli option parsing
* exit code correctly on permission denied failure
-------------------------------------------------------------------
Mon Apr 5 00:52:52 UTC 2021 - Arun Persaud <arun@gmx.de>