Received: by mail.netbsd.org (Postfix, from userid 605) id 6380A84EB9; Tue, 13 Sep 2022 12:32:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C36184D1C for ; Tue, 13 Sep 2022 12:32:56 +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 rb9qo_mg3QiZ for ; Tue, 13 Sep 2022 12:32:56 +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 18C4384CF7 for ; Tue, 13 Sep 2022 12:32:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1090FFA90; Tue, 13 Sep 2022 12:32:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663072376124250" MIME-Version: 1.0 Date: Tue, 13 Sep 2022 12:32:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-oauthlib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220913123256.1090FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663072376124250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 13 12:32:55 UTC 2022 Modified Files: pkgsrc/security/py-oauthlib: Makefile distinfo Log Message: py-oauthlib: updated to 3.2.1 3.2.1 (2022-09-09) ------------------ OAuth2.0 Provider: * Metadata endpoint support of non-HTTPS * CVE-2022-36087 OAuth1.0: * Allow IPv6 being parsed by signature General: * Improved and fixed documentation warnings. * Cosmetic changes based on isort To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-oauthlib/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-oauthlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663072376124250 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-oauthlib/Makefile diff -u pkgsrc/security/py-oauthlib/Makefile:1.23 pkgsrc/security/py-oauthlib/Makefile:1.24 --- pkgsrc/security/py-oauthlib/Makefile:1.23 Sun Feb 6 19:00:51 2022 +++ pkgsrc/security/py-oauthlib/Makefile Tue Sep 13 12:32:55 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/02/06 19:00:51 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/09/13 12:32:55 adam Exp $ -DISTNAME= oauthlib-3.2.0 +DISTNAME= oauthlib-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauthlib/} Index: pkgsrc/security/py-oauthlib/distinfo diff -u pkgsrc/security/py-oauthlib/distinfo:1.22 pkgsrc/security/py-oauthlib/distinfo:1.23 --- pkgsrc/security/py-oauthlib/distinfo:1.22 Sun Feb 6 19:00:51 2022 +++ pkgsrc/security/py-oauthlib/distinfo Tue Sep 13 12:32:55 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/02/06 19:00:51 adam Exp $ +$NetBSD: distinfo,v 1.23 2022/09/13 12:32:55 adam Exp $ -BLAKE2s (oauthlib-3.2.0.tar.gz) = 41e1ac72701ba314c164f6cd2c80862c83140bf4b05d6587427a4605dd39a6b4 -SHA512 (oauthlib-3.2.0.tar.gz) = abb052cbaccb00a61e9a6c0028102927310d2d864d853cd0826c9a8eae8a9e921da33b79be554a3c6f6067cbcf43b25140f5224c8ab1e7f0a4eb6ab227d418a3 -Size (oauthlib-3.2.0.tar.gz) = 163829 bytes +BLAKE2s (oauthlib-3.2.1.tar.gz) = 752bb7c6b525b7625705b756ededc0906b9bd47f0e77e35337a0c8ae246f6fa7 +SHA512 (oauthlib-3.2.1.tar.gz) = 87fa320f3a660337a2d4da03c4b5f2345f7e907c1acf8fff93cf13095ceb699e282dc458fb03350b0da371c7b2af875925e808bccab6d8549f7ce2847e69aba3 +Size (oauthlib-3.2.1.tar.gz) = 176109 bytes --_----------=_1663072376124250--