summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-10-02 12:11:20 +0000
committerwiz <wiz@pkgsrc.org>2017-10-02 12:11:20 +0000
commit3f3d1a6449eef49460109e3b101f90bd8028635b (patch)
tree00ea9c102d40422a5864c7879b843d23fde06c5e /devel
parentbfd2c25c37eb1433b55c9fe1c122c73f3f79039d (diff)
downloadpkgsrc-3f3d1a6449eef49460109e3b101f90bd8028635b.tar.gz
py-mercurial: update to 4.3.3.
Mercurial 4.3.3 (2017-10-01) Prevent crashes when clearing progress bar. (issue5684) rebase: move bookmarks with --keep (issue5682) Mercurial 4.3.2 (2017-09-18) restore compatibility with older versions of Python 2.7 by not using a bytearray with struct.unpack_from() restore mingw compatibility for setup.py hgwebdir: read 'web.template' untrusted (plugs potential security issue) repair: preserve phase when not using generaldelta (issue5678) ssh: fix flakey ssh errors on BSD systems restore error handling behavior around certain I/O errors; the regressed behavior could result in transactions not being properly rolled back if stdio handles encountered errors (issue5658) templatekw: choose {latesttag} by len(changes), not date (issue5659) record: fix revert -i for lines without newline (issue5651) mq: create non-lossy patches, also with custom global diff configuration
Diffstat (limited to 'devel')
-rw-r--r--devel/py-mercurial/Makefile13
-rw-r--r--devel/py-mercurial/Makefile.version4
-rw-r--r--devel/py-mercurial/distinfo10
3 files changed, 16 insertions, 11 deletions
diff --git a/devel/py-mercurial/Makefile b/devel/py-mercurial/Makefile
index a3a90d04cf4..bb293375523 100644
--- a/devel/py-mercurial/Makefile
+++ b/devel/py-mercurial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/14 01:31:56 maya Exp $
+# $NetBSD: Makefile,v 1.15 2017/10/02 12:11:20 wiz Exp $
DISTNAME= mercurial-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,9 @@ COMMENT= Fast, lightweight source control management system
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
# with this dependency, two zip test cases start working
-# http://bz.selenic.com/show_bug.cgi?id=4483
-# http://bz.selenic.com/show_bug.cgi?id=4485
-#BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
+# https://bz.mercurial-scm.org/show_bug.cgi?id=4483
+# https://bz.mercurial-scm.org/show_bug.cgi?id=4485
+BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
USE_TOOLS+= gmake msgfmt
@@ -23,6 +23,11 @@ INSTALLATION_DIRS+= share/doc/mercurial
.include "Makefile.version"
+# Known test failures:
+# test-status-color.t:
+# https://bz.mercurial-scm.org/show_bug.cgi?id=5698
+# test-hghave.t:
+# https://bz.mercurial-scm.org/show_bug.cgi?id=5697
do-test:
cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN}
diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version
index 25cbcc9d91c..585a2d2d645 100644
--- a/devel/py-mercurial/Makefile.version
+++ b/devel/py-mercurial/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.51 2017/08/14 01:31:56 maya Exp $
+# $NetBSD: Makefile.version,v 1.52 2017/10/02 12:11:20 wiz Exp $
-VERSION= 4.3.1
+VERSION= 4.3.3
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.9
# see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo
index af72ac9834d..3e5d90322a9 100644
--- a/devel/py-mercurial/distinfo
+++ b/devel/py-mercurial/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2017/08/14 01:31:56 maya Exp $
+$NetBSD: distinfo,v 1.53 2017/10/02 12:11:20 wiz Exp $
-SHA1 (mercurial-4.3.1.tar.gz) = 06cde0a5d555d5c62bb7f791409fd91910c28553
-RMD160 (mercurial-4.3.1.tar.gz) = 744cac47bd71c454365aff5123a6e93464dba7cf
-SHA512 (mercurial-4.3.1.tar.gz) = 4c42d06b7f111a3e825dd927704a30f88f0b2225cf87ab8954bf53a7fbc0edf561374dd49b13d9c10140d98ff5853a64acb5a744349727abae81d32da401922b
-Size (mercurial-4.3.1.tar.gz) = 5475042 bytes
+SHA1 (mercurial-4.3.3.tar.gz) = 921c3c6302c4b1d4be6a56fcfa0a41553dd4bd44
+RMD160 (mercurial-4.3.3.tar.gz) = 51122b744a76156bdd7107d929f159beaa5d3cba
+SHA512 (mercurial-4.3.3.tar.gz) = 2d5249b6b2ec6b21c548702af2cf6b8e0858197a370514465aa7a880391f2e9efd6aecefb67fc547dfb8759c1c678009dc5a33fc48743bee30fcbdd853ee1cc6
+Size (mercurial-4.3.3.tar.gz) = 5491634 bytes