Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DD9D84EC9 for ; Mon, 29 May 2023 20:27:00 +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 S2RmwmHy67HN for ; Mon, 29 May 2023 20:26:59 +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 9055A84D27 for ; Mon, 29 May 2023 20:26:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2781FA89; Mon, 29 May 2023 18:00:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685383236249880" MIME-Version: 1.0 Date: Mon, 29 May 2023 18:00:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pydantic To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230529180036.E2781FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685383236249880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 29 18:00:36 UTC 2023 Modified Files: pkgsrc/devel/py-pydantic: Makefile distinfo Log Message: py-pydantic: updated to 1.10.8 v1.10.8 (2023-05-23) * Fix a bug in `Literal` usage with `typing-extension==4.6.0` * Update email-validator dependency to >=2.0.0post2 * update `AnyClassMethod` for changes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pydantic/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pydantic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685383236249880 Content-Disposition: inline Content-Length: 1580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pydantic/Makefile diff -u pkgsrc/devel/py-pydantic/Makefile:1.8 pkgsrc/devel/py-pydantic/Makefile:1.9 --- pkgsrc/devel/py-pydantic/Makefile:1.8 Tue Apr 4 11:21:37 2023 +++ pkgsrc/devel/py-pydantic/Makefile Mon May 29 18:00:36 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2023/04/04 11:21:37 adam Exp $ +# $NetBSD: Makefile,v 1.9 2023/05/29 18:00:36 adam Exp $ -DISTNAME= pydantic-1.10.7 +DISTNAME= pydantic-1.10.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydantic/} Index: pkgsrc/devel/py-pydantic/distinfo diff -u pkgsrc/devel/py-pydantic/distinfo:1.7 pkgsrc/devel/py-pydantic/distinfo:1.8 --- pkgsrc/devel/py-pydantic/distinfo:1.7 Tue Apr 4 11:21:37 2023 +++ pkgsrc/devel/py-pydantic/distinfo Mon May 29 18:00:36 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/04/04 11:21:37 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/05/29 18:00:36 adam Exp $ -BLAKE2s (pydantic-1.10.7.tar.gz) = 7779c67d92066f82d2a9464e92a8934af7dc8a9d206b2b4e9a558cb338c44947 -SHA512 (pydantic-1.10.7.tar.gz) = 7210637461317d869cd93041158f870dbbacc1e08a5c624b59d80abb365ddac311fe837e50961c7ee0cdba169a999228c7df0941b639fd07343fd2701ed5c492 -Size (pydantic-1.10.7.tar.gz) = 344063 bytes +BLAKE2s (pydantic-1.10.8.tar.gz) = c6f7ac204fef1b7ff772ad6f65ce9ba39d7046558df3ee6ac0bfda7a52ac4d42 +SHA512 (pydantic-1.10.8.tar.gz) = c0ecd47ef4ca9f82d168a00bce38b55f8b0da4279c6f3830ad6a5beef95c1bd1faedd1a01835b37ad4f2ecd26a489d521f50e8ec6905223683c9b3a72283c7f7 +Size (pydantic-1.10.8.tar.gz) = 345301 bytes --_----------=_1685383236249880--