Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1DAF84D8B for ; Mon, 27 Nov 2023 15:24:47 +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 CrVLByhe8WWm for ; Mon, 27 Nov 2023 15:24:47 +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 37C2984D2E for ; Mon, 27 Nov 2023 15:24:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B8EAFA40; Mon, 27 Nov 2023 15:24:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701098687223210" MIME-Version: 1.0 Date: Mon, 27 Nov 2023 15:24:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-traitlets To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231127152447.2B8EAFA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701098687223210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 27 15:24:47 UTC 2023 Modified Files: pkgsrc/devel/py-traitlets: Makefile distinfo Log Message: py-traitlets: updated to 5.14.0 5.14.0 Enhancements made - Add option to load traitlets values from environement. Maintenance and upkeep improvements - Update types for mypy 1.7 - chore: update pre-commit hooks - Clean up lint handling To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-traitlets/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-traitlets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701098687223210 Content-Disposition: inline Content-Length: 1609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-traitlets/Makefile diff -u pkgsrc/devel/py-traitlets/Makefile:1.31 pkgsrc/devel/py-traitlets/Makefile:1.32 --- pkgsrc/devel/py-traitlets/Makefile:1.31 Tue Oct 31 20:40:05 2023 +++ pkgsrc/devel/py-traitlets/Makefile Mon Nov 27 15:24:46 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2023/10/31 20:40:05 adam Exp $ +# $NetBSD: Makefile,v 1.32 2023/11/27 15:24:46 adam Exp $ -DISTNAME= traitlets-5.13.0 +DISTNAME= traitlets-5.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/traitlets/} Index: pkgsrc/devel/py-traitlets/distinfo diff -u pkgsrc/devel/py-traitlets/distinfo:1.23 pkgsrc/devel/py-traitlets/distinfo:1.24 --- pkgsrc/devel/py-traitlets/distinfo:1.23 Tue Oct 31 20:40:05 2023 +++ pkgsrc/devel/py-traitlets/distinfo Mon Nov 27 15:24:46 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2023/10/31 20:40:05 adam Exp $ +$NetBSD: distinfo,v 1.24 2023/11/27 15:24:46 adam Exp $ -BLAKE2s (traitlets-5.13.0.tar.gz) = 996f31f1f1d95a6efb5ea8cb3162b4c5a8d47ce867224ebd3c0c16df3f52fd16 -SHA512 (traitlets-5.13.0.tar.gz) = 5fc084862e2d99593fadd69711f1bb9403ef92bc1d0e0f944eb1546f107e30763e7164d7be5f83c22e846bae51129376b5d14cb52251d782c50be571f29451b5 -Size (traitlets-5.13.0.tar.gz) = 159818 bytes +BLAKE2s (traitlets-5.14.0.tar.gz) = e1e7e44d6b3f8b4e6766c43522f3abea932ec63b5e9c70219e36b69daa07e0e2 +SHA512 (traitlets-5.14.0.tar.gz) = d0526bf137061709a3c5402dd0be59391cfbd39469d78784f7cbd94fb2150294b5c2b24d100c9eec64c63e42f9c53ebf334fd0222f6bf6426676ca9b811b41f5 +Size (traitlets-5.14.0.tar.gz) = 160561 bytes --_----------=_1701098687223210--