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: Tue Mar 7 11:31:50 UTC 2023
Modified Files:
pkgsrc/devel/py-mercurial: Makefile distinfo version.mk
Log Message:
py-mercurial: update to 6.3.3.
Changes: not found, but many test failures fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.43 -r1.44 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.77 pkgsrc/devel/py-mercurial/Makefile:1.78
--- pkgsrc/devel/py-mercurial/Makefile:1.77 Mon Jan 9 10:52:34 2023
+++ pkgsrc/devel/py-mercurial/Makefile Tue Mar 7 11:31:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2023/01/09 10:52:34 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2023/03/07 11:31:49 wiz Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
@@ -29,29 +29,17 @@ PYTHON_SELF_CONFLICT= yes
.include "version.mk"
USE_TOOLS+= bash:test
-# Known test failures as of 6.3.2
-# test-help.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6779
-# test-http-bad-server.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6780
-# various for python 3.11.1
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6781
-# test-lfs-serve-access.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6782
+# Known test failures as of 6.3.3
# test-remotefilelog-gc.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6783
+# test-push-cgi.t, test-oldcgi.t, test-newcgi.t, test-newercgi.t, test-clone-cgi.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6784
# test-patchbomb-tls.t:
# https://bz.mercurial-scm.org/show_bug.cgi?id=6727
-# test-oldcgi.t and test-newcgi.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6784
-# test-clone-cgi.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6785
-# test-hgrc.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6787
# test-demandimport.py
# https://bz.mercurial-scm.org/show_bug.cgi?id=6786
#
-# Ran 901 tests, 82 skipped, 22 failed.
+# Ran 912 tests, 82 skipped, 8 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.125 pkgsrc/devel/py-mercurial/distinfo:1.126
--- pkgsrc/devel/py-mercurial/distinfo:1.125 Mon Jan 9 10:52:34 2023
+++ pkgsrc/devel/py-mercurial/distinfo Tue Mar 7 11:31:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.125 2023/01/09 10:52:34 wiz Exp $
+$NetBSD: distinfo,v 1.126 2023/03/07 11:31:49 wiz Exp $
-BLAKE2s (mercurial-6.3.2.tar.gz) = c22ce360fbfc1127c9be397258e2af2d236d06839001e2a5e14084904a08aed4
-SHA512 (mercurial-6.3.2.tar.gz) = 5ca7e448bf336c2a2d4db174c4f486f66f41eef33db14f152abb09b8d82416124d251784cb5898499580083ca104113d0763e27baa9b77feb90ba2fd96d40be5
-Size (mercurial-6.3.2.tar.gz) = 8092710 bytes
+BLAKE2s (mercurial-6.3.3.tar.gz) = f0741812e4144ad0b4303e061ca4f607c578571ba1ce84e65db3322548af65ed
+SHA512 (mercurial-6.3.3.tar.gz) = 2c09ec01857552e92dee2ff946444f6ccd86a7249561d2181f339aa66316e9ce0f19399895782d0b63c1b5fdb6d341f866d166616ae51a78bac7e1bb4128a0fd
+Size (mercurial-6.3.3.tar.gz) = 8106179 bytes
Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.43 pkgsrc/devel/py-mercurial/version.mk:1.44
--- pkgsrc/devel/py-mercurial/version.mk:1.43 Mon Jan 9 10:52:34 2023
+++ pkgsrc/devel/py-mercurial/version.mk Tue Mar 7 11:31:49 2023
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.43 2023/01/09 10:52:34 wiz Exp $
+# $NetBSD: version.mk,v 1.44 2023/03/07 11:31:49 wiz Exp $
-VERSION= 6.3.2
+VERSION= 6.3.3
Home |
Main Index |
Thread Index |
Old Index