Received: by mail.netbsd.org (Postfix, from userid 605) id 18C8E84F05; Wed, 14 Sep 2022 08:36:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5202984E8F for ; Wed, 14 Sep 2022 08:36:37 +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 I6g1HlimRvtz for ; Wed, 14 Sep 2022 08:36:36 +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 C573F84DBD for ; Wed, 14 Sep 2022 08:36:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEBD1FA90; Wed, 14 Sep 2022 08:36:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663144596194530" MIME-Version: 1.0 Date: Wed, 14 Sep 2022 08:36:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-typing-inspect To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220914083636.BEBD1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663144596194530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 14 08:36:36 UTC 2022 Modified Files: pkgsrc/devel/py-typing-inspect: Makefile distinfo Log Message: py-typing-inspect: updated to 0.8.0 0.8.0: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-typing-inspect/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typing-inspect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663144596194530 Content-Disposition: inline Content-Length: 1691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-typing-inspect/Makefile diff -u pkgsrc/devel/py-typing-inspect/Makefile:1.2 pkgsrc/devel/py-typing-inspect/Makefile:1.3 --- pkgsrc/devel/py-typing-inspect/Makefile:1.2 Wed Feb 23 23:21:53 2022 +++ pkgsrc/devel/py-typing-inspect/Makefile Wed Sep 14 08:36:36 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/02/23 23:21:53 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/09/14 08:36:36 adam Exp $ -DISTNAME= typing_inspect-0.7.1 +DISTNAME= typing_inspect-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_i/-i/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing_inspect/} Index: pkgsrc/devel/py-typing-inspect/distinfo diff -u pkgsrc/devel/py-typing-inspect/distinfo:1.1 pkgsrc/devel/py-typing-inspect/distinfo:1.2 --- pkgsrc/devel/py-typing-inspect/distinfo:1.1 Wed Feb 23 11:30:04 2022 +++ pkgsrc/devel/py-typing-inspect/distinfo Wed Sep 14 08:36:36 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/02/23 11:30:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/09/14 08:36:36 adam Exp $ -BLAKE2s (typing_inspect-0.7.1.tar.gz) = df06ee4c8959858b4443de7e1856caaa4b6b9f00322e6da140cb8aff6932c5a6 -SHA512 (typing_inspect-0.7.1.tar.gz) = 16aa279e5bcdcaa4ad28b68a5c5cedcefee32ec78f57c75b4285888ab6d634e3306eedc63445839cc57923ae956e9b2234cb2afcf71216b3f6ff6839cd48fc58 -Size (typing_inspect-0.7.1.tar.gz) = 11799 bytes +BLAKE2s (typing_inspect-0.8.0.tar.gz) = 4188240adae47e4f319fdc07ad5aa49a895dc9d7c1c013045b833ddaac6de855 +SHA512 (typing_inspect-0.8.0.tar.gz) = 185f8b6f2199203cbc55aa90efb4fbf295e71ec9bd59e550753c1fcfa83f21857840649e23b26e91b443ccdb83933c7a9873709d205e466e2da7f2ae57657f0d +Size (typing_inspect-0.8.0.tar.gz) = 13550 bytes --_----------=_1663144596194530--