pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hg-evolve
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 11 23:32:48 UTC 2024
Modified Files:
pkgsrc/devel/py-hg-evolve: Makefile distinfo
Log Message:
py-hg-evolve: update to 11.1.6.
11.1.6
This is a bugfix release. The notable changes are: evolve won't consider
all parts of a split content-divergent if only some of them are;
obshashrange cache will simply reset if there are too many affected
ranges instead of precision-deleting them from the database, this
improves overall performance; topic stack now provides any suitable
successor for an obsolete stack base instead of raising an error, this
prevents errors in commands like `hg topics --age` in certain cases.
11.1.5
This is a bugfix release. The most notable change is the compatibility
with the upcoming Mercurial 6.9. Also the cleanup step of `hg evolve
--abort` tries to be more careful when accessing revisions that might
not exist. Documentation and tests were updated to be closer to the
modern Python packaging standards.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-hg-evolve/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-hg-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.45 pkgsrc/devel/py-hg-evolve/Makefile:1.46
--- pkgsrc/devel/py-hg-evolve/Makefile:1.45 Mon Nov 11 07:28:10 2024
+++ pkgsrc/devel/py-hg-evolve/Makefile Wed Dec 11 23:32:48 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2024/11/11 07:28:10 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/12/11 23:32:48 wiz Exp $
#
# Release notes:
# https://lists.mercurial-scm.org/pipermail/mercurial/
-DISTNAME= hg-evolve-11.1.4
+DISTNAME= hg-evolve-11.1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/}
@@ -19,19 +19,17 @@ TEST_DEPENDS+= curl-[0-9]*:../../www/cur
USE_TOOLS+= bash:test
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.*
-# Test status as of 11.1.3
+# Test status as of 11.1.6
# Failed test-amend.t: output changed
# Failed test-check-compat-strings.t: output changed
# Failed test-check-sdist.t: output changed
# Failed test-evolve-content-divergent-case-A2.t: output changed
# Failed test-version-install.t: output changed
-# Ran 233 tests, 6 skipped, 5 failed.
+# Ran 234 tests, 6 skipped, 5 failed.
.if 0
HG_WRKSRC= cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC
Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.31 pkgsrc/devel/py-hg-evolve/distinfo:1.32
--- pkgsrc/devel/py-hg-evolve/distinfo:1.31 Thu Aug 8 08:12:54 2024
+++ pkgsrc/devel/py-hg-evolve/distinfo Wed Dec 11 23:32:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/08/08 08:12:54 wiz Exp $
+$NetBSD: distinfo,v 1.32 2024/12/11 23:32:48 wiz Exp $
-BLAKE2s (hg-evolve-11.1.4.tar.gz) = 28d6a2a6568d9f25a1658bbad5d8866d45dc5a060f34070d92004e2441c3aa3a
-SHA512 (hg-evolve-11.1.4.tar.gz) = b69331888aded8bba7d1e5efed382826b81845f18aff9ee186b6445f3e020bd7480452261c42bf23a010d78e2df0d78515cba71c8b1daf47bd19cc8280832a64
-Size (hg-evolve-11.1.4.tar.gz) = 861472 bytes
+BLAKE2s (hg-evolve-11.1.6.tar.gz) = 09bcba9b76afe883b5250156721b78d56bd83660a53f76ebb6896fd7bed16aac
+SHA512 (hg-evolve-11.1.6.tar.gz) = 1f6c6848d730b083601618f7fb3391105d2e0536d5aeac600c04c13dbb603305b7aa286edff7bb712caa70a9c6a479519821d70e7c093f3a4a8d189ec52776f0
+Size (hg-evolve-11.1.6.tar.gz) = 864773 bytes
Home |
Main Index |
Thread Index |
Old Index