Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7D8B67A26E for ; Thu, 11 May 2017 09:24:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2BDD184DA8; Thu, 11 May 2017 09:24:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B174A84D9D for ; Thu, 11 May 2017 09:24:07 +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 7WVr10CFszNZ for ; Thu, 11 May 2017 09:24:06 +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 976A284CD8 for ; Thu, 11 May 2017 09:24:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95782FBE4; Thu, 11 May 2017 09:24:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494494646135760" MIME-Version: 1.0 Date: Thu, 11 May 2017 09:24:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-oauth2client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170511092406.95782FBE4@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. --_----------=_1494494646135760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 11 09:24:06 UTC 2017 Modified Files: pkgsrc/security/py-oauth2client: Makefile PLIST distinfo Log Message: v4.1.0 Note: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use google-auth and oauthlib. New features: * Allow customizing the GCE metadata service address via an env var. * Store original encoded and signed identity JWT in OAuth2Credentials. * Use jsonpickle in django contrib, if available. Bug fixes: * Typo fixes. * Remove b64 padding from PKCE values, per RFC7636. * Include LICENSE in Manifest.in. * Fix tests and CI. * Escape callback error code in flask_util. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-oauth2client/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-oauth2client/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-oauth2client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494494646135760 Content-Disposition: inline Content-Length: 8301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-oauth2client/Makefile diff -u pkgsrc/security/py-oauth2client/Makefile:1.5 pkgsrc/security/py-oauth2client/Makefile:1.6 --- pkgsrc/security/py-oauth2client/Makefile:1.5 Wed Oct 19 13:02:48 2016 +++ pkgsrc/security/py-oauth2client/Makefile Thu May 11 09:24:06 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2016/10/19 13:02:48 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/05/11 09:24:06 adam Exp $ -DISTNAME= oauth2client-4.0.0 +DISTNAME= oauth2client-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security net python -MASTER_SITES= -https://github.com/google/oauth2client/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2client/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/google/oauth2client @@ -16,6 +16,5 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]* DEPENDS+= ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-oauth2client/PLIST diff -u pkgsrc/security/py-oauth2client/PLIST:1.4 pkgsrc/security/py-oauth2client/PLIST:1.5 --- pkgsrc/security/py-oauth2client/PLIST:1.4 Wed Oct 19 13:02:48 2016 +++ pkgsrc/security/py-oauth2client/PLIST Thu May 11 09:24:06 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/10/19 13:02:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/05/11 09:24:06 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -103,117 +103,3 @@ ${PYSITELIB}/oauth2client/tools.pyo ${PYSITELIB}/oauth2client/transport.py ${PYSITELIB}/oauth2client/transport.pyc ${PYSITELIB}/oauth2client/transport.pyo -${PYSITELIB}/tests/__init__.py -${PYSITELIB}/tests/__init__.pyc -${PYSITELIB}/tests/__init__.pyo -${PYSITELIB}/tests/conftest.py -${PYSITELIB}/tests/conftest.pyc -${PYSITELIB}/tests/conftest.pyo -${PYSITELIB}/tests/contrib/__init__.py -${PYSITELIB}/tests/contrib/__init__.pyc -${PYSITELIB}/tests/contrib/__init__.pyo -${PYSITELIB}/tests/contrib/appengine/__init__.py -${PYSITELIB}/tests/contrib/appengine/__init__.pyc -${PYSITELIB}/tests/contrib/appengine/__init__.pyo -${PYSITELIB}/tests/contrib/appengine/conftest.py -${PYSITELIB}/tests/contrib/appengine/conftest.pyc -${PYSITELIB}/tests/contrib/appengine/conftest.pyo -${PYSITELIB}/tests/contrib/appengine/test__appengine_ndb.py -${PYSITELIB}/tests/contrib/appengine/test__appengine_ndb.pyc -${PYSITELIB}/tests/contrib/appengine/test__appengine_ndb.pyo -${PYSITELIB}/tests/contrib/appengine/test_appengine.py -${PYSITELIB}/tests/contrib/appengine/test_appengine.pyc -${PYSITELIB}/tests/contrib/appengine/test_appengine.pyo -${PYSITELIB}/tests/contrib/django_util/__init__.py -${PYSITELIB}/tests/contrib/django_util/__init__.pyc -${PYSITELIB}/tests/contrib/django_util/__init__.pyo -${PYSITELIB}/tests/contrib/django_util/apps.py -${PYSITELIB}/tests/contrib/django_util/apps.pyc -${PYSITELIB}/tests/contrib/django_util/apps.pyo -${PYSITELIB}/tests/contrib/django_util/models.py -${PYSITELIB}/tests/contrib/django_util/models.pyc -${PYSITELIB}/tests/contrib/django_util/models.pyo -${PYSITELIB}/tests/contrib/django_util/settings.py -${PYSITELIB}/tests/contrib/django_util/settings.pyc -${PYSITELIB}/tests/contrib/django_util/settings.pyo -${PYSITELIB}/tests/contrib/django_util/test_decorators.py -${PYSITELIB}/tests/contrib/django_util/test_decorators.pyc -${PYSITELIB}/tests/contrib/django_util/test_decorators.pyo -${PYSITELIB}/tests/contrib/django_util/test_django_models.py -${PYSITELIB}/tests/contrib/django_util/test_django_models.pyc -${PYSITELIB}/tests/contrib/django_util/test_django_models.pyo -${PYSITELIB}/tests/contrib/django_util/test_django_storage.py -${PYSITELIB}/tests/contrib/django_util/test_django_storage.pyc -${PYSITELIB}/tests/contrib/django_util/test_django_storage.pyo -${PYSITELIB}/tests/contrib/django_util/test_django_util.py -${PYSITELIB}/tests/contrib/django_util/test_django_util.pyc -${PYSITELIB}/tests/contrib/django_util/test_django_util.pyo -${PYSITELIB}/tests/contrib/django_util/test_views.py -${PYSITELIB}/tests/contrib/django_util/test_views.pyc -${PYSITELIB}/tests/contrib/django_util/test_views.pyo -${PYSITELIB}/tests/contrib/test_devshell.py -${PYSITELIB}/tests/contrib/test_devshell.pyc -${PYSITELIB}/tests/contrib/test_devshell.pyo -${PYSITELIB}/tests/contrib/test_dictionary_storage.py -${PYSITELIB}/tests/contrib/test_dictionary_storage.pyc -${PYSITELIB}/tests/contrib/test_dictionary_storage.pyo -${PYSITELIB}/tests/contrib/test_flask_util.py -${PYSITELIB}/tests/contrib/test_flask_util.pyc -${PYSITELIB}/tests/contrib/test_flask_util.pyo -${PYSITELIB}/tests/contrib/test_gce.py -${PYSITELIB}/tests/contrib/test_gce.pyc -${PYSITELIB}/tests/contrib/test_gce.pyo -${PYSITELIB}/tests/contrib/test_keyring_storage.py -${PYSITELIB}/tests/contrib/test_keyring_storage.pyc -${PYSITELIB}/tests/contrib/test_keyring_storage.pyo -${PYSITELIB}/tests/contrib/test_metadata.py -${PYSITELIB}/tests/contrib/test_metadata.pyc -${PYSITELIB}/tests/contrib/test_metadata.pyo -${PYSITELIB}/tests/contrib/test_multiprocess_file_storage.py -${PYSITELIB}/tests/contrib/test_multiprocess_file_storage.pyc -${PYSITELIB}/tests/contrib/test_multiprocess_file_storage.pyo -${PYSITELIB}/tests/contrib/test_sqlalchemy.py -${PYSITELIB}/tests/contrib/test_sqlalchemy.pyc -${PYSITELIB}/tests/contrib/test_sqlalchemy.pyo -${PYSITELIB}/tests/contrib/test_xsrfutil.py -${PYSITELIB}/tests/contrib/test_xsrfutil.pyc -${PYSITELIB}/tests/contrib/test_xsrfutil.pyo -${PYSITELIB}/tests/http_mock.py -${PYSITELIB}/tests/http_mock.pyc -${PYSITELIB}/tests/http_mock.pyo -${PYSITELIB}/tests/test__helpers.py -${PYSITELIB}/tests/test__helpers.pyc -${PYSITELIB}/tests/test__helpers.pyo -${PYSITELIB}/tests/test__pkce.py -${PYSITELIB}/tests/test__pkce.pyc -${PYSITELIB}/tests/test__pkce.pyo -${PYSITELIB}/tests/test__pure_python_crypt.py -${PYSITELIB}/tests/test__pure_python_crypt.pyc -${PYSITELIB}/tests/test__pure_python_crypt.pyo -${PYSITELIB}/tests/test__pycrypto_crypt.py -${PYSITELIB}/tests/test__pycrypto_crypt.pyc -${PYSITELIB}/tests/test__pycrypto_crypt.pyo -${PYSITELIB}/tests/test_client.py -${PYSITELIB}/tests/test_client.pyc -${PYSITELIB}/tests/test_client.pyo -${PYSITELIB}/tests/test_clientsecrets.py -${PYSITELIB}/tests/test_clientsecrets.pyc -${PYSITELIB}/tests/test_clientsecrets.pyo -${PYSITELIB}/tests/test_crypt.py -${PYSITELIB}/tests/test_crypt.pyc -${PYSITELIB}/tests/test_crypt.pyo -${PYSITELIB}/tests/test_file.py -${PYSITELIB}/tests/test_file.pyc -${PYSITELIB}/tests/test_file.pyo -${PYSITELIB}/tests/test_jwt.py -${PYSITELIB}/tests/test_jwt.pyc -${PYSITELIB}/tests/test_jwt.pyo -${PYSITELIB}/tests/test_service_account.py -${PYSITELIB}/tests/test_service_account.pyc -${PYSITELIB}/tests/test_service_account.pyo -${PYSITELIB}/tests/test_tools.py -${PYSITELIB}/tests/test_tools.pyc -${PYSITELIB}/tests/test_tools.pyo -${PYSITELIB}/tests/test_transport.py -${PYSITELIB}/tests/test_transport.pyc -${PYSITELIB}/tests/test_transport.pyo Index: pkgsrc/security/py-oauth2client/distinfo diff -u pkgsrc/security/py-oauth2client/distinfo:1.6 pkgsrc/security/py-oauth2client/distinfo:1.7 --- pkgsrc/security/py-oauth2client/distinfo:1.6 Wed Oct 19 13:02:48 2016 +++ pkgsrc/security/py-oauth2client/distinfo Thu May 11 09:24:06 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/10/19 13:02:48 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/05/11 09:24:06 adam Exp $ -SHA1 (oauth2client-4.0.0.tar.gz) = bdce685cd0586e03f75aa1963751373e3850eb79 -RMD160 (oauth2client-4.0.0.tar.gz) = 654f15187861515992db1c3e66cbb7008400e2da -SHA512 (oauth2client-4.0.0.tar.gz) = b59805702c7acb306801a04a92b7f700c0f58d5937b4b27a497018d313922512b5ec3f1711bacf13bc7e01c4f006eda5344a9055f981ba34e116c34c56c5dfec -Size (oauth2client-4.0.0.tar.gz) = 183288 bytes +SHA1 (oauth2client-4.1.0.tar.gz) = b01918ecc0c91bd4477a7c813e3f2f035c3215a0 +RMD160 (oauth2client-4.1.0.tar.gz) = 28ddb447fb4e9e3b74d8257309ab9e5d02dbe2e7 +SHA512 (oauth2client-4.1.0.tar.gz) = 34da6714a02979a4fb24578837702cde07c46afbffc9b38e316da68ba5dd43fec8de66d6e986e1ee8edd26013b5f4d02d4ac293e72f6218bcdca283622ab8ae3 +Size (oauth2client-4.1.0.tar.gz) = 76593 bytes --_----------=_1494494646135760--