diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-02 14:42:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-02 14:42:32 +0000 |
commit | 6c2dc07e1e710e462261ed3455439833404aed67 (patch) | |
tree | 1a26fd3f0f3e69e2baecc949a1868eadf3495cd6 /devel/py-mercurial | |
parent | db9d22c92f83c2817b54a2d0e8a2f55e3e57dd50 (diff) | |
download | pkgsrc-6c2dc07e1e710e462261ed3455439833404aed67.tar.gz |
Updated py-mercurial to 3.9.1.
Mercurial 3.9.1 (2016-9-1)
This is a regularly-scheduled bugfix release.
bundle2: fail faster when interrupted
bundle2: localize handleoutput remote prompts
convert: move svn config initializer out of the module level
debian: update source URL in copyright file
exchange: correctly specify url to unbundle (issue5145)
help: add example of '[templates]' usage
help: update link to wiki/CommandServer
osx: update bugzilla link in readme
revset: fix keyword arguments to go through optimization process
win32: update link to mailing list in readme
win32: update wiki link in mercurial.ini
Diffstat (limited to 'devel/py-mercurial')
-rw-r--r-- | devel/py-mercurial/Makefile.version | 4 | ||||
-rw-r--r-- | devel/py-mercurial/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 9273a820733..788672dd201 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.38 2016/08/02 23:30:29 wiz Exp $ +# $NetBSD: Makefile.version,v 1.39 2016/09/02 14:42:32 wiz Exp $ -VERSION= 3.9 +VERSION= 3.9.1 PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 cb622127253..12830cde2b6 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2016/08/02 23:30:29 wiz Exp $ +$NetBSD: distinfo,v 1.40 2016/09/02 14:42:32 wiz Exp $ -SHA1 (mercurial-3.9.tar.gz) = 427a5d9651f1805f33172f7558ebc11e15a46309 -RMD160 (mercurial-3.9.tar.gz) = f511f0b18d65132e6b702460e84e5de808fdf6bd -SHA512 (mercurial-3.9.tar.gz) = 148d5f4c1c8c78b654b03d898f8e9624697caf3f75ff8d56496f8ba5b0e28c487f6800ea2e7e26bf2ac5f01e9bdf92e7d3b4941c88521372af090a3587a0227b -Size (mercurial-3.9.tar.gz) = 4796280 bytes +SHA1 (mercurial-3.9.1.tar.gz) = 6927932e144ad3dbf7677d1d0e12e1cd980a92f9 +RMD160 (mercurial-3.9.1.tar.gz) = 9cf9c240258bd1e81afdba7b7001494457a5a01d +SHA512 (mercurial-3.9.1.tar.gz) = d96e45cafd36be692d6ce5259e18140641c24f73d4731ff767df0f39af425b0630c687436fc0f53d5882495ceacacaadd5e19f8f7c701b4b94c48631123b4666 +Size (mercurial-3.9.1.tar.gz) = 4797967 bytes |