pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-oauth2client



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index