Received: by mail.netbsd.org (Postfix, from userid 605) id A945D84D75; Tue, 21 Jul 2020 08:04:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C77A84D67 for ; Tue, 21 Jul 2020 08:04:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id B7J2Jrz3eDPc for ; Tue, 21 Jul 2020 08:04:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A08FB84D3A for ; Tue, 21 Jul 2020 08:04:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DA41FB28; Tue, 21 Jul 2020 08:04:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595318698107240" MIME-Version: 1.0 Date: Tue, 21 Jul 2020 08:04:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/editors/py-jedi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200721080458.8DA41FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1595318698107240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 21 08:04:58 UTC 2020 Modified Files: pkgsrc/editors/py-jedi: Makefile distinfo Log Message: py-jedi: updated to 0.17.2 0.17.2: - Added an option to pass environment variables to ``Environment`` - ``Project(...).path`` exists now - Support for Python 3.9 - A few bugfixes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/py-jedi/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/py-jedi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595318698107240 Content-Disposition: inline Content-Length: 1618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/py-jedi/Makefile diff -u pkgsrc/editors/py-jedi/Makefile:1.4 pkgsrc/editors/py-jedi/Makefile:1.5 --- pkgsrc/editors/py-jedi/Makefile:1.4 Sat Jun 20 07:16:06 2020 +++ pkgsrc/editors/py-jedi/Makefile Tue Jul 21 08:04:58 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/06/20 07:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.5 2020/07/21 08:04:58 adam Exp $ -DISTNAME= jedi-0.17.1 +DISTNAME= jedi-0.17.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/} Index: pkgsrc/editors/py-jedi/distinfo diff -u pkgsrc/editors/py-jedi/distinfo:1.3 pkgsrc/editors/py-jedi/distinfo:1.4 --- pkgsrc/editors/py-jedi/distinfo:1.3 Sat Jun 20 07:16:06 2020 +++ pkgsrc/editors/py-jedi/distinfo Tue Jul 21 08:04:58 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/06/20 07:16:06 adam Exp $ +$NetBSD: distinfo,v 1.4 2020/07/21 08:04:58 adam Exp $ -SHA1 (jedi-0.17.1.tar.gz) = 382d259dcfcaa8a5a97d5fcb23cc45658352f788 -RMD160 (jedi-0.17.1.tar.gz) = 03aa576b39d1674936e31807ab560c74138673d2 -SHA512 (jedi-0.17.1.tar.gz) = b86297b2fbb212695469b34288836e3346a33c5c6b83337dbe4ceaaeb2b4185dcb6c888336e24f6da3fe22a39c803af5c34ae5a4ed1d177fde1c1d7fc143bf09 -Size (jedi-0.17.1.tar.gz) = 1137664 bytes +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 --_----------=_1595318698107240--