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:           Mon Jan  9 10:55:01 UTC 2023

Modified Files:
        pkgsrc/devel/py-hg-evolve: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.21 -r1.22 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.33 pkgsrc/devel/py-hg-evolve/Makefile:1.34
--- pkgsrc/devel/py-hg-evolve/Makefile:1.33     Wed Nov  9 13:14:09 2022
+++ pkgsrc/devel/py-hg-evolve/Makefile  Mon Jan  9 10:55:01 2023
@@ -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/}

Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.21 pkgsrc/devel/py-hg-evolve/distinfo:1.22
--- pkgsrc/devel/py-hg-evolve/distinfo:1.21     Sun Jul 17 09:53:00 2022
+++ pkgsrc/devel/py-hg-evolve/distinfo  Mon Jan  9 10:55:01 2023
@@ -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