pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: update to 5.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8da66c183caa
branches:  trunk
changeset: 336418:8da66c183caa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 14 10:59:35 2019 +0000

description:
py-mercurial: update to 5.0.2.

As a bonus, changes for 5.0.1 which were not available at the time of the release.

Mercurial 5.0.2

A regularly scheduled bugfix release.

1. commands

    Help fixes on hg mv and hg cp

2. unsorted

    debugrevlog: fix average size computation for empty data (issue6167)

    Fix an obscure data corruption bug with musl libc (and presumably others). See https://www.mercurial-scm.org/repo/hg-committed/rev/97ada9b8d51b the fix for more details.

Mercurial 5.0.1

A regularly scheduled bugfix release.

1. commands

    bookmark: also make bookmark cache depends of the changelog

    commit: allow --interactive to work again when naming a directory (issue6131)

2. unsorted

    manifest: avoid corruption by dropping removed files with pure (issue5801)

    sslutil: fsencode path returned by certifi (issue6132)

diffstat:

 devel/py-mercurial/Makefile   |   6 ++----
 devel/py-mercurial/distinfo   |  10 +++++-----
 devel/py-mercurial/version.mk |   4 ++--
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r b77b93d79acf -r 8da66c183caa devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile       Sat Jul 13 22:36:05 2019 +0000
+++ b/devel/py-mercurial/Makefile       Sun Jul 14 10:59:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/06/17 05:33:10 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/07/14 10:59:35 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,10 +24,8 @@
 .include "version.mk"
 
 # Known test failures:
-# test-narrow-shallow:
+# test-narrow-shallow (sometimes):
 # 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}
 
diff -r b77b93d79acf -r 8da66c183caa devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Sat Jul 13 22:36:05 2019 +0000
+++ b/devel/py-mercurial/distinfo       Sun Jul 14 10:59:35 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2019/06/17 05:33:10 wiz Exp $
+$NetBSD: distinfo,v 1.77 2019/07/14 10:59:35 wiz Exp $
 
-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
+SHA1 (mercurial-5.0.2.tar.gz) = 81a7e9fd4e8ce206688a9a89cb1a066d7c8841d1
+RMD160 (mercurial-5.0.2.tar.gz) = 4c1c54e846d6cfcbe9ef0330be5f33eaee007c5f
+SHA512 (mercurial-5.0.2.tar.gz) = 8b328e2e5a2896b690492d75c055bb13cd76df6efb087ef770f60ead86e30f7d952cb3ca82a696c0c5ce7039c319bd0fc9b448a52c079653622760317d5bb315
+Size (mercurial-5.0.2.tar.gz) = 7202797 bytes
diff -r b77b93d79acf -r 8da66c183caa devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk     Sat Jul 13 22:36:05 2019 +0000
+++ b/devel/py-mercurial/version.mk     Sun Jul 14 10:59:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.2 2019/06/17 05:33:10 wiz Exp $
+# $NetBSD: version.mk,v 1.3 2019/07/14 10:59:35 wiz Exp $
 
-VERSION=       5.0.1
+VERSION=       5.0.2
 
 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