Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Z2d0xMUa; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=x6JPH1zD Received: by mail.netbsd.org (Postfix, from userid 605) id 0011684D95; Sun, 14 Apr 2024 18:12:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713118353; bh=fh5crr4i3N3/GlYwtwnFxnLfrR8TMW4TKLQs6U8gffI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Z2d0xMUao29saYnRw+GwOXEn1zpPp/bYiYTuUYT2EQ0xBdy80T8HLZ9LnxvROH7v1 YNAtd8rMTJNiwFhcmGvoDSmibKvF96uhcb3/NUQTm30nnwP0+R34o8EZatIP9WYfQz B7AGUgbCdXTvFykQG3dbtCcyEusiiXXQYNqtd+0Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E29DE84D1B for ; Sun, 14 Apr 2024 18:12:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 35tMDlOWmL9y for ; Sun, 14 Apr 2024 18:12:31 +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 4AE6784CCA for ; Sun, 14 Apr 2024 18:12:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713118351; bh=fh5crr4i3N3/GlYwtwnFxnLfrR8TMW4TKLQs6U8gffI=; h=Date:From:Subject:To:Reply-To; b=x6JPH1zDyI5+gb2oapqbbZu7oH7Qa46AkgXtksBOC88q8tfopvUvfaAmwfRj9JYry 4uUpbvbb7niKnpIG80doSARMvsnNski80bRjyDT8srPpPkiYNs/3oCBe/vyVUpZqye 2tHDrFskpbPURXVIgXnCpaRi/F+ImYc/iXLwFfho= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34294FA2C; Sun, 14 Apr 2024 18:12:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171311835123150" MIME-Version: 1.0 Date: Sun, 14 Apr 2024 18:12:31 +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: <20240414181231.34294FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171311835123150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 14 18:12:31 UTC 2024 Modified Files: pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo Log Message: py-sphinx-autodoc-typehints: updated to 2.0.1 2.0.1 Extend linter/formatter rules Fix the CI Add missing option to readme Return injection fix To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile cvs rdiff -u -r1.13 -r1.14 \ 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. --_----------=_171311835123150 Content-Disposition: inline Content-Length: 2488 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.17 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.18 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.17 Tue Feb 13 17:53:33 2024 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile Sun Apr 14 18:12:30 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2024/02/13 17:53:33 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2024/04/14 18:12:30 adam Exp $ -DISTNAME= sphinx_autodoc_typehints-2.0.0 +DISTNAME= sphinx_autodoc_typehints-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/} @@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/tox-dev/sph COMMENT= Type hints support for the Sphinx autodoc extension LICENSE= mit -TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling -TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.21.1:../../devel/py-hatchling DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.1.2:../../textproc/py-sphinx # optional DEPENDS+= ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.13 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.14 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.13 Tue Feb 13 17:53:33 2024 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Sun Apr 14 18:12:30 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2024/02/13 17:53:33 wiz Exp $ +$NetBSD: distinfo,v 1.14 2024/04/14 18:12:30 adam Exp $ -BLAKE2s (sphinx_autodoc_typehints-2.0.0.tar.gz) = e4e772eda8d7a01cf6ceeb745e295cce3737f755d3a78585c12b00319f286b81 -SHA512 (sphinx_autodoc_typehints-2.0.0.tar.gz) = e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5 -Size (sphinx_autodoc_typehints-2.0.0.tar.gz) = 37951 bytes +BLAKE2s (sphinx_autodoc_typehints-2.0.1.tar.gz) = 06ca955d75aaf76407a65d73d5c21ea29c89c80c4a642cbdde022316fd04ffb5 +SHA512 (sphinx_autodoc_typehints-2.0.1.tar.gz) = 43a14d1c83fbd9b7fb9dfe28f5ee2e14fc0ac8976c454d0270fdea202cae57b2ff73035b97d26b82c7d2993362d0874984ba11c0c00ba34787227d576ed10427 +Size (sphinx_autodoc_typehints-2.0.1.tar.gz) = 38816 bytes --_----------=_171311835123150--