Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D874784D66 for ; Thu, 26 Oct 2023 13:33:21 +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 sTcIcVWliTB8 for ; Thu, 26 Oct 2023 13:33:21 +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 576B784CED for ; Thu, 26 Oct 2023 13:33:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54403FADC; Thu, 26 Oct 2023 13:33:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169832720194060" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 13:33:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-unearth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231026133321.54403FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169832720194060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 26 13:33:21 UTC 2023 Modified Files: pkgsrc/net/py-unearth: Makefile distinfo Log Message: py-unearth: updated to 0.12.1 0.12.1 Bug Fixes Match index url with the same netloc To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-unearth/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-unearth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169832720194060 Content-Disposition: inline Content-Length: 1546 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-unearth/Makefile diff -u pkgsrc/net/py-unearth/Makefile:1.10 pkgsrc/net/py-unearth/Makefile:1.11 --- pkgsrc/net/py-unearth/Makefile:1.10 Mon Oct 23 11:55:27 2023 +++ pkgsrc/net/py-unearth/Makefile Thu Oct 26 13:33:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/10/23 11:55:27 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/10/26 13:33:21 adam Exp $ -DISTNAME= unearth-0.12.0 +DISTNAME= unearth-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/} Index: pkgsrc/net/py-unearth/distinfo diff -u pkgsrc/net/py-unearth/distinfo:1.9 pkgsrc/net/py-unearth/distinfo:1.10 --- pkgsrc/net/py-unearth/distinfo:1.9 Mon Oct 23 11:55:27 2023 +++ pkgsrc/net/py-unearth/distinfo Thu Oct 26 13:33:21 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/10/23 11:55:27 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/10/26 13:33:21 adam Exp $ -BLAKE2s (unearth-0.12.0.tar.gz) = 56dece840abf7b5918671be6421232059d1832f3c772c33816eb2ce93e6cde9e -SHA512 (unearth-0.12.0.tar.gz) = 54cad14382c8218f8d0e69738ca0302cb9102cd5255fb6a90a303030c9f5da8c33b8527bd0e43aa7cc334740de06642e24dca75b2e092c8b85f7adba1f7e2ab8 -Size (unearth-0.12.0.tar.gz) = 280152 bytes +BLAKE2s (unearth-0.12.1.tar.gz) = 885a035fdd781a6ac1914b8cf34d7b858c00e8c89be585b8cafbf45ac4a5b335 +SHA512 (unearth-0.12.1.tar.gz) = f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576 +Size (unearth-0.12.1.tar.gz) = 280628 bytes --_----------=_169832720194060--