From owner-svn-ports-all@freebsd.org Sun Aug 26 12:07:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5E31107486F; Sun, 26 Aug 2018 12:07:01 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AECB7DF43; Sun, 26 Aug 2018 12:07:01 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 332626B10; Sun, 26 Aug 2018 12:07:01 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7QC70Pj010335; Sun, 26 Aug 2018 12:07:00 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7QC701c010333; Sun, 26 Aug 2018 12:07:00 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201808261207.w7QC701c010333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 26 Aug 2018 12:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478123 - head/www/py-google-api-python-client X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/www/py-google-api-python-client X-SVN-Commit-Revision: 478123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2018 12:07:01 -0000 Author: nivit Date: Sun Aug 26 12:07:00 2018 New Revision: 478123 URL: https://svnweb.freebsd.org/changeset/ports/478123 Log: - Update to 1.7.4 - Drop the hard requirement on security/py-oauth2client and install security/py-google-auth by default instead. Oauth2client is still supported but will need to be explicitly installed. (Excerpt from Release notes). - Update WWW in pkg-descr Changes: https://github.com/google/google-api-python-client/releases Modified: head/www/py-google-api-python-client/Makefile head/www/py-google-api-python-client/distinfo head/www/py-google-api-python-client/pkg-descr Modified: head/www/py-google-api-python-client/Makefile ============================================================================== --- head/www/py-google-api-python-client/Makefile Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/Makefile Sun Aug 26 12:07:00 2018 (r478123) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR} Modified: head/www/py-google-api-python-client/distinfo ============================================================================== --- head/www/py-google-api-python-client/distinfo Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/distinfo Sun Aug 26 12:07:00 2018 (r478123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526249658 -SHA256 (google-api-python-client-1.6.7.tar.gz) = 05583a386e323f428552419253765314a4b29828c3cee15be735f9ebfa5aebf2 -SIZE (google-api-python-client-1.6.7.tar.gz) = 51899 +TIMESTAMP = 1535227072 +SHA256 (google-api-python-client-1.7.4.tar.gz) = 5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c +SIZE (google-api-python-client-1.7.4.tar.gz) = 141798 Modified: head/www/py-google-api-python-client/pkg-descr ============================================================================== --- head/www/py-google-api-python-client/pkg-descr Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/pkg-descr Sun Aug 26 12:07:00 2018 (r478123) @@ -10,4 +10,4 @@ urlshortener, webfonts, youtube, youtubeAnalytics APIs If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). -WWW: http://developers.google.com/api-client-library/python/ +WWW: https://developers.google.com/api-client-library/python/