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 1A3531A923A for ; Sat, 11 Dec 2021 20:47:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4772084D31; Sat, 11 Dec 2021 20:47:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80D5184D2E for ; Sat, 11 Dec 2021 20:47:42 +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 wq7Fhxhc5v2o for ; Sat, 11 Dec 2021 20:47:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC1F484CEF for ; Sat, 11 Dec 2021 20:47:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0B76FAEC; Sat, 11 Dec 2021 20:47:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639255661201280" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 20:47:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/converters/py-charset-normalizer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211211204741.E0B76FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639255661201280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 11 20:47:41 UTC 2021 Modified Files: pkgsrc/converters/py-charset-normalizer: Makefile distinfo Log Message: py-charset-normalizer: updated to 2.0.9 2.0.9 Changed - Moderating the logging impact (since 2.0.8) for specific environments Fixed - Wrong logging level applied when setting kwarg `explain` to True To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/py-charset-normalizer/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/py-charset-normalizer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639255661201280 Content-Disposition: inline Content-Length: 1815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-charset-normalizer/Makefile diff -u pkgsrc/converters/py-charset-normalizer/Makefile:1.4 pkgsrc/converters/py-charset-normalizer/Makefile:1.5 --- pkgsrc/converters/py-charset-normalizer/Makefile:1.4 Thu Nov 25 08:10:29 2021 +++ pkgsrc/converters/py-charset-normalizer/Makefile Sat Dec 11 20:47:41 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/11/25 08:10:29 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/11 20:47:41 adam Exp $ -DISTNAME= charset-normalizer-2.0.8 +DISTNAME= charset-normalizer-2.0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=c/charset-normalizer/} Index: pkgsrc/converters/py-charset-normalizer/distinfo diff -u pkgsrc/converters/py-charset-normalizer/distinfo:1.6 pkgsrc/converters/py-charset-normalizer/distinfo:1.7 --- pkgsrc/converters/py-charset-normalizer/distinfo:1.6 Thu Nov 25 08:10:29 2021 +++ pkgsrc/converters/py-charset-normalizer/distinfo Sat Dec 11 20:47:41 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/11/25 08:10:29 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/12/11 20:47:41 adam Exp $ -BLAKE2s (charset-normalizer-2.0.8.tar.gz) = cbe581abb5e6e2239bff54ee0687a4b5e4a7b04f5d12d305fa1e43cfffed558a -SHA512 (charset-normalizer-2.0.8.tar.gz) = d06289a07b9091336dc9da47091ff25bdaa8714b498031464c4537f7180b6f66727148012f3b15be9b8224a2768939020ac6e81b88fe0a7c45cdba75792e636e -Size (charset-normalizer-2.0.8.tar.gz) = 75598 bytes +BLAKE2s (charset-normalizer-2.0.9.tar.gz) = 8eb6e7a7c93b8569666d76296b0483301ead7b546bd5e29b1419ca7b5aedb857 +SHA512 (charset-normalizer-2.0.9.tar.gz) = 0dea4ada59c197a1f7090b0c06218774746f77c2007eaff37dae4589cab1382ed670c98327d890347d2b72869b6053eb8c3362587b034921958624b9db9aff95 +Size (charset-normalizer-2.0.9.tar.gz) = 75753 bytes --_----------=_1639255661201280--