Sun Jan 16 23:51:14 2022 UTC ()
py-mercurial: update to 6.0.1.

Changes not found.


(wiz)
diff -r1.64 -r1.65 pkgsrc/devel/py-mercurial/Makefile
diff -r1.38 -r1.39 pkgsrc/devel/py-mercurial/PLIST
diff -r1.111 -r1.112 pkgsrc/devel/py-mercurial/distinfo
diff -r1.29 -r1.30 pkgsrc/devel/py-mercurial/version.mk

cvs diff -r1.64 -r1.65 pkgsrc/devel/py-mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Makefile 2022/01/04 20:53:17 1.64
+++ pkgsrc/devel/py-mercurial/Makefile 2022/01/16 23:51:14 1.65
@@ -1,49 +1,46 @@ @@ -1,49 +1,46 @@
1# $NetBSD: Makefile,v 1.64 2022/01/04 20:53:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.65 2022/01/16 23:51:14 wiz Exp $
2# 2#
3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew 3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
4 4
5DISTNAME= mercurial-${VERSION} 5DISTNAME= mercurial-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7PKGREVISION= 2 
8CATEGORIES= devel scm 7CATEGORIES= devel scm
9MASTER_SITES= https://www.mercurial-scm.org/release/ 8MASTER_SITES= https://www.mercurial-scm.org/release/
10 9
11MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
12HOMEPAGE= https://www.mercurial-scm.org/ 11HOMEPAGE= https://www.mercurial-scm.org/
13COMMENT= Fast, lightweight source control management system 12COMMENT= Fast, lightweight source control management system
14LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
15 14
16DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 15DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
17# via xmlrpc from python itself, used in mercurial/pycompat.py 16# via xmlrpc from python itself, used in mercurial/pycompat.py
18DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
19 18
20TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 19TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
21 20
22USE_TOOLS+= gmake msgfmt 21USE_TOOLS+= gmake msgfmt
23 22
24INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
25INSTALLATION_DIRS+= share/doc/mercurial 24INSTALLATION_DIRS+= share/doc/mercurial
26 25
27.include "version.mk" 26.include "version.mk"
28.include "options.mk" 27.include "options.mk"
29 28
30USE_TOOLS+= bash:test 29USE_TOOLS+= bash:test
31# Known test failures as of 6.0 30# Known test failures as of 6.0.1
32# test-removeemptydirs.t 31# test-removeemptydirs.t
33# https://bz.mercurial-scm.org/show_bug.cgi?id=6587 32# https://bz.mercurial-scm.org/show_bug.cgi?id=6587
34# test-fix.t 
35# https://phab.mercurial-scm.org/D11816 
36# 33#
37# Ran 898 tests, 81 skipped, 2 failed. 34# Ran 899 tests, 81 skipped, 1 failed.
38 35
39TEST_TARGET= tests 36TEST_TARGET= tests
40TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} 37TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
41 38
42post-install: 39post-install:
43 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 40 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
44 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 41 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
45 ${INSTALL_DATA} ${WRKSRC}/README.rst \ 42 ${INSTALL_DATA} ${WRKSRC}/README.rst \
46 ${DESTDIR}${PREFIX}/share/doc/mercurial 43 ${DESTDIR}${PREFIX}/share/doc/mercurial
47 44
48.include "../../lang/python/egg.mk" 45.include "../../lang/python/egg.mk"
49.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.38 -r1.39 pkgsrc/devel/py-mercurial/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/PLIST 2022/01/01 17:33:02 1.38
+++ pkgsrc/devel/py-mercurial/PLIST 2022/01/16 23:51:14 1.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.38 2022/01/01 17:33:02 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.39 2022/01/16 23:51:14 wiz Exp $
2bin/hg 2bin/hg
3${PYSITELIB}/hgdemandimport/__init__.py 3${PYSITELIB}/hgdemandimport/__init__.py
4${PYSITELIB}/hgdemandimport/__init__.pyc 4${PYSITELIB}/hgdemandimport/__init__.pyc
5${PYSITELIB}/hgdemandimport/__init__.pyo 5${PYSITELIB}/hgdemandimport/__init__.pyo
6${PYSITELIB}/hgdemandimport/demandimportpy2.py 6${PYSITELIB}/hgdemandimport/demandimportpy2.py
7${PYSITELIB}/hgdemandimport/demandimportpy2.pyc 7${PYSITELIB}/hgdemandimport/demandimportpy2.pyc
8${PYSITELIB}/hgdemandimport/demandimportpy2.pyo 8${PYSITELIB}/hgdemandimport/demandimportpy2.pyo
9${PYSITELIB}/hgdemandimport/demandimportpy3.py 9${PYSITELIB}/hgdemandimport/demandimportpy3.py
10${PYSITELIB}/hgdemandimport/demandimportpy3.pyc 10${PYSITELIB}/hgdemandimport/demandimportpy3.pyc
11${PYSITELIB}/hgdemandimport/demandimportpy3.pyo 11${PYSITELIB}/hgdemandimport/demandimportpy3.pyo
12${PYSITELIB}/hgdemandimport/tracing.py 12${PYSITELIB}/hgdemandimport/tracing.py
13${PYSITELIB}/hgdemandimport/tracing.pyc 13${PYSITELIB}/hgdemandimport/tracing.pyc
14${PYSITELIB}/hgdemandimport/tracing.pyo 14${PYSITELIB}/hgdemandimport/tracing.pyo
@@ -701,26 +701,27 @@ ${PYSITELIB}/mercurial/helptext/internal @@ -701,26 +701,27 @@ ${PYSITELIB}/mercurial/helptext/internal
701${PYSITELIB}/mercurial/helptext/internals/dirstate-v2.txt 701${PYSITELIB}/mercurial/helptext/internals/dirstate-v2.txt
702${PYSITELIB}/mercurial/helptext/internals/extensions.txt 702${PYSITELIB}/mercurial/helptext/internals/extensions.txt
703${PYSITELIB}/mercurial/helptext/internals/linelog.txt 703${PYSITELIB}/mercurial/helptext/internals/linelog.txt
704${PYSITELIB}/mercurial/helptext/internals/mergestate.txt 704${PYSITELIB}/mercurial/helptext/internals/mergestate.txt
705${PYSITELIB}/mercurial/helptext/internals/requirements.txt 705${PYSITELIB}/mercurial/helptext/internals/requirements.txt
706${PYSITELIB}/mercurial/helptext/internals/revlogs.txt 706${PYSITELIB}/mercurial/helptext/internals/revlogs.txt
707${PYSITELIB}/mercurial/helptext/internals/wireprotocol.txt 707${PYSITELIB}/mercurial/helptext/internals/wireprotocol.txt
708${PYSITELIB}/mercurial/helptext/internals/wireprotocolrpc.txt 708${PYSITELIB}/mercurial/helptext/internals/wireprotocolrpc.txt
709${PYSITELIB}/mercurial/helptext/internals/wireprotocolv2.txt 709${PYSITELIB}/mercurial/helptext/internals/wireprotocolv2.txt
710${PYSITELIB}/mercurial/helptext/merge-tools.txt 710${PYSITELIB}/mercurial/helptext/merge-tools.txt
711${PYSITELIB}/mercurial/helptext/pager.txt 711${PYSITELIB}/mercurial/helptext/pager.txt
712${PYSITELIB}/mercurial/helptext/patterns.txt 712${PYSITELIB}/mercurial/helptext/patterns.txt
713${PYSITELIB}/mercurial/helptext/phases.txt 713${PYSITELIB}/mercurial/helptext/phases.txt
 714${PYSITELIB}/mercurial/helptext/rust.txt
