pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-mercurial Update to 3.0.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/937f20af95da
branches: trunk
changeset: 635377:937f20af95da
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 04 05:44:14 2014 +0000
description:
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:
devel/py-mercurial/Makefile.version | 4 ++--
devel/py-mercurial/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 7d2ecb2aef7a -r 937f20af95da devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version Wed Jun 04 00:21:33 2014 +0000
+++ b/devel/py-mercurial/Makefile.version Wed Jun 04 05:44:14 2014 +0000
@@ -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 -r 7d2ecb2aef7a -r 937f20af95da devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo Wed Jun 04 00:21:33 2014 +0000
+++ b/devel/py-mercurial/distinfo Wed Jun 04 05:44:14 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index