14
0
forked from pool/python-jedi

- Update to version 0.17.1

* Django ``Model`` meta class support
  * Django Manager support (completion on Managers/QuerySets)
  * Added Django Stubs to Jedi, thanks to all contributors of the
    `Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
  * Added ``SyntaxError.get_message``
  * Python 3.9 support
  * Bugfixes (mostly towards Generics)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=70
This commit is contained in:
2020-06-20 12:15:15 +00:00
committed by Git OBS Bridge
parent 744e05d8a0
commit 199417d4ad
5 changed files with 16 additions and 29 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 20 12:06:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.17.1
* Django ``Model`` meta class support
* Django Manager support (completion on Managers/QuerySets)
* Added Django Stubs to Jedi, thanks to all contributors of the
`Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
* Added ``SyntaxError.get_message``
* Python 3.9 support
* Bugfixes (mostly towards Generics)
-------------------------------------------------------------------
Sun May 24 08:30:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>