Thu Jan 16 14:32:50 2020 UTC ()
py-mercurial: update to 5.2.2.

Changes not documented.


(wiz)
diff -r1.37 -r1.38 pkgsrc/devel/py-mercurial/Makefile
diff -r1.82 -r1.83 pkgsrc/devel/py-mercurial/distinfo
diff -r1.9 -r1.10 pkgsrc/devel/py-mercurial/version.mk

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

--- pkgsrc/devel/py-mercurial/Makefile 2020/01/04 23:00:27 1.37
+++ pkgsrc/devel/py-mercurial/Makefile 2020/01/16 14:32:50 1.38
@@ -1,45 +1,44 @@ @@ -1,45 +1,44 @@
1# $NetBSD: Makefile,v 1.37 2020/01/04 23:00:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2020/01/16 14:32:50 wiz Exp $
2 2
3DISTNAME= mercurial-${VERSION} 3DISTNAME= mercurial-${VERSION}
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel scm 5CATEGORIES= devel scm
7MASTER_SITES= https://www.mercurial-scm.org/release/ 6MASTER_SITES= https://www.mercurial-scm.org/release/
8 7
9MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= https://www.mercurial-scm.org/ 9HOMEPAGE= https://www.mercurial-scm.org/
11COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
12LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
13 12
14# with this dependency, two zip test cases start working 13# with this dependency, two zip test cases start working
15# https://bz.mercurial-scm.org/show_bug.cgi?id=4483 14# https://bz.mercurial-scm.org/show_bug.cgi?id=4483
16# https://bz.mercurial-scm.org/show_bug.cgi?id=4485 15# https://bz.mercurial-scm.org/show_bug.cgi?id=4485
17BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 16BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
18DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 17DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
19 18
20TEST_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 19TEST_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
21TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 20TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
22 21
23USE_TOOLS+= gmake msgfmt 22USE_TOOLS+= gmake msgfmt
24 23
25INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 24INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
26INSTALLATION_DIRS+= share/doc/mercurial 25INSTALLATION_DIRS+= share/doc/mercurial
27 26
28.include "version.mk" 27.include "version.mk"
29 28
30# Known test failures: 29# Known test failures:
31# none as of 5.2 30# none as of 5.2.2
32# Ran 817 tests, 79 skipped, 0 failed. 31# Ran 820 tests, 76 skipped, 0 failed.
33# 32#
34# test-narrow-shallow (sometimes): 33# test-narrow-shallow (sometimes):
35# https://bz.mercurial-scm.org/show_bug.cgi?id=6150 34# https://bz.mercurial-scm.org/show_bug.cgi?id=6150
36do-test: 35do-test:
37 cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} 36 cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
38 37
39post-install: 38post-install:
40 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 39 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
41 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 40 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
42 ${INSTALL_DATA} ${WRKSRC}/README.rst \ 41 ${INSTALL_DATA} ${WRKSRC}/README.rst \
43 ${DESTDIR}${PREFIX}/share/doc/mercurial 42 ${DESTDIR}${PREFIX}/share/doc/mercurial
44 43
45.include "../../lang/python/distutils.mk" 44.include "../../lang/python/distutils.mk"

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

--- pkgsrc/devel/py-mercurial/distinfo 2020/01/04 20:21:15 1.82
+++ pkgsrc/devel/py-mercurial/distinfo 2020/01/16 14:32:50 1.83
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.82 2020/01/04 20:21:15 wiz Exp $ 1$NetBSD: distinfo,v 1.83 2020/01/16 14:32:50 wiz Exp $
2 2
3SHA1 (mercurial-5.2.1.tar.gz) = ce9ffac9d0d92671afbe95f20e71a54b84c77aa1 3SHA1 (mercurial-5.2.2.tar.gz) = 2fc96603ef6348ee1bc305bd556baed6cfcb3972
4RMD160 (mercurial-5.2.1.tar.gz) = 9a5e5af7b573969b0afc98b08ce59302e11076ad 4RMD160 (mercurial-5.2.2.tar.gz) = 7368f534ce57a82700dd2159bed5edd4a9f47a7b
5SHA512 (mercurial-5.2.1.tar.gz) = 7be88570769561157eb8ef3510cb88c519c4db29278abdf4e4219721531d70d59b94be03d9b7da26b9322581d89d26b9833f063525ceb1ac749fe0b7fb1826d2 5SHA512 (mercurial-5.2.2.tar.gz) = 875e75587ab1f1c54edd2f7198dff21e6b287425f215a9d28ef98d5359420df90ca7ef0128ec7b772c4a31dc95b1082b4d6d28f1754968a08408516ba9ec91ee
6Size (mercurial-5.2.1.tar.gz) = 7332037 bytes 6Size (mercurial-5.2.2.tar.gz) = 7333065 bytes

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

--- pkgsrc/devel/py-mercurial/version.mk 2020/01/04 20:28:08 1.9
+++ pkgsrc/devel/py-mercurial/version.mk 2020/01/16 14:32:50 1.10
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1# $NetBSD: version.mk,v 1.9 2020/01/04 20:28:08 wiz Exp $ 1# $NetBSD: version.mk,v 1.10 2020/01/16 14:32:50 wiz Exp $
2 2
3VERSION= 5.2.1 3VERSION= 5.2.2