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 4.9.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92b72028ca2c
branches:  trunk
changeset: 321643:92b72028ca2c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 26 06:20:17 2019 +0000

description:
py-mercurial: update to 4.9.1.

Mercurial 4.9.1 (2019-03-19)

A regularly scheduled bugfix release, late due to vacations and similar disruptions at the regular time.

1.1. commands

    record: prevent commits that don't pick up dirty subrepo changes (issue6102)

1.2. extensions

    rebase: add missing dashes in help text

1.3. unsorted

    subrepo: avoid false unsafe path detection on Windows

    test-https: add some more known failure messages of client certs (issue6030)

diffstat:

 devel/py-mercurial/Makefile.version                 |   9 +++++----
 devel/py-mercurial/distinfo                         |  11 +++++------
 devel/py-mercurial/patches/patch-tests_test-https.t |  16 ----------------
 3 files changed, 10 insertions(+), 26 deletions(-)

diffs (54 lines):

diff -r 2f3453a9f4b7 -r 92b72028ca2c devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version       Tue Mar 26 02:56:12 2019 +0000
+++ b/devel/py-mercurial/Makefile.version       Tue Mar 26 06:20:17 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.version,v 1.68 2019/02/14 09:53:06 wiz Exp $
+# $NetBSD: Makefile.version,v 1.69 2019/03/26 06:20:17 wiz Exp $
+
+VERSION=       4.9.1
 
-VERSION=       4.9
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 4.3
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 4.9.1
 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
+# and https://www.mercurial-scm.org/wiki/Python3
 #
 # the following setup argument was requested when compiling
 # for python-3.x
diff -r 2f3453a9f4b7 -r 92b72028ca2c devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Tue Mar 26 02:56:12 2019 +0000
+++ b/devel/py-mercurial/distinfo       Tue Mar 26 06:20:17 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.73 2019/03/19 12:12:22 wiz Exp $
+$NetBSD: distinfo,v 1.74 2019/03/26 06:20:17 wiz Exp $
 
-SHA1 (mercurial-4.9.tar.gz) = b6364e3fb3ba609bfaeb30b0ff3d3878909453b0
-RMD160 (mercurial-4.9.tar.gz) = bc8e47451a25be0f431262318cb2c3c84503b764
-SHA512 (mercurial-4.9.tar.gz) = 59a5467cebb51f17cce7bcada37f8d85906493ab2e3d443ceeae2c6598fb69d2d59f1e99c73bd08345c5f90501a7bae0d70e04c770ea7653ec30648e591c97fb
-Size (mercurial-4.9.tar.gz) = 7075692 bytes
-SHA1 (patch-tests_test-https.t) = 6c02b60c4462d3c46a712d7c5dd4e9239aab84d7
+SHA1 (mercurial-4.9.1.tar.gz) = 2919b255c97f1355b08f9f5fe13031c6ebfca315
+RMD160 (mercurial-4.9.1.tar.gz) = 4be4ff74ee183936b52774dfeeb9ab02df70e25b
+SHA512 (mercurial-4.9.1.tar.gz) = 2265ab501e24a2d229ef29404ca35d318faf620db163ec33225348d53139f7b6cb121e935ce444ec697ced69697f43df57dd7199ad20c1ca6f0275d9744ce391
+Size (mercurial-4.9.1.tar.gz) = 7076867 bytes
diff -r 2f3453a9f4b7 -r 92b72028ca2c devel/py-mercurial/patches/patch-tests_test-https.t
--- a/devel/py-mercurial/patches/patch-tests_test-https.t       Tue Mar 26 02:56:12 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-tests_test-https.t,v 1.1 2019/03/19 12:12:22 wiz Exp $
-
-Fix test failure on NetBSD. From
-https://mercurial-scm.org/repo/hg/rev/406519302520
-
---- tests/test-https.t.orig    2019-02-01 18:44:06.000000000 +0000
-+++ tests/test-https.t
-@@ -624,7 +624,7 @@ without client certificate:
- 
-   $ P="$CERTSDIR" hg id https://localhost:$HGPORT/
-   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
--  abort: error: *handshake failure* (glob)
-+  abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure).* (re)
-   [255]
- 
- with client certificate:



Home | Main Index | Thread Index | Old Index