14
0
forked from pool/python-rope

Commit Graph

  • 6fcb25d103 Accepting request 1224046 from devel:languages:python main Ana Guerrero 2024-11-14 15:09:29 +00:00
  • 159a81ba6f - Skip failing tests with Python 3.13 (gh#python/cpython#126811) Matej Cepl 2024-11-13 22:27:56 +00:00
  • 268a555bda Accepting request 1140277 from devel:languages:python Ana Guerrero 2024-01-21 22:10:11 +00:00
  • a85b3243a2 - update to 1.12.0: * #733 skip directories with perm error when building autoimport index (@MrBago) * #722, #723 Remove site-packages from packages search tree (@tkrabel) * #738 Implement os.PathLike on Resource (@lieryan) * #739, #736 Ensure autoimport requests uses indexes (@lieryan) * #734, #735 raise exception when extracting the start of a block without the end Dirk Mueller 2024-01-21 11:09:48 +00:00
  • a4f6bbbd1f Accepting request 1135620 from devel:languages:python Dominique Leuenberger 2024-01-03 11:24:06 +00:00
  • 5911b14f23 - update to 1.11.0: * #710, #561 Implement except* syntax * #711 allow building documentation without having rope module installed * #719 Allows the in-memory db to be shared across threads * #720 create one sqlite3.Connection per thread using a thread local * #715 change AutoImport's get_modules to be case sensitive * #708, #709 Add support for Python 3.12 (@lieryan) - Add pytest.ini to collect all tests <Lie Ryan> Dirk Mueller 2023-12-29 09:53:29 +00:00
  • 9373f51b13 Accepting request 1124380 from devel:languages:python Ana Guerrero 2023-11-09 20:35:42 +00:00
  • 75f4963df2 Accepting request 1124314 from home:gcomes.obs Matej Cepl 2023-11-09 09:29:38 +00:00
  • 9bd9541990 Accepting request 1108787 from devel:languages:python Ana Guerrero 2023-09-04 20:53:09 +00:00
  • ede9a880b6 Accepting request 1108766 from home:mschreiner:branches:devel:languages:python Dirk Mueller 2023-09-04 07:45:29 +00:00
  • a6daa5a24a Accepting request 1045852 from devel:languages:python Dominique Leuenberger 2023-01-03 17:00:31 +00:00
  • 55c51fa55f Accepting request 1045827 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-12-30 20:19:29 +00:00
  • 874f3642d1 Accepting request 956183 from devel:languages:python Dominique Leuenberger 2022-02-21 16:46:32 +00:00
  • d70f745739 - 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 Dirk Mueller 2022-02-20 21:04:12 +00:00
  • f8deacd8a5 Accepting request 927544 from devel:languages:python Dominique Leuenberger 2021-10-26 18:14:15 +00:00
  • d4017d992f - Update to 0.21.0: - #392, #316 Handle global keyword when extracting method (@climbus) - context manager: - #387, #433 Implement extract refactoring for code containing async with (@lieryan) - #398, #104 Fix parsing of nested with statement/context manager (@climbus) - list/set/dict/generator comprehension scope issues: - #422 Added scopes for comprehension expressions as part of #293 (@climbus) - #426, #429 Added support for checking scopes by offset as part of #293 (@climbus) - #293, #430 Fix renaming global var affects list comprehension (@climbus) - #395, #315 Reuse of variable in comprehensions confuses method extraction (@climbus) - #436 Fix error TypeError: 'PyDefinedObject' object is not subscriptable (@lieryan) - f-string: - #303, #420 Fix inlining into f-string containing quote characters (@lieryan) - inline assignment/walrus operator: - #423 Fix AttributeError: '_ExpressionVisitor' object has no attribute 'defineds' (@lieryan) - #391, #376 Fix improper replacement when extracting attribute access expression with similar=True (@climbus) - #396 Fix improper replacement when extracting index access expression with similar=True (@lieryan) - #434 Move read() to FileSystemCommands Matej Cepl 2021-10-26 13:46:33 +00:00
  • 5b07e73d0a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=50 Matej Cepl 2021-10-26 13:43:04 +00:00
  • 1f4c1ed193 Accepting request 925164 from devel:languages:python Dominique Leuenberger 2021-10-18 19:58:42 +00:00
  • ba1dc6b3fd Accepting request 923346 from devel:languages:python Dominique Leuenberger 2021-10-06 17:49:47 +00:00
  • 0c5db721aa Fix typo Matej Cepl 2021-10-05 19:56:28 +00:00
  • 8884e9cb4a - Update to 0.20.0: - Under the new management: @lieryan kindly decided to take over the maintaining 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 Matej Cepl 2021-10-05 19:55:31 +00:00
  • aeb1bcbf58 Accepting request 886499 from devel:languages:python Dominique Leuenberger 2021-04-19 19:05:50 +00:00
  • 0575bfbe42 Fix changes Matej Cepl 2021-04-18 20:57:26 +00:00
  • 5f89dceca3 - Update to 0.19.0: - fixes #337 - Fix AttributeError lineno - Python 3.9 ast changes - create_generate with goal_resource param - Fix relative import offset calculation - Fix missinge lineno attribute for AssignedName ast node - Added _NamedExpr into patchedast.py - Add support for the walrus operator. - fix test case name for test_ann_assign_node_without_target - Returned _AnnAssign and checked for support assignment without value - fixed version restriction in tests for NamedExpr - Removed AnnAssign, added NeamedExpr, testa are made - Added _AnnAsign into patchedast.py - Extract augmented assignment - Fix handling of dict rename in Python 2.x - Improve handling of generalized dict unpacking during dict rename - Add expected failure test for comprehension variable scopes - Implement basic scoping and rename for set and dict comprehension - Visit subexpressions of comprehensions to collect names for scopes - Implement rename of inline assignment expression - Implement basic scoping and renaming of list and generator comprehension loop variables - Implement f-string extract refactoring - Refactor consume_joined_string and also fix missing ast.JoinedStr/FormattedValue in older python - Fix some f-string corner cases - Implement PEP-448 generalized dict-unpacking Matej Cepl 2021-04-18 20:57:00 +00:00
  • 076f8a1135 Accepting request 885884 from devel:languages:python Dominique Leuenberger 2021-04-16 22:01:43 +00:00
  • 6ef6c42cd1 Accepting request 885758 from home:bnavigator:branches:devel:languages:python Markéta Machová 2021-04-16 08:34:04 +00:00
  • 1622da7752 Accepting request 842555 from devel:languages:python Dominique Leuenberger 2020-10-20 14:10:29 +00:00
  • 7610bbfa19 - Update to 0.18.0: - Fix Worder.get_primary_at for names that start like keywords. <Rob Kelly> - Add guess_def_lineno() to get actual function/class definition line number <Lie Ryan> - Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False to be unequal <Lie Ryan> - Compatibility with Python 3.8 - Add pytest.ini to collect all tests <Lie Ryan> Matej Cepl 2020-10-19 11:33:17 +00:00
  • b3debf3eb8 Accepting request 800812 from devel:languages:python Dominique Leuenberger 2020-05-07 12:54:55 +00:00
  • e080f55f2c Fix changes Matej Cepl 2020-05-06 17:07:57 +00:00
  • 939922bdfe Don't skip tests Matej Cepl 2020-05-05 16:34:28 +00:00
  • bfd35b01f7 - Update to 0.17.0: - Make tests compatible with Python 3.8 - Use context manager for open() - Don’t use UserDict (!!!) and collections.MutableMapping. - assertEquals has been deprecated for long time (-> assertEqual) - Remove weird escpaing of 's' character, which is the syntax error these days. - Add testing for Python 3.8 as well - Fix pattern for matching short strings - Work with deprecated types and using aliased ones. - Don't use underscored _ast, but use ast instead - Direct import from collections is getting deprecated. - Use .is_alive method instead of a deprecated .isAlive in threading.Thread - Fix simple typo: sitaution -> situation (#287) - Two more assertEquals happened. - Remove all patches, which were now included in the upstream tarball. Matej Cepl 2020-05-05 16:31:46 +00:00
  • 8ae4adfb60 Accepting request 783265 from devel:languages:python Dominique Leuenberger 2020-03-10 10:55:09 +00:00
  • dcbe97ef6d - Add assertEquals.patch, obsolete_escape_strings.patch, and Python38-compatibility.patch to deal with various deprecated warnings. - Switch off three tests to make the test suite pass under Python 3.8. Matej Cepl 2020-03-09 09:55:16 +00:00
  • f7a9e301af Accepting request 781837 from devel:languages:python Dominique Leuenberger 2020-03-05 22:24:03 +00:00
  • 47f90583fe - update to 0.16.0 * new minor relase with bugfixes. Ondřej Súkup 2020-03-05 12:23:12 +00:00
  • e2a71c4257 Accepting request 764326 from devel:languages:python Dominique Leuenberger 2020-01-14 20:12:08 +00:00
  • b2c0504955 - Add isAlive_failed_test.patch as a fix for gh#python-rope/rope#283 Matej Cepl 2020-01-14 14:30:43 +00:00
  • 24abcf920d Accepting request 760393 from devel:languages:python Dominique Leuenberger 2020-01-02 13:44:15 +00:00
  • f9d66b9479 - Run the pytest call only once Tomáš Chvátal 2020-01-02 10:24:08 +00:00
  • 013ce68e0c Use %pytest macro Matej Cepl 2019-12-18 15:34:17 +00:00
  • 85fd5e4cf7 Accepting request 687823 from devel:languages:python Dominique Leuenberger 2019-03-26 21:32:26 +00:00
  • e74b2e8ec4 Accepting request 687822 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-03-22 23:23:02 +00:00
  • e0dba6a9fc Accepting request 682417 from devel:languages:python Stephan Kulow 2019-03-10 08:33:50 +00:00
  • bca0f63d2d - Fix expansion of test removal Tomáš Chvátal 2019-03-07 11:16:55 +00:00
  • 5463e07ca2 Accepting request 673302 from devel:languages:python Dominique Leuenberger 2019-02-13 09:01:09 +00:00
  • d046fb1648 Accepting request 673301 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-02-11 11:27:49 +00:00
  • e1ab6e1ff9 Accepting request 666513 from devel:languages:python Stephan Kulow 2019-02-04 13:24:08 +00:00
  • 377d7e60f6 Workaround gh#python-rope/rope#247 (some tests fail on Python 3.7) Matej Cepl 2019-01-16 16:42:51 +00:00
  • 219b46ac2a Accepting request 632148 from devel:languages:python Dominique Leuenberger 2018-08-31 08:46:26 +00:00
  • a89e9175db - Fix buildrequires to not require devel - Run tests without conditional Tomáš Chvátal 2018-08-29 11:53:17 +00:00
  • d17b6ed574 Accepting request 628350 from devel:languages:python Dominique Leuenberger 2018-08-17 22:00:47 +00:00
  • 7f273c8f79 update to 0.11.0 + Upstream provides no changelog Remove patch CVE-2014-3539-disable-doa.patch (included upstream) Matej Cepl 2018-08-09 07:56:32 +00:00
  • 6aaf4c54d6 Accepting request 519182 from devel:languages:python Dominique Leuenberger 2017-08-29 09:46:17 +00:00
  • 5424c3b657 Accepting request 519181 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-08-28 16:31:23 +00:00
  • 59691e0919 Accepting request 513727 from devel:languages:python Dominique Leuenberger 2017-08-16 14:11:32 +00:00
  • f8468fbeeb Accepting request 511881 from home:sebix:branches:devel:languages:python Todd R 2017-08-01 15:52:31 +00:00
  • 25b850f431 Accepting request 316568 from devel:languages:python Stephan Kulow 2015-08-05 04:49:45 +00:00
  • ef42b88e93 Accepting request 316561 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-07-14 07:45:22 +00:00
  • 1ce3fb3577 Accepting request 287325 from devel:languages:python Dominique Leuenberger 2015-02-24 12:02:31 +00:00
  • 3a9ae18b4c Accepting request 287324 from home:matejcik:branches:devel:languages:python Jan Matejek 2015-02-23 13:41:39 +00:00
  • c645dd270f Accepting request 123788 from devel:languages:python Stephan Kulow 2012-06-07 13:39:44 +00:00
  • 17dc61a9d9 - Update to version 0.9.4: + Upstream provides no changelog Sascha Peilicke 2012-06-06 11:08:29 +00:00
  • 41cc165e59 Accepting request 108725 from devel:languages:python Stephan Kulow 2012-03-16 12:23:41 +00:00
  • 081bc646e6 - Spec file cleanup Sascha Peilicke 2012-01-31 10:37:34 +00:00
  • 961b017b37 Accepting request 95444 from home:TheBlackCat:branches:devel:languages:python Sascha Peilicke 2011-12-06 09:36:50 +00:00
  • 15c9b009af Accepting request 59118 from home:saschpe:branches:devel:languages:python Sascha Peilicke 2011-01-26 17:14:13 +00:00
  • c798518681 Copy from home:frispete:branches:devel:languages:python/python-rope via accept of submit request 17397 Request was accepted with message: Stephan Kulow 2009-08-27 13:23:09 +00:00