Revisions of python-jedi

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 782093 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 20)
- add typing.patch - fix test_sys_getwindowsversion with new parso
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 769953 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 19)
- update to 0.16.0
- add delete.patch
 * Added Script.get_context to get information where you currently are.
 * Completions/type inference of Pytest fixtures.
 * Tensorflow, Numpy and Pandas completions should now be about 4-10x faster after the first time they are used.
 * Dict key completions are working now. e.g. d = {1000: 3}; d[10 will expand to 1000.
 * Completion for “proxies” works now. These are classes that have a __getattr__(self, name) method that does a return getattr(x, name). after loading them initially.
 * Goto on a function/attribute in a class now goes to the definition in its super class.
 * Big Script API Changes:
   + The line and column parameters of jedi.Script are now deprecated
   + completions deprecated, use complete instead
   + goto_assignments deprecated, use goto instead
   + goto_definitions deprecated, use infer instead
   + call_signatures deprecated, use get_signatures instead
   + usages deprecated, use get_references instead
   + jedi.names deprecated, use jedi.Script(...).get_names()
 * BaseDefinition.goto_assignments renamed to BaseDefinition.goto
 * Add follow_imports to Definition.goto. Now its signature matches Script.goto.
 * Python 2 support deprecated. For this release it is best effort. Python 2 has reached the end of its life and now it’s just about a smooth transition. Bugs for Python 2 will not be fixed anymore and a third of the tests are already skipped.
 * Removed settings.no_completion_duplicates. It wasn’t tested and nobody was probably using it anyway.
 * Removed settings.use_filesystem_cache and settings.additional_dynamic_modules, they have no usage anymore. Pretty much nobody was probably using them.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 759790 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 18)
- update to 0.15.2
- skip tests based on bundled typeshed
- refreshed unbundle.patch
 * Call signatures are now detected a lot better
 * Add fuzzy completions with Script(...).completions(fuzzy=True)
 * Files bigger than one MB (about 20kLOC) get cropped to avoid
    getting stuck completely.
 * A big refactoring around contexts/values
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 750559 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
- So, this is completely boring, non-offensive changelog record,
  which says, that I have also add previously missing skip over
  test_compiled_signature test case, because of
  gh#davidhalter/jedi#1429
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 742710 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 730454 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
- Skip another time based test test_os_path_join

- Skip flaky test test_static_analysis
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 715640 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 13)
- update to 0.14.1
 * CallSignature.index should now be working a lot better
 * A couple of smaller bugfixes

- update to 0.14.0
- enable tests
- add unbundle.patch
 * Added goto_*(prefer_stubs=True) as well as goto_*(prefer_stubs=True)
 * Stubs are used now for type inference
 * Typeshed is used for better type inference
 * Reworked Definition.full_name, should have more correct return values
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 706299 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
- Disable tests as it is not working at all on python 3.7

- Do not bother condition for typing, on 3.7+ it is provided by base

- Update to 0.13.3:
  * Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870

- Fix the typing dependency
- Really run the tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 540499 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 7)
- fix requires (forwarded request 540498 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 493067 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 5)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 2)
Split 13.2 from Factory
Ludwig Nussel's avatar Ludwig Nussel (lnussel) accepted request 244551 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
jedi is a python autocompleter compatible with a wide variety of text editors, including vim, emacs, and kate.
Displaying revisions 21 - 40 of 40
openSUSE Build Service is sponsored by