Received: by mail.netbsd.org (Postfix, from userid 605) id EEA0F84DA3; Sun, 27 May 2018 12:24:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E86784D58 for ; Sun, 27 May 2018 12:24:57 +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 sdGW_u_IHPmo for ; Sun, 27 May 2018 12:24: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 7C63C84CD1 for ; Sun, 27 May 2018 12:24:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78E8DFBEB; Sun, 27 May 2018 12:24:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152742389698330" MIME-Version: 1.0 Date: Sun, 27 May 2018 12:24:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-oauthlib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180527122456.78E8DFBEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152742389698330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 27 12:24:56 UTC 2018 Modified Files: pkgsrc/security/py-oauthlib: Makefile distinfo Log Message: py-oauthlib: update to 2.1.0. 2.1.0 (2018-05-21) ------------------ * Fixed some copy and paste typos (#535) * Use secrets module in Python 3.6 and later (#533) * Add request argument to confirm_redirect_uri (#504) * Avoid populating spurious token credentials (#542) * Make populate attributes API public (#546) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-oauthlib/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-oauthlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152742389698330 Content-Disposition: inline Content-Length: 1709 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.14 pkgsrc/security/py-oauthlib/Makefile:1.15 --- pkgsrc/security/py-oauthlib/Makefile:1.14 Tue Apr 3 11:00:16 2018 +++ pkgsrc/security/py-oauthlib/Makefile Sun May 27 12:24:56 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/04/03 11:00:16 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/05/27 12:24:56 wiz Exp $ -DISTNAME= oauthlib-2.0.7 +DISTNAME= oauthlib-2.1.0 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.13 pkgsrc/security/py-oauthlib/distinfo:1.14 --- pkgsrc/security/py-oauthlib/distinfo:1.13 Tue Apr 3 10:02:49 2018 +++ pkgsrc/security/py-oauthlib/distinfo Sun May 27 12:24:56 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/04/03 10:02:49 adam Exp $ +$NetBSD: distinfo,v 1.14 2018/05/27 12:24:56 wiz Exp $ -SHA1 (oauthlib-2.0.7.tar.gz) = 043f480a563a9f3fd87c9c7fd55541d46c5e4d08 -RMD160 (oauthlib-2.0.7.tar.gz) = 077cf48e466b92c41863cba64bba7e1e3af15e9e -SHA512 (oauthlib-2.0.7.tar.gz) = d3368e54ff0f80fab66a55621a4a09ec7692442981babc2414a065ee1ef06a783921b71371a4b6a2f8711c9c52d332204087f758e397fa63a83852f4bde9c5e0 -Size (oauthlib-2.0.7.tar.gz) = 128412 bytes +SHA1 (oauthlib-2.1.0.tar.gz) = 3e7b426212fc0d9f91813a983238321ee9026d15 +RMD160 (oauthlib-2.1.0.tar.gz) = f8a3993c595191170bdbbe6c8b407c29e98e8340 +SHA512 (oauthlib-2.1.0.tar.gz) = bd749c7b65de00cc0c371053577623aca5767a0b20e41b2d5e3e20f8246e84bf360472b4ec983023227d6164ecd7ed4647c41cd8f425fe21200a2c25a9049ffd +Size (oauthlib-2.1.0.tar.gz) = 128807 bytes --_----------=_152742389698330--