Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEC2784F06 for ; Thu, 10 Aug 2023 05:12:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id C2CIJmYuyLYr for ; Thu, 10 Aug 2023 05:12:53 +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 5EEF784EF6 for ; Thu, 10 Aug 2023 05:12:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BE20FBDB; Thu, 10 Aug 2023 05:12:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691644373146620" MIME-Version: 1.0 Date: Thu, 10 Aug 2023 05:12:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-sh To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230810051253.4BE20FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691644373146620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 10 05:12:53 UTC 2023 Modified Files: pkgsrc/sysutils/py-sh: Makefile distinfo Removed Files: pkgsrc/sysutils/py-sh/patches: patch-pyproject.toml Log Message: py-sh: updated to 2.0.6 2.0.6 Add back appropriate sdist files To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-sh/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/py-sh/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/py-sh/patches/patch-pyproject.toml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691644373146620 Content-Disposition: inline Content-Length: 1887 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-sh/Makefile diff -u pkgsrc/sysutils/py-sh/Makefile:1.10 pkgsrc/sysutils/py-sh/Makefile:1.11 --- pkgsrc/sysutils/py-sh/Makefile:1.10 Wed Aug 9 13:19:19 2023 +++ pkgsrc/sysutils/py-sh/Makefile Thu Aug 10 05:12:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/08/09 13:19:19 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/08/10 05:12:53 adam Exp $ -DISTNAME= sh-2.0.5 +DISTNAME= sh-2.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/} @@ -17,7 +17,7 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/sh_test.py .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/py-sh/distinfo diff -u pkgsrc/sysutils/py-sh/distinfo:1.9 pkgsrc/sysutils/py-sh/distinfo:1.10 --- pkgsrc/sysutils/py-sh/distinfo:1.9 Wed Aug 9 13:19:19 2023 +++ pkgsrc/sysutils/py-sh/distinfo Thu Aug 10 05:12:53 2023 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/08/09 13:19:19 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/08/10 05:12:53 adam Exp $ -BLAKE2s (sh-2.0.5.tar.gz) = 3b593ab48587d9a632529e7b166abb012f755a1ead8c2effa262634a27bcefbe -SHA512 (sh-2.0.5.tar.gz) = 29f459cdabe3a1486d040989a67e711cf2aca80f9d27ffabf47830f91ef4f310f1c56ded32611513425c2327803a45d036e92bcd957589a76ef722e01c32dfc2 -Size (sh-2.0.5.tar.gz) = 44884 bytes -SHA1 (patch-pyproject.toml) = 6ee8dae334a24a19c29b93e96cde00c5e41d8765 +BLAKE2s (sh-2.0.6.tar.gz) = 733fc8e2ecbee3599a633f9d02abd59e364b108a7d9beeb65a7ca050c245ef94 +SHA512 (sh-2.0.6.tar.gz) = 717dae58ebd08b3a86e0d30ba2a6f3055592844d064265280b97a1d29bd7d0422c9e5500b6eb999cc1a97c1c2af04cf8ed214670bc08cb2bc45e418f69560c1d +Size (sh-2.0.6.tar.gz) = 345496 bytes --_----------=_1691644373146620--