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.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/358b325207f2
branches:  trunk
changeset: 652454:358b325207f2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 02 22:41:45 2015 +0000

description:
Update to 3.4.1:

This is a regularly-scheduled bugfix release.

    archive: always use portable path component separators with subrepos
    commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED
    context: don't complain about a matcher's subrepo paths in changectx.walk()
    convert: properly pass null ids through .hgtags (issue4678)
    extensions: clear aftercallbacks after execution (issue4646)
    hgweb: bring back infinite scroll in shortlog of paper style
    histedit: fix --continue when rules are finished
    histedit: fix --edit-plan
    histedit: fix keep during --continue
    histedit: fix serializing of None backupfile
    histedit: fix test-histedit-edit on vfat
    localrepo: pass hook argument txnid to pretxnopen hooks
    localrepo: rename hook argument from TXNID to txnid (BC)
    localrepo: use correct argument name for pretxnclose hooks (BC)
    match: explicitly naming a subrepo implies always() for the submatcher
    mergecopies: avoid slowdown from linkrev adjustment (issue4680)
    rebase: check that the bookmark is still valid when restoring (issue4669)
    rebase: clear merge when aborting before any rebasing (issue4661)
    revbranchcache: return uncached branchinfo for nullrev (issue4683)
    revset: drop magic of fullreposet membership test (issue4682)
    revset: id() called with 40-byte strings should give the same results as for short strings
    revset: map postfix '%' to only() to optimize operand recursively (issue4670)
    ssh: capture output with bundle2 again (issue4642)
    templatekw: compare target context and its parent exactly (issue4690)
    templater: do not process \-escapes at parsestring() (issue4290)
    templater: fix crash by passing invalid object to date() function
    templater: strictly parse leading backslashes of '{' (issue4569) (BC)
    transaction: really fix _addbackupentry key usage (issue4684)
    transaction: separate calculating TXNID from creating transaction object
    transaction: use the proper variable in '_addbackupentry' (issue4684)
    util.checkcase: don't abort on broken symlinks

diffstat:

 devel/py-mercurial/Makefile.version |  6 +++---
 devel/py-mercurial/distinfo         |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b8a6af339b26 -r 358b325207f2 devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version       Tue Jun 02 20:37:01 2015 +0000
+++ b/devel/py-mercurial/Makefile.version       Tue Jun 02 22:41:45 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.version,v 1.18 2015/05/03 09:49:24 wiz Exp $
+# $NetBSD: Makefile.version,v 1.19 2015/06/02 22:41:45 wiz Exp $
 
-VERSION=       3.4
+VERSION=       3.4.1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # not yet ported as of 2.9
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # not yet ported as of 3.4.1
 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
 # 3.x support is not planned for the near future
 #
diff -r b8a6af339b26 -r 358b325207f2 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Tue Jun 02 20:37:01 2015 +0000
+++ b/devel/py-mercurial/distinfo       Tue Jun 02 22:41:45 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2015/05/03 09:49:24 wiz Exp $
+$NetBSD: distinfo,v 1.20 2015/06/02 22:41:45 wiz Exp $
 
-SHA1 (mercurial-3.4.tar.gz) = b0a90cda956d89de882fef76f96d4f263e56713f
-RMD160 (mercurial-3.4.tar.gz) = 8e41cf7c3de63b25c6f10b56037e182f79e463f3
-Size (mercurial-3.4.tar.gz) = 4289081 bytes
+SHA1 (mercurial-3.4.1.tar.gz) = 70adadc9d715f3b71a8615000fd5d220e33d698e
+RMD160 (mercurial-3.4.1.tar.gz) = 2eb4ef26107352d5691f346ce4b65775eb5c131b
+Size (mercurial-3.4.1.tar.gz) = 4294163 bytes



Home | Main Index | Thread Index | Old Index