pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/py-jedi



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  4 16:36:04 UTC 2021

Modified Files:
        pkgsrc/editors/py-jedi: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/py-jedi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/py-jedi/Makefile
diff -u pkgsrc/editors/py-jedi/Makefile:1.6 pkgsrc/editors/py-jedi/Makefile:1.7
--- pkgsrc/editors/py-jedi/Makefile:1.6 Mon Aug 24 08:32:43 2020
+++ pkgsrc/editors/py-jedi/Makefile     Mon Jan  4 16:36:04 2021
@@ -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 @@ HOMEPAGE=     https://github.com/davidhalter
 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

Index: pkgsrc/editors/py-jedi/distinfo
diff -u pkgsrc/editors/py-jedi/distinfo:1.4 pkgsrc/editors/py-jedi/distinfo:1.5
--- pkgsrc/editors/py-jedi/distinfo:1.4 Tue Jul 21 08:04:58 2020
+++ pkgsrc/editors/py-jedi/distinfo     Mon Jan  4 16:36:04 2021
@@ -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