Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C814E84EB7 for ; Mon, 13 Nov 2023 15:01:20 +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 utxE93CJ04cP for ; Mon, 13 Nov 2023 15:01:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F358E84E68 for ; Mon, 13 Nov 2023 15:01:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECE30FA3D; Mon, 13 Nov 2023 15:01:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699887679293680" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 15:01:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hg-evolve To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113150119.ECE30FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699887679293680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 15:01:19 UTC 2023 Modified Files: pkgsrc/devel/py-hg-evolve: Makefile PLIST distinfo Log Message: py-hg-evolve: update to 11.1.0. 11.1.0 -- 2023-10-23 -------------------- * remove deprecated evolve.serveronly extension, evolve extension is recommended for all users, clients and servers * evolve: don't warn about topics while resolving public content-divergence * evolve, pullbundle: drop compatibility with Mercurial 4.8 topic (1.1.0) * remove deprecated serverminitopic extension, topic extension is recommended for all users, clients and servers * pick: update commit message hashes like other rewrite commands * topic namespaces: add `experimental.tns-allow-rewrite` config option to check topic namespace before rewriting changesets (known limitations: does not prevent rebase and histedit from editing changesets outside of configured topic namespaces on Mercurial 5.2 and older) * topic namespaces: add `experimental.tns-default-pull-namespaces` config option to pull only certain changesets by default * topic namespaces: teach `hg import` and `hg export` to handle topic namespaces * topic namespaces: invalidate topic namespace cache in repo.invalidatecaches() * topic: only set topic on workingcommitctx if it doesn't already have one, making `hg import` always prioritize patch metadata * topic: properly process revbranchcache before sending it to peers (issue6841) * drop compatibility with Mercurial 4.8 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-hg-evolve/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-hg-evolve/PLIST cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-hg-evolve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699887679293680 Content-Disposition: inline Content-Length: 4440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hg-evolve/Makefile diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.38 pkgsrc/devel/py-hg-evolve/Makefile:1.39 --- pkgsrc/devel/py-hg-evolve/Makefile:1.38 Mon Oct 23 06:37:41 2023 +++ pkgsrc/devel/py-hg-evolve/Makefile Mon Nov 13 15:01:19 2023 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.38 2023/10/23 06:37:41 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2023/11/13 15:01:19 wiz Exp $ # # Release notes: # https://lists.mercurial-scm.org/pipermail/mercurial/ -DISTNAME= hg-evolve-11.0.2 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} -PKGREVISION= 1 +DISTNAME= hg-evolve-11.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} @@ -25,12 +24,13 @@ post-install: rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py* rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.* -# Test status as of 11.0.2: +# Test status as of 11.1.0 +# Failed test-amend.t: output changed # Failed test-check-compat-strings.t: output changed # Failed test-check-sdist.t: output changed # Failed test-evolve-content-divergent-case-A2.t: output changed # Failed test-version-install.t: output changed -# Ran 226 tests, 6 skipped, 4 failed. +# Ran 230 tests, 6 skipped, 5 failed. .if 0 HG_WRKSRC= cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC @@ -40,5 +40,5 @@ do-test: .endif .include "../../lang/python/batteries-included.mk" -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-hg-evolve/PLIST diff -u pkgsrc/devel/py-hg-evolve/PLIST:1.8 pkgsrc/devel/py-hg-evolve/PLIST:1.9 --- pkgsrc/devel/py-hg-evolve/PLIST:1.8 Thu Jan 27 08:06:26 2022 +++ pkgsrc/devel/py-hg-evolve/PLIST Mon Nov 13 15:01:19 2023 @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.8 2022/01/27 08:06:26 wiz Exp $ -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR} -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.9 2023/11/13 15:01:19 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/COPYING +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/hgext3rd/evolve/__init__.py ${PYSITELIB}/hgext3rd/evolve/__init__.pyc ${PYSITELIB}/hgext3rd/evolve/__init__.pyo @@ -67,9 +67,6 @@ ${PYSITELIB}/hgext3rd/evolve/rewriteutil ${PYSITELIB}/hgext3rd/evolve/safeguard.py ${PYSITELIB}/hgext3rd/evolve/safeguard.pyc ${PYSITELIB}/hgext3rd/evolve/safeguard.pyo -${PYSITELIB}/hgext3rd/evolve/serveronly.py -${PYSITELIB}/hgext3rd/evolve/serveronly.pyc -${PYSITELIB}/hgext3rd/evolve/serveronly.pyo ${PYSITELIB}/hgext3rd/evolve/stablerange.py ${PYSITELIB}/hgext3rd/evolve/stablerange.pyc ${PYSITELIB}/hgext3rd/evolve/stablerange.pyo @@ -97,9 +94,6 @@ ${PYSITELIB}/hgext3rd/evolve/utility.pyo ${PYSITELIB}/hgext3rd/pullbundle.py ${PYSITELIB}/hgext3rd/pullbundle.pyc ${PYSITELIB}/hgext3rd/pullbundle.pyo -${PYSITELIB}/hgext3rd/serverminitopic.py -${PYSITELIB}/hgext3rd/serverminitopic.pyc -${PYSITELIB}/hgext3rd/serverminitopic.pyo ${PYSITELIB}/hgext3rd/topic/__init__.py ${PYSITELIB}/hgext3rd/topic/__init__.pyc ${PYSITELIB}/hgext3rd/topic/__init__.pyo Index: pkgsrc/devel/py-hg-evolve/distinfo diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.26 pkgsrc/devel/py-hg-evolve/distinfo:1.27 --- pkgsrc/devel/py-hg-evolve/distinfo:1.26 Wed Jul 19 14:57:42 2023 +++ pkgsrc/devel/py-hg-evolve/distinfo Mon Nov 13 15:01:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/07/19 14:57:42 wiz Exp $ +$NetBSD: distinfo,v 1.27 2023/11/13 15:01:19 wiz Exp $ -BLAKE2s (hg-evolve-11.0.2.tar.gz) = ee99861dfcf27fd6cef2f546a5895619fb39425a848c13bc3c88b38643b63ed1 -SHA512 (hg-evolve-11.0.2.tar.gz) = a47034dc93021c694dd5b47b684616c551d655be4643414a7ae8ae9ee733af6aa355010ab61a74d54b174c10848c87a1f5dd552499c80f8426ef40f0cff5a8cd -Size (hg-evolve-11.0.2.tar.gz) = 855352 bytes +BLAKE2s (hg-evolve-11.1.0.tar.gz) = 90cd95e75a127a1fbfbc3ea0484eb1411f3b972aa10c61f7abfeb3e79a09b2c2 +SHA512 (hg-evolve-11.1.0.tar.gz) = eb6ae86eacc97a98eb5de9d37ea04d3b2d560b0cad098314689156e01bb27f8001492299a5555b1ecba87c485919130d307696db3d3c4f0d0ac9b37aff6045c7 +Size (hg-evolve-11.1.0.tar.gz) = 858080 bytes --_----------=_1699887679293680--