pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 05:33:10 UTC 2019

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile distinfo version.mk

Log Message:
py-mercurial: update to 5.0.1.

Changes not documented.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/devel/py-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.29 pkgsrc/devel/py-mercurial/Makefile:1.30
--- pkgsrc/devel/py-mercurial/Makefile:1.29     Tue May 21 20:55:02 2019
+++ pkgsrc/devel/py-mercurial/Makefile  Mon Jun 17 05:33:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/05/21 20:55:02 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/06/17 05:33:10 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,9 +24,9 @@ INSTALLATION_DIRS+=   share/doc/mercurial
 .include "version.mk"
 
 # Known test failures:
-# test-logtoprocess
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6143
-# 21 timeouts:
+# test-narrow-shallow:
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6150
+# 12 timeouts:
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6144
 do-test:
        cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.75 pkgsrc/devel/py-mercurial/distinfo:1.76
--- pkgsrc/devel/py-mercurial/distinfo:1.75     Tue May 21 20:55:02 2019
+++ pkgsrc/devel/py-mercurial/distinfo  Mon Jun 17 05:33:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2019/05/21 20:55:02 wiz Exp $
+$NetBSD: distinfo,v 1.76 2019/06/17 05:33:10 wiz Exp $
 
-SHA1 (mercurial-5.0.tar.gz) = 5591b1323167c4b25f992e727370379ae9a73f9a
-RMD160 (mercurial-5.0.tar.gz) = afc314b7db88e392b10a032fcae53a7a6f5209c9
-SHA512 (mercurial-5.0.tar.gz) = fa193bdf3957bbd6625c41aa210292bf1fca7125e05977467b3dc85420cea1e952b89cd861613564ec05f9e93ff51bad652f5b875beb2e3b0d28e524c8b64bad
-Size (mercurial-5.0.tar.gz) = 7197243 bytes
+SHA1 (mercurial-5.0.1.tar.gz) = f1e315dc5ce18b26c2f1d1515335117d6c1aa6d9
+RMD160 (mercurial-5.0.1.tar.gz) = fd06e01d0ea6104c00844fcd27b8d980f3b4cb76
+SHA512 (mercurial-5.0.1.tar.gz) = c4ed45c42f15a6dec02f62d76d56304b06687204755a9ab86b102c22df266962d02a069876a93f73a3fdc1aa4b0992314487877da2e6cbd876b65ff5e4feaf5a
+Size (mercurial-5.0.1.tar.gz) = 7201562 bytes

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.1 pkgsrc/devel/py-mercurial/version.mk:1.2
--- pkgsrc/devel/py-mercurial/version.mk:1.1    Tue May 21 20:55:02 2019
+++ pkgsrc/devel/py-mercurial/version.mk        Mon Jun 17 05:33:10 2019
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.1 2019/05/21 20:55:02 wiz Exp $
+# $NetBSD: version.mk,v 1.2 2019/06/17 05:33:10 wiz Exp $
 
-VERSION=       5.0
+VERSION=       5.0.1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  36 37 # 5.0 has "beta" support for python 3
 # see https://www.mercurial-scm.org/wiki/Python3



Home | Main Index | Thread Index | Old Index