Commit Graph

35 Commits

Author SHA256 Message Date
Dominique Leuenberger
14fd547058 Accepting request 706299 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/706299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=12
2019-06-18 12:44:15 +00:00
Tomáš Chvátal
6d343e92c7 - Disable tests as it is not working at all on python 3.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=36
2019-05-29 12:51:31 +00:00
Tomáš Chvátal
46c102e604 - Do not bother condition for typing, on 3.7+ it is provided by base
* Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=35
2019-03-26 10:49:10 +00:00
Tomáš Chvátal
a4afab3968 - Update to 0.13.3:
* Fixed an issue with embedded Pytho, see https://github.com/davidhalter/jedi-vim/issues/870

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=34
2019-03-02 15:16:00 +00:00
Tomáš Chvátal
732ced3883 - Fix the typing dependency
- Really run the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=31
2019-02-14 12:07:37 +00:00
Dominique Leuenberger
1932b7c809 Accepting request 663291 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=11
2019-01-08 11:29:02 +00:00
Tomáš Chvátal
86b13418c7 Accepting request 663217 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/663217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=29
2019-01-07 08:50:46 +00:00
Dominique Leuenberger
af55793773 Accepting request 641337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/641337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=10
2018-10-15 08:48:53 +00:00
Todd R
02f57e9ee0 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
2018-10-11 18:57:23 +00:00
Dominique Leuenberger
1986d1e962 Accepting request 622028 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=9
2018-07-14 18:24:11 +00:00
f0261543b2 Accepting request 621488 from home:apersaud:branches:devel:languages:python
- specfile:
  * require parso >= 0.3.0
  * remove python-devel requirement
- update to version 0.12.1:
  * This release forces you to upgrade parso. If you don't, nothing
    will work anymore. Otherwise changes should be limited to bug
    fixes. Unfortunately Jedi still uses a few internals of parso that
    make it hard to keep compatibility over multiple releases. Parso
    >=0.3.0 is going to be needed.

OBS-URL: https://build.opensuse.org/request/show/621488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=25
2018-07-11 07:49:18 +00:00
Dominique Leuenberger
b1ae54823f Accepting request 598808 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/598808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=8
2018-04-20 15:31:31 +00:00
Todd R
09f3e0c44b Accepting request 598807 from home:TheBlackCat:branches:devel:languages:python
- Update to version 0.12.0
  * Virtualenv/Environment support
  * F-String Completion/Goto Support
  * Cannot crash with segfaults anymore
  * Cleaned up import logic
  * Understand async/await and autocomplete it (including async generators)
  * Better namespace completions
  * Passing tests for Windows (including CI for Windows)
  * Remove Python 2.6 support
- Update to version 0.11.1
  * Parso update - the caching layer was broken
  * Better usages - a lot of internal code was ripped out and improved.
- Remove upstream-included test_requrements.patch
- Add new test_requrements.patch to avoid limit on pytest version.
- Disable tests, they don't work in most situations.

