From a285ba5502f972aae4e656cb353e5981dd09b301 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 30 Sep 2020 23:49:34 -0400 Subject: [PATCH 1/2] python3-httplib2: update to 0.18.1. --- srcpkgs/python3-httplib2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template index eefec628859..99ae7217f46 100644 --- a/srcpkgs/python3-httplib2/template +++ b/srcpkgs/python3-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python3-httplib2' pkgname=python3-httplib2 -version=0.14.0 -revision=4 +version=0.18.1 +revision=1 create_wrksrc=yes build_wrksrc="httplib2-${version}" build_style=python3-module @@ -14,7 +14,7 @@ homepage="https://github.com/httplib2/httplib2" changelog="https://raw.githubusercontent.com/httplib2/httplib2/master/CHANGELOG" distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz https://raw.githubusercontent.com/httplib2/httplib2/master/LICENSE>LICENSE.txt" -checksum="34537dcdd5e0f2386d29e0e2c6d4a1703a3b982d34c198a5102e6e5d6194b107 +checksum="8af66c1c52c7ffe1aa5dc4bcd7c769885254b0756e6e69f953c7f0ab49a70ba3 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4" post_install() { From 29e89c0108e2d57ac78d72f2185c9601bf8f83f4 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 30 Sep 2020 23:52:00 -0400 Subject: [PATCH 2/2] python3-google-api-python-client: update to 1.12.3. --- srcpkgs/python3-google-api-python-client/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template index 7351849b1d0..fefe2c2d67b 100644 --- a/srcpkgs/python3-google-api-python-client/template +++ b/srcpkgs/python3-google-api-python-client/template @@ -1,6 +1,6 @@ # Template file for 'python3-google-api-python-client' pkgname=python3-google-api-python-client -version=1.9.3 +version=1.12.3 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Peter Bui " license="Apache-2.0" homepage="https://github.com/googleapis/google-api-python-client" distfiles="${PYPI_SITE}/g/google-api-python-client/google-api-python-client-${version}.tar.gz" -checksum=220349ce189a85229fc46875d467101318495a4a735c0ff2f165b9bdbc7511a0 +checksum=844ef76bda585ea0ea2d5e7f8f9a0eb10d6e2eba66c4fea0210ec7843941cb1a post_patch() { # unittest2 is python2 thing.