Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CE8C84E8F for ; Sat, 5 Aug 2023 20:29:54 +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 XC4KZ9TBJjPB for ; Sat, 5 Aug 2023 20:29:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 28AE084CEB for ; Sat, 5 Aug 2023 20:29:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 214CCFBDB; Sat, 5 Aug 2023 20:29:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691267393242630" MIME-Version: 1.0 Date: Sat, 5 Aug 2023 20:29:53 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/devel/py-verboselogs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20230805202953.214CCFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691267393242630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sat Aug 5 20:29:53 UTC 2023 Modified Files: pkgsrc/devel/py-verboselogs: DESCR Makefile Log Message: devel/py-verboselogs: Avoid non-UTF8 in DESCR. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-verboselogs/DESCR cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-verboselogs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691267393242630 Content-Disposition: inline Content-Length: 1112 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=utf-8 Modified files: Index: pkgsrc/devel/py-verboselogs/DESCR diff -u pkgsrc/devel/py-verboselogs/DESCR:1.1 pkgsrc/devel/py-verboselogs/DESCR:1.2 --- pkgsrc/devel/py-verboselogs/DESCR:1.1 Sat Jul 22 13:06:15 2023 +++ pkgsrc/devel/py-verboselogs/DESCR Sat Aug 5 20:29:52 2023 @@ -1,4 +1,4 @@ -The verboselogs package extends Pythonâs logging module to add the log +The verboselogs package extends Python's logging module to add the log levels NOTICE, SPAM, SUCCESS and VERBOSE: The NOTICE level sits between the predefined WARNING and INFO Index: pkgsrc/devel/py-verboselogs/Makefile diff -u pkgsrc/devel/py-verboselogs/Makefile:1.3 pkgsrc/devel/py-verboselogs/Makefile:1.4 --- pkgsrc/devel/py-verboselogs/Makefile:1.3 Fri Aug 4 22:40:45 2023 +++ pkgsrc/devel/py-verboselogs/Makefile Sat Aug 5 20:29:52 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2023/08/04 22:40:45 adam Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/05 20:29:52 riastradh Exp $ DISTNAME= verboselogs-1.7 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/verboselogs/} --_----------=_1691267393242630--