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 Nov 22 13:14:28 UTC 2022

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

Log Message:
py-jedi: updated to 0.18.2

0.18.2 (2022-11-21)
- Added dataclass-equivalent for attrs.define
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
  like this are pytest-django, pytest-sugar and Faker.
- Fixed Project.search, when a venv was involved, which is why for example
  `:Pyimport django.db` did not work in some cases in jedi-vim.
- And many smaller bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/editors/py-jedi/Makefile:1.10
--- pkgsrc/editors/py-jedi/Makefile:1.9 Tue Jan  4 20:53:50 2022
+++ pkgsrc/editors/py-jedi/Makefile     Tue Nov 22 13:14:28 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/22 13:14:28 adam Exp $
 
-DISTNAME=      jedi-0.18.1
+DISTNAME=      jedi-0.18.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jedi/}
 

Index: pkgsrc/editors/py-jedi/distinfo
diff -u pkgsrc/editors/py-jedi/distinfo:1.8 pkgsrc/editors/py-jedi/distinfo:1.9
--- pkgsrc/editors/py-jedi/distinfo:1.8 Thu Nov 18 17:41:54 2021
+++ pkgsrc/editors/py-jedi/distinfo     Tue Nov 22 13:14:28 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/11/18 17:41:54 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/11/22 13:14:28 adam Exp $
 
-BLAKE2s (jedi-0.18.1.tar.gz) = 9e6cc2c45848833ce89c4d2fcb910b242158f70ce0c917303e30f96043c3d306
-SHA512 (jedi-0.18.1.tar.gz) = 19e8865f24cff6cedadf54e92373ee14f2a4e848becbff641573f8c37c4392ab1bce4572d1b497829a4746360127473301f799a5389c369c13171549996091dc
-Size (jedi-0.18.1.tar.gz) = 1222511 bytes
+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



Home | Main Index | Thread Index | Old Index