pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/py-jedi py-jedi: updated to 0.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9a846164708
branches:  trunk
changeset: 444307:d9a846164708
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 04 16:36:04 2021 +0000

description:
py-jedi: updated to 0.18.0

0.18.0
- Dropped Python 2 and Python 3.5
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
  - ``Project.path``
  - ``Script.path``
  - ``Definition.module_path``
  - ``Refactoring.get_renames``
  - ``Refactoring.get_changed_files``
- Functions with ``@property`` now return ``property`` instead of ``function``
  in ``Name().type``
- Started using annotations
- Better support for the walrus operator
- Project attributes are now read accessible
- Removed all deprecations

diffstat:

 editors/py-jedi/Makefile |   6 +++---
 editors/py-jedi/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r e03feb3fef48 -r d9a846164708 editors/py-jedi/Makefile
--- a/editors/py-jedi/Makefile  Mon Jan 04 16:29:08 2021 +0000
+++ b/editors/py-jedi/Makefile  Mon Jan 04 16:36:04 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/08/24 08:32:43 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/04 16:36:04 adam Exp $
 
-DISTNAME=      jedi-0.17.2
+DISTNAME=      jedi-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jedi/}
@@ -10,7 +10,7 @@
 COMMENT=       Autocompletion tool for Python that can be used for text editors
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-parso>=0.1.0:../../lang/py-parso
+DEPENDS+=      ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso
 DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
 TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
 TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
diff -r e03feb3fef48 -r d9a846164708 editors/py-jedi/distinfo
--- a/editors/py-jedi/distinfo  Mon Jan 04 16:29:08 2021 +0000
+++ b/editors/py-jedi/distinfo  Mon Jan 04 16:36:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/07/21 08:04:58 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/01/04 16:36:04 adam Exp $
 
-SHA1 (jedi-0.17.2.tar.gz) = 882249ea674ef7d500ddbd694d9bcbf0475f7f54
-RMD160 (jedi-0.17.2.tar.gz) = 3ef7a2b0f643edccf2d533aabcd8e6f096952a63
-SHA512 (jedi-0.17.2.tar.gz) = cd6f1e5dd617d721528f39fd4d28903ed35d148fd2738cc07b1cb1f6e2631f2a54008113b9acbbd8b790d7523091dee62875391387d701eb747e6c3de5487706
-Size (jedi-0.17.2.tar.gz) = 1139617 bytes
+SHA1 (jedi-0.18.0.tar.gz) = f9acd323b88563fafb5bb4dff592794a2713a15c
+RMD160 (jedi-0.18.0.tar.gz) = 7740bb22fb438e5ac33ab94ade5578a27e10c661
+SHA512 (jedi-0.18.0.tar.gz) = 4fcb10174505a95bb750b9336d9ad6457070935ba3c231ab2b253b2db76c64edc328f54554cf8ef909bc7f3b47588d33774125345dab599b937a6d4b51b0402b
+Size (jedi-0.18.0.tar.gz) = 1127968 bytes



Home | Main Index | Thread Index | Old Index