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:   wiz
Date:           Thu Jul 15 12:37:02 UTC 2021

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

Log Message:
py-mercurial: update to 5.8.1.

Changes not found.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-mercurial/version.mk

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.56 pkgsrc/devel/py-mercurial/Makefile:1.57
--- pkgsrc/devel/py-mercurial/Makefile:1.56     Fri Jul  2 15:51:17 2021
+++ pkgsrc/devel/py-mercurial/Makefile  Thu Jul 15 12:37:02 2021
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.56 2021/07/02 15:51:17 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2021/07/15 12:37:02 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  https://www.mercurial-scm.org/release/
 
@@ -32,11 +31,11 @@ INSTALLATION_DIRS+= share/doc/mercurial
 .include "options.mk"
 
 USE_TOOLS+=            bash:test
-# Known test failures as of 5.8
+# Known test failures as of 5.8.1
 # test-persistent-nodemap.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6523
 #
-# Ran 878 tests, 81 skipped, 1 failed.
+# Ran 879 tests, 81 skipped, 1 failed.
 
 TEST_TARGET=           tests
 TEST_MAKE_FLAGS+=      PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.103 pkgsrc/devel/py-mercurial/distinfo:1.104
--- pkgsrc/devel/py-mercurial/distinfo:1.103    Sat May 22 23:11:31 2021
+++ pkgsrc/devel/py-mercurial/distinfo  Thu Jul 15 12:37:02 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.103 2021/05/22 23:11:31 wiz Exp $
+$NetBSD: distinfo,v 1.104 2021/07/15 12:37:02 wiz Exp $
 
-SHA1 (mercurial-5.8.tar.gz) = 7ce13257550f9d22d483b42420ecf84b1b9ac3f4
-RMD160 (mercurial-5.8.tar.gz) = fb6b7aaab30c4d82b0a04df51e5899d4acb3e4fe
-SHA512 (mercurial-5.8.tar.gz) = 79eec3a468a1826d4910d140797f26f281ff5e5fb9a0e09656d458577e05cf11ac6032c0d282aeec2996edbd7af954652c97097ea4485b211dad7424c4d20979
-Size (mercurial-5.8.tar.gz) = 7985326 bytes
+SHA1 (mercurial-5.8.1.tar.gz) = 4295b476c35d751c1411879b4c04d54416c3e702
+RMD160 (mercurial-5.8.1.tar.gz) = 0c6dde2ddcd08aeed00e422e04bed62bd3fd75f9
+SHA512 (mercurial-5.8.1.tar.gz) = d17c809fc48c55d646b677ad23b5cf4a1755f5a81790988109cd50ac259acc230edad7bf5ccc7a6384a490aeba4a7492327bb9878a541d5fa7207e2c378be966
+Size (mercurial-5.8.1.tar.gz) = 7988000 bytes

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.23 pkgsrc/devel/py-mercurial/version.mk:1.24
--- pkgsrc/devel/py-mercurial/version.mk:1.23   Thu May 20 09:08:27 2021
+++ pkgsrc/devel/py-mercurial/version.mk        Thu Jul 15 12:37:02 2021
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.23 2021/05/20 09:08:27 wiz Exp $
+# $NetBSD: version.mk,v 1.24 2021/07/15 12:37:02 wiz Exp $
 
-VERSION=       5.8
+VERSION=       5.8.1



Home | Main Index | Thread Index | Old Index