Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F0FBC1A9239 for ; Thu, 25 Nov 2021 00:38:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 31F7684E77; Thu, 25 Nov 2021 00:38:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E09B84E68 for ; Thu, 25 Nov 2021 00:38:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iCoQ6gqf-Jhb for ; Thu, 25 Nov 2021 00:38:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E149C84D04 for ; Thu, 25 Nov 2021 00:38:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D53A7FAEC; Thu, 25 Nov 2021 00:38:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637800715289650" MIME-Version: 1.0 Date: Thu, 25 Nov 2021 00:38:35 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/retext To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211125003835.D53A7FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637800715289650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Nov 25 00:38:35 UTC 2021 Modified Files: pkgsrc/editors/retext: Makefile distinfo Log Message: retext: update to 7.2.2 ## ReText 7.2.2 (2021-10-11) * Issue #552 Fixed bad Spanish translation causing a crash. * Fixed `TypeError: index 0 has type 'float' but 'int' is expected` with Python 3.10. * Fixed `RuntimeError: ffi_prep_cif_var failed` in XSettings code. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/retext/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/retext/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637800715289650 Content-Disposition: inline Content-Length: 1549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/retext/Makefile diff -u pkgsrc/editors/retext/Makefile:1.7 pkgsrc/editors/retext/Makefile:1.8 --- pkgsrc/editors/retext/Makefile:1.7 Sun Oct 3 12:42:28 2021 +++ pkgsrc/editors/retext/Makefile Thu Nov 25 00:38:35 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2021/10/03 12:42:28 gutteridge Exp $ +# $NetBSD: Makefile,v 1.8 2021/11/25 00:38:35 gutteridge Exp $ -DISTNAME= ReText-7.2.1 +DISTNAME= ReText-7.2.2 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/} Index: pkgsrc/editors/retext/distinfo diff -u pkgsrc/editors/retext/distinfo:1.6 pkgsrc/editors/retext/distinfo:1.7 --- pkgsrc/editors/retext/distinfo:1.6 Tue Oct 26 10:21:38 2021 +++ pkgsrc/editors/retext/distinfo Thu Nov 25 00:38:35 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:21:38 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/11/25 00:38:35 gutteridge Exp $ -BLAKE2s (ReText-7.2.1.tar.gz) = 78e13ca20638ef633a962e216f37d4d754e38d45ee4b43ed111ee84348a03090 -SHA512 (ReText-7.2.1.tar.gz) = 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604 -Size (ReText-7.2.1.tar.gz) = 522364 bytes +BLAKE2s (ReText-7.2.2.tar.gz) = 4616f82a0abdd3fa0b2d3fb520b6157afd2699ba63a4573d4223345ff18c5f1a +SHA512 (ReText-7.2.2.tar.gz) = 68345b57b2c5446158ed3a6f97b5ead103ef1c99a3aea9cbc69ef7d0807fb64546f38ebde2969b94429eeed6450abb345fecc566dcf6e0767fe84c4e27348e53 +Size (ReText-7.2.2.tar.gz) = 522652 bytes --_----------=_1637800715289650--