OBS-URL: https://build.opensuse.org/request/show/598807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=23
2018-04-19 19:57:08 +00:00
Dominique Leuenberger
6a64bea9f5 Accepting request 540499 from devel:languages:python
- fix requires (forwarded request 540498 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/540499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=7
2017-11-16 13:01:13 +00:00
3f4c53bc9c Accepting request 540498 from home:mimi_vx:branches:devel:languages:python
- fix requires

OBS-URL: https://build.opensuse.org/request/show/540498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=21
2017-11-10 13:46:42 +00:00
546f508ec9 Accepting request 540487 from home:mimi_vx:branches:devel:languages:python
- fix tests to run on current python3
- added test_requrements.patch to allow newer versions of python-parso

- fix test conditions

OBS-URL: https://build.opensuse.org/request/show/540487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=20
2017-11-10 13:07:08 +00:00
Jan Matejek
bc4db9ddea Accepting request 530232 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/530232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=19
2017-10-02 12:23:58 +00:00
Dominique Leuenberger
645c63a30c Accepting request 505954 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/505954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=6
2017-06-26 13:54:30 +00:00
Jan Matejek
8f73e428ae Accepting request 504889 from home:sebix:branches:devel:languages:python
fixes python-typing dependency

OBS-URL: https://build.opensuse.org/request/show/504889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=17
2017-06-23 17:15:05 +00:00
Dominique Leuenberger
5ebcb7a885 Accepting request 493067 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/493067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=5
2017-05-17 15:17:46 +00:00
3f0e48a544 Accepting request 491914 from home:jengelh:branches:devel:languages:python
- Grammatical corrections to description.
  Replace historic focus by current focus.

OBS-URL: https://build.opensuse.org/request/show/491914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=15
2017-04-28 18:23:05 +00:00
Todd R
c8202edc46 Accepting request 491686 from home:TheBlackCat:branches:devel:languages:python
Fix license.

OBS-URL: https://build.opensuse.org/request/show/491686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=14
2017-04-27 18:18:48 +00:00
Todd R
ae493fe521 Accepting request 491636 from home:TheBlackCat:branches:devel:languages:python
Disable tests on non-x86/x86_64 platforms.

OBS-URL: https://build.opensuse.org/request/show/491636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=13
2017-04-27 15:48:23 +00:00
Todd R
349b449ea4 Accepting request 491181 from home:TheBlackCat:branches:devel:languages:python
- Update to version 0.10.2
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/491181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=12
2017-04-26 03:32:20 +00:00
Dominique Leuenberger
ad65bd9a91 Accepting request 342540 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/342540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=4
2015-11-05 23:04:23 +00:00
Todd R
0e9d5810ab Accepting request 342539 from home:TheBlackCat:branches:devel:languages:python
Fix tests

OBS-URL: https://build.opensuse.org/request/show/342539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=10
2015-11-05 10:43:51 +00:00
Stephan Kulow
577f276c3d Accepting request 305754 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/305754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=3
2015-05-10 08:46:35 +00:00
Jan Matejek
c4eea65d9f Accepting request 305620 from home:benoit_monin:branches:devel:languages:python
- update to version 0.9.0
- remove "-final0" appended to source version
- add python-unittest2 as a test dependency for SLE11
- skip failing tests in test_integration_import.py

OBS-URL: https://build.opensuse.org/request/show/305620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=8
2015-05-07 12:01:38 +00:00
c387e865bd Accepting request 244551 from devel:languages:python
jedi is a python autocompleter compatible with a wide variety of text editors, including vim, emacs, and kate.

OBS-URL: https://build.opensuse.org/request/show/244551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=1
2014-08-14 12:58:06 +00:00
Todd R
e570cb3f1c Accepting request 244550 from home:TheBlackCat:branches:devel:languages:python
Update to version 0.8.1

OBS-URL: https://build.opensuse.org/request/show/244550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=6
2014-08-13 12:23:23 +00:00
Denisart Benjamin
fd98781cf2 Accepting request 209863 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/209863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=5
2013-12-08 19:58:34 +00:00
Sascha Peilicke
8711cfb1ae - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=4
2013-10-24 11:07:18 +00:00
Todd R
792eab877b Accepting request 195416 from home:mvyskocil:branches:devel:languages:python
- update to 0.6.0
  * Created find_module helper to handle compatibility with python 3.3 
  * Fixed caching issues
  * More robust source encoding detection
  * Improved documentantion
  * and lot of bugfixes
- drop pre-checkin.sh
- drop a dependency on rpmbuild > 4.10, we don't need no ~ in version

OBS-URL: https://build.opensuse.org/request/show/195416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=3
2013-08-19 11:41:05 +00:00
Sascha Peilicke
50f5070d08 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=2
2013-06-17 12:51:39 +00:00
Todd R
b61bcb1104 Accepting request 174878 from home:mvyskocil
add python-jedi / python3-jedi to d:l:python (to be forwarded to Factory)

OBS-URL: https://build.opensuse.org/request/show/174878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=1
2013-05-10 11:15:41 +00:00