pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hglib py-hglib: Update to 2.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17dae612b3a5
branches:  trunk
changeset: 333648:17dae612b3a5
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat May 11 10:01:28 2019 +0000

description:
py-hglib: Update to 2.6.1

pkgsrc changes:
 - Update HOMEPAGE

Changes (no changelog provided, these are from commit messages):
2.6.1
-----
 - util: fix handling of empty short option
 - make: dist, all, and help should also be phony rules

2.6
---
 - client: do not accept NULL character as command arguments
 - client: ignore close() on non-open clients (issue5751)

2.5
---
 - hgclient: look for an open server before closing it in ResponseError block
 - _readchannel: if a read failure is due to a broken server, report that
 - config: un-break showconfig wrapper when environment variables are used
 - client: make it robust for weird repository path
 - util: make cmdbuilder() robust for faulty parsing of early options
 - client: do not append an option to a list of arguments
 - client: raise ResponseError in _readchannel()
 - client: don't swallow ResponseError inside open()
 - client: kill the server on unrecoverable communication errors (issue5516)
 - client: fail gracefully on unexpected prompts (issue5516)
 - summary: parse commit line less strictly (issue5637)

diffstat:

 devel/py-hglib/Makefile |   4 ++--
 devel/py-hglib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 6749317c5424 -r 17dae612b3a5 devel/py-hglib/Makefile
--- a/devel/py-hglib/Makefile   Sat May 11 08:13:26 2019 +0000
+++ b/devel/py-hglib/Makefile   Sat May 11 10:01:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/13 06:31:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/11 10:01:28 leot Exp $
 
 DISTNAME=      python-hglib-2.4
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -6,7 +6,7 @@
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-hglib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://selenic.com/repo/python-hglib
+HOMEPAGE=      https://www.mercurial-scm.org/wiki/PythonHglib
 COMMENT=       Python library for interfacing with mercurial's CommandServer
 LICENSE=       mit
 
diff -r 6749317c5424 -r 17dae612b3a5 devel/py-hglib/distinfo
--- a/devel/py-hglib/distinfo   Sat May 11 08:13:26 2019 +0000
+++ b/devel/py-hglib/distinfo   Sat May 11 10:01:28 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/13 06:31:33 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/11 10:01:28 leot Exp $
 
-SHA1 (python-hglib-2.4.tar.gz) = d4ae1ac3e861af93d6f06295dcd66ad5cff6feae
-RMD160 (python-hglib-2.4.tar.gz) = ffd58027e84295533f7426091e952e85edb3085d
-SHA512 (python-hglib-2.4.tar.gz) = 91fff5b5badb798aa0a5a25d8544718afe545a53d1b4f5725abbf46a07a81fbbea12e3a8b05c874b4693668e3fc57362100844d7387ed3dc6dc7b50d3a7e8c52
-Size (python-hglib-2.4.tar.gz) = 29552 bytes
+SHA1 (python-hglib-2.6.1.tar.gz) = 829591e5e6a5db8dccaac526656af2e7c866c438
+RMD160 (python-hglib-2.6.1.tar.gz) = 89532c2e335a156efcb5d4f4256fda70b532f0b6
+SHA512 (python-hglib-2.6.1.tar.gz) = 3895c38d07cf3d66c711ad37d312535d233430938c536c6e8e548c34bbe3deb5a1f3cc5ad05151e28cac86657d7cdb4bc0a55a1ea5f78aa42856b694cfbe8c97
+Size (python-hglib-2.6.1.tar.gz) = 34630 bytes



Home | Main Index | Thread Index | Old Index