Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9751F84D38 for ; Wed, 27 Sep 2023 15:29:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id y0BEHZkVvbow for ; Wed, 27 Sep 2023 15:29:11 +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 150A184CF9 for ; Wed, 27 Sep 2023 15:29:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 094AFFBDB; Wed, 27 Sep 2023 15:29:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695828551182650" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 15:29:11 +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: <20230927152911.094AFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695828551182650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 15:29:10 UTC 2023 Modified Files: pkgsrc/net/py-unearth: Makefile distinfo Log Message: py-unearth: updated to 0.11.0 0.11.0 🚀 Features Handle 403 same as 401, and look for credentials on 404 error 🐞 Bug Fixes Close response files correctly Change FormatControl to respect the priority of only_binary over no_binary Include useful message if VCS command not found To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-unearth/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-unearth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695828551182650 Content-Disposition: inline Content-Length: 1539 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.6 pkgsrc/net/py-unearth/Makefile:1.7 --- pkgsrc/net/py-unearth/Makefile:1.6 Thu Jul 20 07:51:37 2023 +++ pkgsrc/net/py-unearth/Makefile Wed Sep 27 15:29:10 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/07/20 07:51:37 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/09/27 15:29:10 adam Exp $ -DISTNAME= unearth-0.10.0 +DISTNAME= unearth-0.11.0 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.5 pkgsrc/net/py-unearth/distinfo:1.6 --- pkgsrc/net/py-unearth/distinfo:1.5 Thu Jul 20 07:51:37 2023 +++ pkgsrc/net/py-unearth/distinfo Wed Sep 27 15:29:10 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2023/07/20 07:51:37 adam Exp $ +$NetBSD: distinfo,v 1.6 2023/09/27 15:29:10 adam Exp $ -BLAKE2s (unearth-0.10.0.tar.gz) = 3257463a73b622f7cf83d271f106513bb4c02a84858617fb28c550e655f558f7 -SHA512 (unearth-0.10.0.tar.gz) = 98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131 -Size (unearth-0.10.0.tar.gz) = 270997 bytes +BLAKE2s (unearth-0.11.0.tar.gz) = 5e09e44e489ddad083e291a725b38ebceb4f6aef3baabfdf0787f4acb869bea8 +SHA512 (unearth-0.11.0.tar.gz) = 70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4 +Size (unearth-0.11.0.tar.gz) = 271154 bytes --_----------=_1695828551182650--