pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Mon Aug 17 17:19:40 UTC 2026

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile distinfo

Log Message:
devel/py-tortoisehg: update to 7.2.2

This matches the version of Mercurial in pkgsrc.
/usr/pkg/lib/python3.13/site-packages/tortoisehg/util/hgversion.py shows
the versions of Mercurial that this version of thg will work with:
6.3.* up to 7.2.*.
No changelog found.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-tortoisehg/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-tortoisehg/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-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.110 pkgsrc/devel/py-tortoisehg/Makefile:1.111
--- pkgsrc/devel/py-tortoisehg/Makefile:1.110   Tue Jan  6 11:18:41 2026
+++ pkgsrc/devel/py-tortoisehg/Makefile Mon Aug 17 17:19:40 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2026/01/06 11:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2026/08/17 17:19:40 rhialto Exp $
 
-DISTNAME=      tortoisehg-7.0.1
+DISTNAME=      tortoisehg-7.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -14,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=9.0.0:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
-DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.0.0:../../devel/py-mercurial
+DEPENDS+=      ${PYPKGPREFIX}-mercurial>=6.3<7.3:../../devel/py-mercurial
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-qt6-qscintilla-[0-9]*:../../x11/py-qt6-qscintilla
 DEPENDS+=      ${PYPKGPREFIX}-sip-qt6-[0-9]*:../../x11/py-sip-qt6

Index: pkgsrc/devel/py-tortoisehg/distinfo
diff -u pkgsrc/devel/py-tortoisehg/distinfo:1.63 pkgsrc/devel/py-tortoisehg/distinfo:1.64
--- pkgsrc/devel/py-tortoisehg/distinfo:1.63    Sun Nov 30 07:49:19 2025
+++ pkgsrc/devel/py-tortoisehg/distinfo Mon Aug 17 17:19:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2025/11/30 07:49:19 wiz Exp $
+$NetBSD: distinfo,v 1.64 2026/08/17 17:19:40 rhialto Exp $
 
-BLAKE2s (tortoisehg-7.0.1.tar.gz) = 547ae7b38b39e5ba208c1e13756a8859e78513edca1caaf7534edc1c75515dd3
-SHA512 (tortoisehg-7.0.1.tar.gz) = 20be22241632b87b0091bf775ddea28d6a9cead3952717d6c41bd51582b3f44b3e5399b0dafbce76f795a8310a4e4ca04b46137d8c5d6a949d01feaa9e3f5570
-Size (tortoisehg-7.0.1.tar.gz) = 8933585 bytes
+BLAKE2s (tortoisehg-7.2.2.tar.gz) = 486f1f26305703755e5710b530da58c0deb0878931d088177f2b84885a213031
+SHA512 (tortoisehg-7.2.2.tar.gz) = b0c0120a7b5cd131d7b2b377c26e02179ddcd81ff7db0a1f803294a8877f699f6dc384b6891b8ef1a57dc7f8e6bcf8dc7da698af63c00508044f2f6aed21fa84
+Size (tortoisehg-7.2.2.tar.gz) = 8935319 bytes



Home | Main Index | Thread Index | Old Index