14
0
forked from pool/python-libcst

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

- Update to version 0.3.16
  Added
  * Support PEP-604 style unions in decorator annotations #429
  * Gathering exports in augmented assignment statements #426
  Fixed
  * Don't allow out of order accesses in the global scope #431
  * Handle scope ordering in For statements #430
  * Fix for not parsing subscripts such as cast()["from"] #428
  * Walrus operator's left hand side now has STORE expression 
    context #433
- Changes in 0.3.15
  Added
  * Support Named Unicode Characters and yield in f-strings #424
  Fixed
  * Assignment/access ordering in comprehensions #423
  * Referencing of remaining objects in cast() #422 
- refresh skip_failing_test.patch

OBS-URL: https://build.opensuse.org/request/show/860001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=10
This commit is contained in:
2021-01-03 22:55:21 +00:00
committed by Git OBS Bridge
parent 38688d5028
commit d7f17cf2e5
5 changed files with 37 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-libcst%{psuffix}
Version: 0.3.14
Version: 0.3.16
Release: 0
Summary: Python 3.5+ concrete syntax tree with AST-like properties
License: MIT