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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/833e57d801c7
branches:  trunk
changeset: 388545:833e57d801c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 22 13:14:28 2022 +0000

description:
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

diffstat:

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

diffs (27 lines):

diff -r f084b56a5717 -r 833e57d801c7 editors/py-jedi/Makefile
--- a/editors/py-jedi/Makefile  Tue Nov 22 13:10:10 2022 +0000
+++ b/editors/py-jedi/Makefile  Tue Nov 22 13:14:28 2022 +0000
@@ -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/}
 
diff -r f084b56a5717 -r 833e57d801c7 editors/py-jedi/distinfo
--- a/editors/py-jedi/distinfo  Tue Nov 22 13:10:10 2022 +0000
+++ b/editors/py-jedi/distinfo  Tue Nov 22 13:14:28 2022 +0000
@@ -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