Received: by mail.netbsd.org (Postfix, from userid 605) id 6D16B84EE5; Wed, 7 Feb 2024 09:00:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B74D84E9C for ; Wed, 7 Feb 2024 09:00:11 +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 hr9qvvi5488i for ; Wed, 7 Feb 2024 09:00:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08BDC84D57 for ; Wed, 7 Feb 2024 09:00:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00031FA42; Wed, 7 Feb 2024 09:00:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170729641022270" MIME-Version: 1.0 Date: Wed, 7 Feb 2024 09:00:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ruamel-yaml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240207090011.00031FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170729641022270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 7 09:00:10 UTC 2024 Modified Files: pkgsrc/devel/py-ruamel-yaml: Makefile distinfo Log Message: py-ruamel-yaml: updated to 0.18.6 0.18.6 - fixed an issue with dataclass loading when the fields were collections (bug found as a result of a question by [FibroMyAlgebra](https://stackoverflow.com/users/6855070/fibromyalgebra) on [StackOverflow](https://stackoverflow.com/a/77485786/1307905)) - fixed an issue loading dataclasses with `InitVar` fields when `from __future__ import annotations` was used to delay evaluation of typing. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-ruamel-yaml/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-ruamel-yaml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170729641022270 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ruamel-yaml/Makefile diff -u pkgsrc/devel/py-ruamel-yaml/Makefile:1.36 pkgsrc/devel/py-ruamel-yaml/Makefile:1.37 --- pkgsrc/devel/py-ruamel-yaml/Makefile:1.36 Mon Nov 6 19:56:21 2023 +++ pkgsrc/devel/py-ruamel-yaml/Makefile Wed Feb 7 09:00:10 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/11/06 19:56:21 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2024/02/07 09:00:10 adam Exp $ -DISTNAME= ruamel.yaml-0.18.5 +DISTNAME= ruamel.yaml-0.18.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/} Index: pkgsrc/devel/py-ruamel-yaml/distinfo diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.37 pkgsrc/devel/py-ruamel-yaml/distinfo:1.38 --- pkgsrc/devel/py-ruamel-yaml/distinfo:1.37 Mon Nov 6 19:56:21 2023 +++ pkgsrc/devel/py-ruamel-yaml/distinfo Wed Feb 7 09:00:10 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2023/11/06 19:56:21 wiz Exp $ +$NetBSD: distinfo,v 1.38 2024/02/07 09:00:10 adam Exp $ -BLAKE2s (ruamel.yaml-0.18.5.tar.gz) = 50188875cf9aa5dd5e81a9399dc2d92350f88fb8cda0b80d0c96e3f0b87db695 -SHA512 (ruamel.yaml-0.18.5.tar.gz) = 46ddfb81281a9c619370f252f5a189b33a9f36934891a18a915897d2a1870c53938f8afb56b2eda3c5ac6bd2e39fcbba0a94955db0847302bd58458079880525 -Size (ruamel.yaml-0.18.5.tar.gz) = 142605 bytes +BLAKE2s (ruamel.yaml-0.18.6.tar.gz) = 9ccf9498b886c5e584127b36eedd880f8fe0691abc12759189f64b47706fdcfb +SHA512 (ruamel.yaml-0.18.6.tar.gz) = 47d0d19e85a9b498ebcd844f950ea8210d995b6b991d543be975b545162069b69773030df62300a11313ebc378795a23c39a983acd0b5ab4344d74e7aa7ded0a +Size (ruamel.yaml-0.18.6.tar.gz) = 143362 bytes SHA1 (patch-setup.py) = 1883f23fedba174b8f31c7f19e88bd836c893dab --_----------=_170729641022270--