Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C30D68508A for ; Mon, 2 Oct 2023 08:12:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8DGIZorkYdHR for ; Mon, 2 Oct 2023 08:12:19 +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 4529284F1D for ; Mon, 2 Oct 2023 08:12:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38BA4FBDB; Mon, 2 Oct 2023 08:12:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696234339249290" MIME-Version: 1.0 Date: Mon, 2 Oct 2023 08:12:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/print/py-pydyf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231002081219.38BA4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696234339249290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 2 08:12:19 UTC 2023 Modified Files: pkgsrc/print/py-pydyf: Makefile distinfo Log Message: py-pydyf: updated to 0.8.0 Version 0.8.0 New features: * Add text rise operator To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/py-pydyf/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-pydyf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696234339249290 Content-Disposition: inline Content-Length: 1513 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-pydyf/Makefile diff -u pkgsrc/print/py-pydyf/Makefile:1.7 pkgsrc/print/py-pydyf/Makefile:1.8 --- pkgsrc/print/py-pydyf/Makefile:1.7 Tue Aug 29 06:58:04 2023 +++ pkgsrc/print/py-pydyf/Makefile Mon Oct 2 08:12:19 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/08/29 06:58:04 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/10/02 08:12:19 adam Exp $ -DISTNAME= pydyf-0.7.0 +DISTNAME= pydyf-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydyf/} Index: pkgsrc/print/py-pydyf/distinfo diff -u pkgsrc/print/py-pydyf/distinfo:1.4 pkgsrc/print/py-pydyf/distinfo:1.5 --- pkgsrc/print/py-pydyf/distinfo:1.4 Tue Aug 29 06:58:04 2023 +++ pkgsrc/print/py-pydyf/distinfo Mon Oct 2 08:12:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/08/29 06:58:04 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/10/02 08:12:19 adam Exp $ -BLAKE2s (pydyf-0.7.0.tar.gz) = 8d7aa8f9ffa13797cff49884c5e55717c39a81716b117666b0006125f79476ba -SHA512 (pydyf-0.7.0.tar.gz) = cfc58170b57684cbf5233ca48798881a980af0b3e3fdc8da91c5932affee0365f1e9d535df1f983e0f16c6e612ec5048c91d236bf69b6fae46c7e59f6c2388d0 -Size (pydyf-0.7.0.tar.gz) = 16186 bytes +BLAKE2s (pydyf-0.8.0.tar.gz) = 4b69069e53d9a915e0a87dab4f92129c9a3a1e55d62c4ae9ff24f603aca40c5f +SHA512 (pydyf-0.8.0.tar.gz) = c78913e723593a4e76c36b7a9b3ddd8a85af856a967053d8f7f297901deb2c6a723e98b3ef311e1c9618018e0e727a2d8eaff1adedb52c743facb85491e8d102 +Size (pydyf-0.8.0.tar.gz) = 16342 bytes --_----------=_1696234339249290--