714${PYSITELIB}/mercurial/helptext/revisions.txt 715${PYSITELIB}/mercurial/helptext/revisions.txt
715${PYSITELIB}/mercurial/helptext/scripting.txt 716${PYSITELIB}/mercurial/helptext/scripting.txt
716${PYSITELIB}/mercurial/helptext/subrepos.txt 717${PYSITELIB}/mercurial/helptext/subrepos.txt
717${PYSITELIB}/mercurial/helptext/templates.txt 718${PYSITELIB}/mercurial/helptext/templates.txt
718${PYSITELIB}/mercurial/helptext/urls.txt 719${PYSITELIB}/mercurial/helptext/urls.txt
719${PYSITELIB}/mercurial/hg.py 720${PYSITELIB}/mercurial/hg.py
720${PYSITELIB}/mercurial/hg.pyc 721${PYSITELIB}/mercurial/hg.pyc
721${PYSITELIB}/mercurial/hg.pyo 722${PYSITELIB}/mercurial/hg.pyo
722${PYSITELIB}/mercurial/hgweb/__init__.py 723${PYSITELIB}/mercurial/hgweb/__init__.py
723${PYSITELIB}/mercurial/hgweb/__init__.pyc 724${PYSITELIB}/mercurial/hgweb/__init__.pyc
724${PYSITELIB}/mercurial/hgweb/__init__.pyo 725${PYSITELIB}/mercurial/hgweb/__init__.pyo
725${PYSITELIB}/mercurial/hgweb/common.py 726${PYSITELIB}/mercurial/hgweb/common.py
726${PYSITELIB}/mercurial/hgweb/common.pyc 727${PYSITELIB}/mercurial/hgweb/common.pyc

cvs diff -r1.111 -r1.112 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2021/11/28 10:36:14 1.111
+++ pkgsrc/devel/py-mercurial/distinfo 2022/01/16 23:51:14 1.112
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.111 2021/11/28 10:36:14 wiz Exp $ 1$NetBSD: distinfo,v 1.112 2022/01/16 23:51:14 wiz Exp $
2 2
3BLAKE2s (mercurial-6.0.tar.gz) = 0f607d864974a17c9ad672d74c90d27767dc09b114b2e9e261c2a390ecae739b 3BLAKE2s (mercurial-6.0.1.tar.gz) = 369fbf489af1aea5e6bda1ebf83dadb7b92c854c9b4a7d528ebf257e5f212a78
4SHA512 (mercurial-6.0.tar.gz) = 342440af75b8e48b75ca604ee4f81298b652413a07f84cb475d9ed3c875a8b69bc22289c2a22d6f07c7bc54fdb1bc25a51a179eb9dcdc299b85fdd0fa4827dad 4SHA512 (mercurial-6.0.1.tar.gz) = dae18c38e7df001177867ed9cb1c9cea6f25fff6c23fd307c56c89bba0e4641d6cf993aabefe1fcb6ab99bd32732b858411f722bea839690fbc04c0a91c1dc53
5Size (mercurial-6.0.tar.gz) = 8137797 bytes 5Size (mercurial-6.0.1.tar.gz) = 8072365 bytes

cvs diff -r1.29 -r1.30 pkgsrc/devel/py-mercurial/version.mk (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/version.mk 2021/11/28 10:36:14 1.29
+++ pkgsrc/devel/py-mercurial/version.mk 2022/01/16 23:51:14 1.30
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1# $NetBSD: version.mk,v 1.29 2021/11/28 10:36:14 wiz Exp $ 1# $NetBSD: version.mk,v 1.30 2022/01/16 23:51:14 wiz Exp $
2 2
3VERSION= 6.0 3VERSION= 6.0.1