pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/56016: The current version of devel/py-tortoisehg does not work with the current version of hg
>Number: 56016
>Category: pkg
>Synopsis: The current version of devel/py-tortoisehg does not work with the current version of hg
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 23 20:00:00 +0000 2021
>Originator: Chavdar Ivanov
>Release: 9.99.80 amd64, -current pkgsrc
>Organization:
CI4 Consulting Ltd
>Environment:
NetBSD ymir 9.99.80 NetBSD 9.99.80 (GENERIC) #0: Fri Feb 19 18:01:19 GMT 2021 sysbuild@ymir:/home/sysbuild/amd64/obj/home/sysbuild/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
The last version of devel/py-tortoisehg is 5.6.1. The last version of devel/py-mercurial is 5.7. If you try to run the former with the latter, you get a definite message that this version of tortoisehg works only with the old versions of hg. Simple upgrade to 5.7 solves the problem; patch is attached.
Tested using python3.7.
>How-To-Repeat:
Update devel/py-mercurial to 5.7 and try to run devel/py-tortoisehg 5.6.1.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-tortoisehg/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile 6 Feb 2021 08:23:36 -0000 1.70
+++ Makefile 23 Feb 2021 19:44:22 -0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2021/02/06 08:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2021/02/23 08:23:36 ci4ic4 Exp $
-DISTNAME= tortoisehg-5.6.1
+DISTNAME= tortoisehg-5.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://www.mercurial-scm.org/release/tortoisehg/targz/
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-tortoisehg/PLIST,v
retrieving revision 1.18
diff -u -r1.18 PLIST
--- PLIST 9 Dec 2020 12:20:01 -0000 1.18
+++ PLIST 23 Feb 2021 19:44:23 -0000
@@ -403,6 +403,12 @@
${PYSITELIB}/tortoisehg/util/win32ill.py
${PYSITELIB}/tortoisehg/util/win32ill.pyc
${PYSITELIB}/tortoisehg/util/win32ill.pyo
+${PYSITELIB}/tortoisehg/hgqt/shortcutregistry.py
+${PYSITELIB}/tortoisehg/hgqt/shortcutregistry.pyc
+${PYSITELIB}/tortoisehg/hgqt/shortcutregistry.pyo
+${PYSITELIB}/tortoisehg/hgqt/shortcutsettings.py
+${PYSITELIB}/tortoisehg/hgqt/shortcutsettings.pyc
+${PYSITELIB}/tortoisehg/hgqt/shortcutsettings.pyo
share/applications/thg.desktop
share/doc/tortoisehg/COPYING.txt
share/doc/tortoisehg/html/_images/archive.png
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-tortoisehg/distinfo,v
retrieving revision 1.47
diff -u -r1.47 distinfo
--- distinfo 6 Feb 2021 08:23:36 -0000 1.47
+++ distinfo 23 Feb 2021 19:44:23 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.47 2021/02/06 08:23:36 wiz Exp $
-SHA1 (tortoisehg-5.6.1.tar.gz) = 12f663d9dad3e964afdb16b7e3077ba6da627418
-RMD160 (tortoisehg-5.6.1.tar.gz) = 45015f20378c7e57149b4a498b1c3bfcea930d27
-SHA512 (tortoisehg-5.6.1.tar.gz) = 21a410277469803e1af45103bc5c7196bc7128e66ab297399b98731c32caa517da46bd06389f08ad740b78c22e58244757dbad4207b71d5643b9d1284ed9c936
-Size (tortoisehg-5.6.1.tar.gz) = 8904309 bytes
+SHA1 (tortoisehg-5.7.tar.gz) = fa921e0b622687e7dade3bf039ad92e87739fae1
+RMD160 (tortoisehg-5.7.tar.gz) = 6ec080db3b58dcd649612dfc031d1d6c09d0c36a
+SHA512 (tortoisehg-5.7.tar.gz) = d143c9e83d3b0771ffd4a3bd9cd50e8bc169e5d29e33a0681c3234898a7566427f070ff3ad8668709b5e4d63be92fd700211dee03e98ff16c7c23fc0870c9e4c
+Size (tortoisehg-5.7.tar.gz) = 8910721 bytes
Home |
Main Index |
Thread Index |
Old Index