Received: by mail.netbsd.org (Postfix, from userid 605) id 70661850A1; Sat, 27 Jan 2024 07:44:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9ED0C84DBD for ; Sat, 27 Jan 2024 07:44:08 +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 y9HrqKc3cbyd for ; Sat, 27 Jan 2024 07:44:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DEA2784D44 for ; Sat, 27 Jan 2024 07:44:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0B03FA42; Sat, 27 Jan 2024 07:44:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706341447283030" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 07:44:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240127074407.D0B03FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706341447283030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 27 07:44:07 UTC 2024 Modified Files: pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile PLIST distinfo Log Message: py-sphinx-autodoc-typehints: updated to 1.25.3 1.25.3 Stop parsing from overwriting Sphinx configuration To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST cvs rdiff -u -r1.11 -r1.12 \ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706341447283030 Content-Disposition: inline Content-Length: 3060 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.15 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.16 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.15 Sat Nov 11 10:01:18 2023 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile Sat Jan 27 07:44:07 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/11/11 10:01:18 adam Exp $ +# $NetBSD: Makefile,v 1.16 2024/01/27 07:44:07 adam Exp $ -DISTNAME= sphinx_autodoc_typehints-1.25.2 +DISTNAME= sphinx_autodoc_typehints-1.25.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/} Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.3 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.4 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.3 Sat Oct 28 19:57:20 2023 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST Sat Jan 27 07:44:07 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2024/01/27 07:44:07 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL @@ -9,6 +9,9 @@ ${PYSITELIB}/sphinx_autodoc_typehints/__ ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.py ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyc ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyo +${PYSITELIB}/sphinx_autodoc_typehints/parser.py +${PYSITELIB}/sphinx_autodoc_typehints/parser.pyc +${PYSITELIB}/sphinx_autodoc_typehints/parser.pyo ${PYSITELIB}/sphinx_autodoc_typehints/patches.py ${PYSITELIB}/sphinx_autodoc_typehints/patches.pyc ${PYSITELIB}/sphinx_autodoc_typehints/patches.pyo Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.11 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.12 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.11 Sat Nov 11 10:01:18 2023 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Sat Jan 27 07:44:07 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/11/11 10:01:18 adam Exp $ +$NetBSD: distinfo,v 1.12 2024/01/27 07:44:07 adam Exp $ -BLAKE2s (sphinx_autodoc_typehints-1.25.2.tar.gz) = 06e183a52bb00dac1b47bd087879a9d2174fd4ab171a5b1bc9c3dddbbb1dcbf3 -SHA512 (sphinx_autodoc_typehints-1.25.2.tar.gz) = 42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3 -Size (sphinx_autodoc_typehints-1.25.2.tar.gz) = 37173 bytes +BLAKE2s (sphinx_autodoc_typehints-1.25.3.tar.gz) = f4d55fd24a1cc27215e391b9a05e0790fbac8de15aeb194e287fae281a97ba24 +SHA512 (sphinx_autodoc_typehints-1.25.3.tar.gz) = e00ed10267605d8d96b159788297ec565f9dc46b2a446136067e1c5d0fed0d276245c052e3121e79fdf3a0aff81e91769728bb829ce07b252d7284af3378fe69 +Size (sphinx_autodoc_typehints-1.25.3.tar.gz) = 37709 bytes --_----------=_1706341447283030--