14
0
forked from pool/python-libcst

Accepting request 880421 from home:bnavigator:branches:devel:languages:python

- Update ot 0.3.17
  Updated
  * Optimization: reduce the number of unused parallel processes 
    #440
  Fixed
  * Walrus operator's left hand side now has STORE expression
    context #443
  * ApplyTypeAnnotationsVisitor applies parameter annotations even
    if no return type is declared #445
  * Work around Windows problem by using dummy pool for jobs=1 #436
  * Remove extra unused imports added in other files #453

OBS-URL: https://build.opensuse.org/request/show/880421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=12
This commit is contained in:
2021-03-22 22:13:01 +00:00
committed by Git OBS Bridge
parent d7f17cf2e5
commit 3bfa6f7419
4 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 21 15:05:59 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update ot 0.3.17
Updated
* Optimization: reduce the number of unused parallel processes
#440
Fixed
* Walrus operator's left hand side now has STORE expression
context #443
* ApplyTypeAnnotationsVisitor applies parameter annotations even
if no return type is declared #445
* Work around Windows problem by using dummy pool for jobs=1 #436
* Remove extra unused imports added in other files #453
-------------------------------------------------------------------
Sun Jan 3 21:02:37 UTC 2021 - Benjamin Greiner <code@bnavigator.de>