From 1f4c1ed19321ae8354ba3c068db28277279c59159c65ede118887bd43ac8b222 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 18 Oct 2021 19:58:42 +0000 Subject: [PATCH] Accepting request 925164 from devel:languages:python Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/925164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rope?expand=0&rev=26 --- python-rope.changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/python-rope.changes b/python-rope.changes index 5ecd724..16d4f21 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -19,6 +19,27 @@ Tue Oct 5 19:48:56 UTC 2021 - Matej Cepl - #380 Fix list of variables that are returned and/or turned into argument when extracting method in a loop +------------------------------------------------------------------- +Tue Oct 5 19:48:56 UTC 2021 - Matej Cepl + +- Update to 0.20.0: + - Under the new management: @lieryan kindly decided to take + over the maintaining of the package. + - #377 Added the ability to extract method to + @staticmethod/@classmethod (@climbus) + - #374 Changed Organize import to keep variables listed in + `__all__` + - Change default .ropeproject/config.py to ignore code in + folders named .venv and venv (@0x1e02) + - #372 Add extract method refactoring of code containing `exec` + (@ceridwen) + - #389 Add extract method refactoring of code containing `async + def`, `async for`, and `await` + - #365, #386 Support extract method of expressions containing + inline assignment (walrus operator) + - #380 Fix list of variables that are returned and/or turned + into argument when extracting method in a loop + ------------------------------------------------------------------- Sun Apr 18 20:56:15 UTC 2021 - Matej Cepl @@ -217,3 +238,4 @@ Wed Aug 5 16:03:28 CEST 2009 - hpj@urpla.net - Initial creation of package python-rope-0.9.2 ------------------------------------------------------------------- +Wed Aug 5 16:03:28 CEST 2009 -