14
0
forked from pool/python-jedi

Accepting request 641336 from home:TheBlackCat:branches:devel:languages:python

- update to version 0.13.1
  * Bugfixes, because tensorflow completions were still slow.
- update to version 0.13.0
  * A small release. Some bug fixes.
  * Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
    foundation.
  * Default environments are now using the same Python version as the Python
    process. In 0.12.x, we used to load the latest Python version on the system.
  * Added ``include_builtins`` as a parameter to usages.
  * ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
    changes the previous behavior slightly.
- Remove test_requrements.patch, no longer needed

OBS-URL: https://build.opensuse.org/request/show/641336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=27
This commit is contained in:
Todd R
2018-10-11 18:57:23 +00:00
committed by Git OBS Bridge
parent f0261543b2
commit 02f57e9ee0
5 changed files with 20 additions and 20 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 11 18:46:48 UTC 2018 - Todd R <toddrme2178@gmail.com>
- update to version 0.13.1
* Bugfixes, because tensorflow completions were still slow.
- update to version 0.13.0
* A small release. Some bug fixes.
* Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
foundation.
* Default environments are now using the same Python version as the Python
process. In 0.12.x, we used to load the latest Python version on the system.
* Added ``include_builtins`` as a parameter to usages.
* ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
changes the previous behavior slightly.
- Remove test_requrements.patch, no longer needed
-------------------------------------------------------------------
Mon Jul 2 01:09:29 UTC 2018 - arun@gmx.de