Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D0F784F6D for ; Tue, 7 Nov 2023 08:48:17 +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 gzPYVz-8KirR for ; Tue, 7 Nov 2023 08:48:16 +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 DC10084F5B for ; Tue, 7 Nov 2023 08:48:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D57A1FA2D; Tue, 7 Nov 2023 08:48:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699346896168500" MIME-Version: 1.0 Date: Tue, 7 Nov 2023 08:48:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/comms/py-cleo To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231107084816.D57A1FA2D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699346896168500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 7 08:48:16 UTC 2023 Modified Files: pkgsrc/comms/py-cleo: Makefile PLIST distinfo Log Message: py-cleo: update to 2.1.0. [2.1.0] - 2023-10-30 Features & Improvements Added support for Python 3.12 #379 Added CONTRIBUTING.md document #331 Added tests/ directory to sdist artifact #327 Bug fixes Fixed subcommand completions for Fish #359 Removed deprecated -A option from Fish completions #366 Fixed program name discovery in completions script when running as module #231 Fixed ANSI coloring detection in virtual terminal environments (Windows, PyCharm) #104 Fixed terminal size detection #299 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/py-cleo/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-cleo/PLIST \ pkgsrc/comms/py-cleo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699346896168500 Content-Disposition: inline Content-Length: 3319 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-cleo/Makefile diff -u pkgsrc/comms/py-cleo/Makefile:1.5 pkgsrc/comms/py-cleo/Makefile:1.6 --- pkgsrc/comms/py-cleo/Makefile:1.5 Tue Aug 1 23:20:39 2023 +++ pkgsrc/comms/py-cleo/Makefile Tue Nov 7 08:48:16 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/11/07 08:48:16 wiz Exp $ -DISTNAME= cleo-2.0.1 +DISTNAME= cleo-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cleo/} @@ -10,12 +10,14 @@ HOMEPAGE= https://github.com/python-poet COMMENT= Create beautiful and testable command-line interfaces LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest DEPENDS+= ${PYPKGPREFIX}-rapidfuzz>=2.2.0:../../textproc/py-rapidfuzz +TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=0:../../devel/py-test-mock USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/comms/py-cleo/PLIST diff -u pkgsrc/comms/py-cleo/PLIST:1.2 pkgsrc/comms/py-cleo/PLIST:1.3 --- pkgsrc/comms/py-cleo/PLIST:1.2 Mon Apr 17 20:37:10 2023 +++ pkgsrc/comms/py-cleo/PLIST Tue Nov 7 08:48:16 2023 @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2023/04/17 20:37:10 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2023/11/07 08:48:16 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/cleo/__init__.py ${PYSITELIB}/cleo/__init__.pyc ${PYSITELIB}/cleo/__init__.pyo @@ -167,6 +166,9 @@ ${PYSITELIB}/cleo/loaders/factory_comman ${PYSITELIB}/cleo/loaders/factory_command_loader.pyc ${PYSITELIB}/cleo/loaders/factory_command_loader.pyo ${PYSITELIB}/cleo/py.typed +${PYSITELIB}/cleo/terminal.py +${PYSITELIB}/cleo/terminal.pyc +${PYSITELIB}/cleo/terminal.pyo ${PYSITELIB}/cleo/testers/__init__.py ${PYSITELIB}/cleo/testers/__init__.pyc ${PYSITELIB}/cleo/testers/__init__.pyo Index: pkgsrc/comms/py-cleo/distinfo diff -u pkgsrc/comms/py-cleo/distinfo:1.2 pkgsrc/comms/py-cleo/distinfo:1.3 --- pkgsrc/comms/py-cleo/distinfo:1.2 Mon Apr 17 20:37:10 2023 +++ pkgsrc/comms/py-cleo/distinfo Tue Nov 7 08:48:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/04/17 20:37:10 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/11/07 08:48:16 wiz Exp $ -BLAKE2s (cleo-2.0.1.tar.gz) = 5d3b4ff5ef52b4013671c127c3f41052948df53023286eeb8556ae2122c02adf -SHA512 (cleo-2.0.1.tar.gz) = fdfabdfdbf32cb600bb966e6649abee24c89f395e8a2207439fd2ff87d94714fdcc6ebffef69d3ef5cf78619b6a334eed6eed5fe2d0ca61ad7cff9098c9cc8bc -Size (cleo-2.0.1.tar.gz) = 59723 bytes +BLAKE2s (cleo-2.1.0.tar.gz) = e20874c68f71c0ee4829491d4756c8df7cecb39111a299220816b33fe317ce45 +SHA512 (cleo-2.1.0.tar.gz) = 0821a0cab3b1a64b5f67c8abcb860469b877a47772ad5fc5406daab95ccf6705acccefb537fb0d4bccf7757c1855e49429e2cb086e00dafc7594f1457de11deb +Size (cleo-2.1.0.tar.gz) = 79957 bytes --_----------=_1699346896168500--