diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-04 05:44:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-04 05:44:14 +0000 |
commit | 0a281d19af905b6ce4c98b3a3d4dd1716a7a0899 (patch) | |
tree | 9362fcbc6283f131dbd870a356c5254a13780ba1 /devel | |
parent | e1ce4c95f95d57c652aa9721a0576696b329519b (diff) | |
download | pkgsrc-0a281d19af905b6ce4c98b3a3d4dd1716a7a0899.tar.gz |
Update to 3.0.1:
This is a regularly-scheduled bugfix release.
alias: change return code of bad definition to 255
alias: fix loss of non-zero return code in command aliases
alias: handle shlex error in command aliases
bookmarks: properly align multi-byte characters
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257)
bundle2: fix bundle2 pulling all revs on empty pulls
bundle2: fix configuration name mismatch
changelog: ensure changelog._delaybuf is initialized
color: don't fail on error messages when no curses (issue4237)
exchange: propagate arguments to the _getbundleextrapart function
localrepo: prevent leak of transaction object (issue4258)
proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1
setup.py, make: avoid problems with outdated, existing hgext/index.py*
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos
subrepo: invoke "_sanitize()" also after "git merge --ff"
subrepo: make "_sanitize()" take absolute path to the root of subrepo
subrepo: make "_sanitize()" work
subrepo: normalize path in the specific way for problematic encodings
templates: fix ifcontains against sets with length > 1 (issue4259)
win32: backout 1a9ebc83a74c
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mercurial/Makefile.version | 4 | ||||
-rw-r--r-- | devel/py-mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index afee729797c..0e24867aca9 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.3 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile.version,v 1.4 2014/06/04 05:44:14 wiz Exp $ -VERSION= 3.0 +VERSION= 3.0.1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.9 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo index be8eb68df76..ce2c9214af9 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/05/03 11:53:59 wiz Exp $ +$NetBSD: distinfo,v 1.3 2014/06/04 05:44:14 wiz Exp $ -SHA1 (mercurial-3.0.tar.gz) = f9648580dd1a6a093fa16d7c28cf5aeefd20f2f0 -RMD160 (mercurial-3.0.tar.gz) = 7de6d47f4e351a16c9e58e4c4fbd2a04de42a8eb -Size (mercurial-3.0.tar.gz) = 3903047 bytes +SHA1 (mercurial-3.0.1.tar.gz) = 2d257836d28d22e4da3d0ad72b0489f6587b1165 +RMD160 (mercurial-3.0.1.tar.gz) = ad07d04438ec7171af0495b4d21e9a3b71feec42 +Size (mercurial-3.0.1.tar.gz) = 3905354 bytes |