Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF73484E73 for ; Wed, 27 Sep 2023 15:11:18 +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 Ee6GZ4LSGaBI for ; Wed, 27 Sep 2023 15:11:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D0F884CF9 for ; Wed, 27 Sep 2023 15:11:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AB2BFBDB; Wed, 27 Sep 2023 15:11:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695827478167110" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 15:11:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-prettytable To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230927151118.6AB2BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695827478167110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 15:11:18 UTC 2023 Modified Files: pkgsrc/textproc/py-prettytable: Makefile distinfo Log Message: py-prettytable: updated to 3.9.0 Release 3.9.0 Security Encode title and attributes of HTML tables To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-prettytable/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-prettytable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695827478167110 Content-Disposition: inline Content-Length: 1670 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-prettytable/Makefile diff -u pkgsrc/textproc/py-prettytable/Makefile:1.30 pkgsrc/textproc/py-prettytable/Makefile:1.31 --- pkgsrc/textproc/py-prettytable/Makefile:1.30 Mon Aug 28 11:57:32 2023 +++ pkgsrc/textproc/py-prettytable/Makefile Wed Sep 27 15:11:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2023/08/28 11:57:32 adam Exp $ +# $NetBSD: Makefile,v 1.31 2023/09/27 15:11:18 adam Exp $ -DISTNAME= prettytable-3.8.0 +DISTNAME= prettytable-3.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/} Index: pkgsrc/textproc/py-prettytable/distinfo diff -u pkgsrc/textproc/py-prettytable/distinfo:1.25 pkgsrc/textproc/py-prettytable/distinfo:1.26 --- pkgsrc/textproc/py-prettytable/distinfo:1.25 Mon Aug 28 11:57:32 2023 +++ pkgsrc/textproc/py-prettytable/distinfo Wed Sep 27 15:11:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2023/08/28 11:57:32 adam Exp $ +$NetBSD: distinfo,v 1.26 2023/09/27 15:11:18 adam Exp $ -BLAKE2s (prettytable-3.8.0.tar.gz) = 98b88cd45809ab4b89b366ee93fd9ddceef9f3beb300897fa9286857b59a19cb -SHA512 (prettytable-3.8.0.tar.gz) = 4719f16e98d4e7b89d8a7f6b2e1d15fd2c44410e5c9edc29a4dbb8ef2899eccff524932afe179bea7a6bbe607a809274b805e76e9ef2e3bf2c77f054635f8f04 -Size (prettytable-3.8.0.tar.gz) = 47735 bytes +BLAKE2s (prettytable-3.9.0.tar.gz) = 37de048bb5233031b89596612660265cf49461fa83cff2d78288a2afcdb1a584 +SHA512 (prettytable-3.9.0.tar.gz) = 708094e4af6f34a631e63ea4a5655c366b8fd5c0802076d92cb8029402be86b2d528e6d866e8d865790c3d2597229b0f080deac5e843d60e19c326aa909e9eaf +Size (prettytable-3.9.0.tar.gz) = 47874 bytes --_----------=_1695827478167110--