pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 18 08:42:08 UTC 2019

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile Makefile.version distinfo

Log Message:
py-mercurial: updated to 4.8.2

This is a regularly-scheduled bugfix release containing following fixes:

1.1. commands
update: do not pass in user revspec as default destination

1.2. core
match: fix assertion for fileset with no context
revlog: catch delta base value under -1
revlog: catch revlog corruption in index_baserev
server: always close http socket if responding with an error
vfs: ensure closewrapbase fh doesn't escape by entering context manager

1.3. extensions
phabricator: properly encode boolean types in the request body

1.4. unsorted
windows: ensure mixedfilemodewrapper fd doesn't escape by entering context mgr
worker: do not swallow exception occurred in main process


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-mercurial/Makefile.version
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-mercurial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.25 pkgsrc/devel/py-mercurial/Makefile:1.26
--- pkgsrc/devel/py-mercurial/Makefile:1.25     Sun Dec  2 12:38:36 2018
+++ pkgsrc/devel/py-mercurial/Makefile  Fri Jan 18 08:42:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/12/02 12:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/01/18 08:42:07 adam Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3 # OR n
 BUILD_DEPENDS+=        unzip-[0-9]*:../../archivers/unzip
 DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 
-USE_TOOLS+=                    gmake msgfmt
+USE_TOOLS+=    gmake msgfmt
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 INSTALLATION_DIRS+=    share/doc/mercurial

Index: pkgsrc/devel/py-mercurial/Makefile.version
diff -u pkgsrc/devel/py-mercurial/Makefile.version:1.66 pkgsrc/devel/py-mercurial/Makefile.version:1.67
--- pkgsrc/devel/py-mercurial/Makefile.version:1.66     Mon Dec 10 12:56:23 2018
+++ pkgsrc/devel/py-mercurial/Makefile.version  Fri Jan 18 08:42:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.66 2018/12/10 12:56:23 wiz Exp $
+# $NetBSD: Makefile.version,v 1.67 2019/01/18 08:42:07 adam Exp $
 
-VERSION=       4.8.1
+VERSION=       4.8.2
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 4.3
 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.70 pkgsrc/devel/py-mercurial/distinfo:1.71
--- pkgsrc/devel/py-mercurial/distinfo:1.70     Mon Dec 10 12:56:23 2018
+++ pkgsrc/devel/py-mercurial/distinfo  Fri Jan 18 08:42:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2018/12/10 12:56:23 wiz Exp $
+$NetBSD: distinfo,v 1.71 2019/01/18 08:42:07 adam Exp $
 
-SHA1 (mercurial-4.8.1.tar.gz) = 108254a9f2dddd9478cdbc7d3127108b22facb7c
-RMD160 (mercurial-4.8.1.tar.gz) = d3b3d7de0d6853924a9e22d77a25664489cb9481
-SHA512 (mercurial-4.8.1.tar.gz) = a4485c22f9bb0bb752bf42941f613cb3542c66cbec5d7d49be2090ac544f5dca0f476e4535a56e3f4f4f5fc02fb12739e6d1c7b407264fc2ba4b19b0230b9f93
-Size (mercurial-4.8.1.tar.gz) = 6869733 bytes
+SHA1 (mercurial-4.8.2.tar.gz) = f2389e708db2358e43d35d37a16fb08cfc6e1284
+RMD160 (mercurial-4.8.2.tar.gz) = 90766c7cc20293ef28f8ed45869dbf5637bfb7ed
+SHA512 (mercurial-4.8.2.tar.gz) = 1010f20ea5ed081f2d5c58e97696027b2d06dd0471b39e88a1858d5409bcf59f2ccf360925c417495834fccba06e1525ae70894233164d617227814ca2277e20
+Size (mercurial-4.8.2.tar.gz) = 6870985 bytes



Home | Main Index | Thread Index | Old Index