Received: by mail.netbsd.org (Postfix, from userid 605) id 11BF584E61; Mon, 9 Jan 2023 10:52:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42BD584E5E for ; Mon, 9 Jan 2023 10:52:35 +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 2qZzhNJZbSpt for ; Mon, 9 Jan 2023 10:52:34 +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 5A78484D47 for ; Mon, 9 Jan 2023 10:52:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53E79FA90; Mon, 9 Jan 2023 10:52:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167326155441810" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 10:52:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-mercurial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230109105234.53E79FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167326155441810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 9 10:52:34 UTC 2023 Modified Files: pkgsrc/devel/py-mercurial: Makefile distinfo version.mk Removed Files: pkgsrc/devel/py-mercurial: cargo-depends.mk options.mk Log Message: py-mercurial: update to 6.3.2. Mercurial 6.3.2 [ecfc84b956a8] tests: expect the message from 1baf0fffd82f in test-hghave.t (issue6762) [5c095119bff4] tests: add the missing space to test-hghave.t (issue6762) [2c346c1c75ec] tests: use an all too familiar executable in test-run-tests.t (issue6661) [13c0e3b4fd35] tests: use test -f instead of ls to see if a file is present (issue6662) [8ced4ca30ea1] bisect: correct message about aborting an in-progress bisect (issue6527) filemerge: fix crash when using filesets in [partial-merge-tools] help: fix a py3 error interpolating Set into b'%s' match: make the FLAG_RE pattern a raw string python-compat: adapt to Python 3.11 BC breakage with random.sample rust-status: fix thread count ceiling hg: show the correct message when cloning an LFS repo with extension disabled extensions: process disabled external paths when hgext package is in-memory emitrevision: consider ancestors revision to emit as available base make: add a target for building pyoxidizer tests on macOS run-tests: support --pyoxidized on macOS packaging: add dependencies to the PyOxidizer build on macOS Miscellaneous test fixes To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-mercurial/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-mercurial/cargo-depends.mk cvs rdiff -u -r1.124 -r1.125 pkgsrc/devel/py-mercurial/distinfo cvs rdiff -u -r1.6 -r0 pkgsrc/devel/py-mercurial/options.mk cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-mercurial/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167326155441810 Content-Disposition: inline Content-Length: 3429 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-mercurial/Makefile diff -u pkgsrc/devel/py-mercurial/Makefile:1.76 pkgsrc/devel/py-mercurial/Makefile:1.77 --- pkgsrc/devel/py-mercurial/Makefile:1.76 Fri Nov 25 11:09:07 2022 +++ pkgsrc/devel/py-mercurial/Makefile Mon Jan 9 10:52:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2022/11/25 11:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2023/01/09 10:52:34 wiz Exp $ # # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew @@ -27,22 +27,31 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_SELF_CONFLICT= yes .include "version.mk" -.include "options.mk" USE_TOOLS+= bash:test -# Known test failures as of 6.3.1 -# test-run-tests.t -# https://bz.mercurial-scm.org/show_bug.cgi?id=6661 -# test-hghave.t -# https://bz.mercurial-scm.org/show_bug.cgi?id=6762 -# test-status-tracked-key.t -# https://bz.mercurial-scm.org/show_bug.cgi?id=6662 +# Known test failures as of 6.3.2 +# test-help.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6779 +# test-http-bad-server.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6780 +# various for python 3.11.1 +# https://bz.mercurial-scm.org/show_bug.cgi?id=6781 +# test-lfs-serve-access.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6782 +# test-remotefilelog-gc.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6783 # test-patchbomb-tls.t: # https://bz.mercurial-scm.org/show_bug.cgi?id=6727 -# test-demandimport.py: -# https://bz.mercurial-scm.org/show_bug.cgi?id=6680 +# test-oldcgi.t and test-newcgi.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6784 +# test-clone-cgi.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6785 +# test-hgrc.t +# https://bz.mercurial-scm.org/show_bug.cgi?id=6787 +# test-demandimport.py +# https://bz.mercurial-scm.org/show_bug.cgi?id=6786 # -# Ran 901 tests, 82 skipped, 5 failed. +# Ran 901 tests, 82 skipped, 22 failed. TEST_TARGET= tests TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} Index: pkgsrc/devel/py-mercurial/distinfo diff -u pkgsrc/devel/py-mercurial/distinfo:1.124 pkgsrc/devel/py-mercurial/distinfo:1.125 --- pkgsrc/devel/py-mercurial/distinfo:1.124 Fri Nov 25 11:09:07 2022 +++ pkgsrc/devel/py-mercurial/distinfo Mon Jan 9 10:52:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.124 2022/11/25 11:09:07 wiz Exp $ +$NetBSD: distinfo,v 1.125 2023/01/09 10:52:34 wiz Exp $ -BLAKE2s (mercurial-6.3.1.tar.gz) = 07701198d9268a9ef6f89c1178c6414867b7e9f103ce623d72c05541a4d48411 -SHA512 (mercurial-6.3.1.tar.gz) = 99cd77c25e6c7f064ea9b631a8632b6020cb012c2f5a8c1da371ed413a4f984d04f8c293f551f890bbf084f840d7406aa25956f016ff2596173cd2f1f834873b -Size (mercurial-6.3.1.tar.gz) = 8089720 bytes +BLAKE2s (mercurial-6.3.2.tar.gz) = c22ce360fbfc1127c9be397258e2af2d236d06839001e2a5e14084904a08aed4 +SHA512 (mercurial-6.3.2.tar.gz) = 5ca7e448bf336c2a2d4db174c4f486f66f41eef33db14f152abb09b8d82416124d251784cb5898499580083ca104113d0763e27baa9b77feb90ba2fd96d40be5 +Size (mercurial-6.3.2.tar.gz) = 8092710 bytes Index: pkgsrc/devel/py-mercurial/version.mk diff -u pkgsrc/devel/py-mercurial/version.mk:1.42 pkgsrc/devel/py-mercurial/version.mk:1.43 --- pkgsrc/devel/py-mercurial/version.mk:1.42 Fri Nov 25 11:09:07 2022 +++ pkgsrc/devel/py-mercurial/version.mk Mon Jan 9 10:52:34 2023 @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.42 2022/11/25 11:09:07 wiz Exp $ +# $NetBSD: version.mk,v 1.43 2023/01/09 10:52:34 wiz Exp $ -VERSION= 6.3.1 +VERSION= 6.3.2 --_----------=_167326155441810--