pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hg-evolve py-hg-evolve: update to 10.5.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6370f3d535f4
branches:  trunk
changeset: 391495:6370f3d535f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 09 10:55:01 2023 +0000

description:
py-hg-evolve: update to 10.5.3.

This is a bugfix release. In evolve extension, caches that use SQLite
database will no longer prevent pushes from succeeding. In topic
extension, topic cache is now invalidated when branch cache is
invalidated, this fixes stale labels shown in TortoiseHg. And hg next
now correctly evolves the destination in cases when there is a mix of
stable and regular destinations for user to select. The extensions are
also marked compatible with Mercurial 6.3 (no changes to code were
required).

diffstat:

 devel/py-hg-evolve/Makefile |  4 ++--
 devel/py-hg-evolve/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r f8a7fde88527 -r 6370f3d535f4 devel/py-hg-evolve/Makefile
--- a/devel/py-hg-evolve/Makefile       Mon Jan 09 10:52:44 2023 +0000
+++ b/devel/py-hg-evolve/Makefile       Mon Jan 09 10:55:01 2023 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2022/11/09 13:14:09 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2023/01/09 10:55:01 wiz Exp $
 #
 # Release notes:
 # https://lists.mercurial-scm.org/pipermail/mercurial-evolve-testers/
 
-DISTNAME=      hg-evolve-10.5.2
+DISTNAME=      hg-evolve-10.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hg-evolve/}
diff -r f8a7fde88527 -r 6370f3d535f4 devel/py-hg-evolve/distinfo
--- a/devel/py-hg-evolve/distinfo       Mon Jan 09 10:52:44 2023 +0000
+++ b/devel/py-hg-evolve/distinfo       Mon Jan 09 10:55:01 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2022/07/17 09:53:00 wiz Exp $
+$NetBSD: distinfo,v 1.22 2023/01/09 10:55:01 wiz Exp $
 
-BLAKE2s (hg-evolve-10.5.2.tar.gz) = 0d974671ef8ed4817286df09ff18be3af6647369dd1350670b0446a93bbd4c0e
-SHA512 (hg-evolve-10.5.2.tar.gz) = 81a1cc1202ffaf364fde70c6a36e32330e93aa69c9b9f7e11fbc11f988f7fb302d8b79414c644d274fedb7f0a67e10c4344c0206a1424f2bb97ae2cb11a51315
-Size (hg-evolve-10.5.2.tar.gz) = 845379 bytes
+BLAKE2s (hg-evolve-10.5.3.tar.gz) = 8dcdbcd0de6ab40a7fa13e6685e6f0422e5f56b00951e4b173b5cff78d354dfe
+SHA512 (hg-evolve-10.5.3.tar.gz) = 43be837831d2055b6db653e3471f07acdf0e517b962b20af32118e1adedc687f9ea3dbc5a850d0698666286b74e422e83acb41fa40f98023645ff40084374a10
+Size (hg-evolve-10.5.3.tar.gz) = 847117 bytes
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index