Wednesday, October 31, 2018

[M. Update] devel/py-jedi 0.12.1 -> 0.13.1

Index: devel/py-jedi/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-jedi/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- devel/py-jedi/Makefile 15 Jul 2018 23:04:32 -0000 1.5
+++ devel/py-jedi/Makefile 31 Oct 2018 11:36:30 -0000
@@ -2,7 +2,7 @@

COMMENT = autocompletion tool for Python

-MODPY_EGG_VERSION = 0.12.1
+MODPY_EGG_VERSION = 0.13.1
DISTNAME = jedi-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

@@ -23,17 +23,12 @@ MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = devel/py-parso${MODPY_FLAVOR}

TEST_DEPENDS = ${RUN_DEPENDS} \
- devel/py-test${MODPY_FLAVOR}
+ devel/py-test${MODPY_FLAVOR} \
+ devel/py-docopt${MODPY_FLAVOR} \
+ devel/py-colorama${MODPY_FLAVOR}

FLAVORS = python3
FLAVOR ?=
-
-.if !${FLAVOR:Mpython3}
-TEST_DEPENDS += devel/py-docopt \
- devel/py-typing
-.else
-TEST_ARGS = --ignore=test/test_evaluate/flask-site-packages
-.endif

do-test:
cd ${WRKSRC} && ${MODPY_BIN} -m pytest ${TEST_ARGS} jedi test
Index: devel/py-jedi/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-jedi/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- devel/py-jedi/distinfo 15 Jul 2018 23:04:32 -0000 1.4
+++ devel/py-jedi/distinfo 31 Oct 2018 11:36:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (jedi-0.12.1.tar.gz) = tAntD2kTpwHtR0phSju0bmlTY5Az4x92nKdYHaW9HsE=
-SIZE (jedi-0.12.1.tar.gz) = 361831
+SHA256 (jedi-0.13.1.tar.gz) = t0k/c6L+vg3DPVHJm0dFR/f2wLLI+ysh9FPu8gTBIUg=
+SIZE (jedi-0.13.1.tar.gz) = 365356
Changelog:
https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst#0131-2018-10-02

Mainly bugfixes and additions. Those changes shouldn't affect consumers.
Regression test passing.
Tested with devel/spyder/spyder OK.

Cheers.
Elias.

No comments:

Post a Comment