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:           Tue Aug  1 12:17:41 UTC 2023

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

Log Message:
py-jedi: updated to 0.19.0

0.19.0 (2023-07-29)

- Python 3.11 support
- Massive improvements in performance for ``Interpreter`` (e.g. IPython) users.
  This especially affects ``pandas`` users with large datasets.
- Add ``jedi.settings.allow_unsafe_interpreter_executions`` to make it easier
  for IPython users to avoid unsafe executions.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/editors/py-jedi/Makefile:1.12
--- pkgsrc/editors/py-jedi/Makefile:1.11        Fri Apr 21 10:34:25 2023
+++ pkgsrc/editors/py-jedi/Makefile     Tue Aug  1 12:17:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/21 10:34:25 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2023/08/01 12:17:41 adam Exp $
 
-DISTNAME=      jedi-0.18.2
+DISTNAME=      jedi-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jedi/}
@@ -12,16 +12,17 @@ LICENSE=    mit
 
 EXTRACT_USING= bsdtar
 
-DEPENDS+=      ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso
+DEPENDS+=      ${PYPKGPREFIX}-parso>=0.8.3:../../lang/py-parso
 DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+TEST_DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
 TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-parso
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
 

Index: pkgsrc/editors/py-jedi/distinfo
diff -u pkgsrc/editors/py-jedi/distinfo:1.9 pkgsrc/editors/py-jedi/distinfo:1.10
--- pkgsrc/editors/py-jedi/distinfo:1.9 Tue Nov 22 13:14:28 2022
+++ pkgsrc/editors/py-jedi/distinfo     Tue Aug  1 12:17:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/11/22 13:14:28 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/08/01 12:17:41 adam Exp $
 
-BLAKE2s (jedi-0.18.2.tar.gz) = cd1641fb148672aa9f58b8ee4ed0f20664361e768a626223a12da7807f64aed7
-SHA512 (jedi-0.18.2.tar.gz) = 8690e9bdda8527573bc7c8941f3ad6a3696e0070d47ead8edb183daf9ae6397919063be3912f33aa7946a5d66a7ddcef80bee09dc291b44e9d7f18298d7669bc
-Size (jedi-0.18.2.tar.gz) = 1225011 bytes
+BLAKE2s (jedi-0.19.0.tar.gz) = 836ca127e1027244bab313b18a11d52fdf222bf6cc07d5572115f8d0a699ba28
+SHA512 (jedi-0.19.0.tar.gz) = 4cab13626492bfd2a5c2f2362536934c99b051e98e4d659df53e11509bb1dbaf931bc9a25b1390df204e5f4f5c38e3eac3c60b5486a5b34a4f3f3ac48d379fe0
+Size (jedi-0.19.0.tar.gz) = 1227731 bytes



Home | Main Index | Thread Index | Old Index