15
0
forked from pool/python-rope

- update to 0.22.0:

* #443 Implement `yield from` syntax support to patchedast.py
  * #445, #446 Improve empty tuple and handling of parentheses
  around tuple
  * #270, #432 Fix rename import statement with dots and as keyword

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=52
This commit is contained in:
2022-02-20 21:04:12 +00:00
committed by Git OBS Bridge
parent d4017d992f
commit d70f745739
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 20 21:01:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0:
* #443 Implement `yield from` syntax support to patchedast.py
* #445, #446 Improve empty tuple and handling of parentheses
around tuple
* #270, #432 Fix rename import statement with dots and as keyword
-------------------------------------------------------------------
Tue Oct 26 13:44:20 UTC 2021 - Matej Cepl <mcepl@suse.com>