Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-google-api-python-client: update to 1.9.3.
@ 2020-09-05 14:29 pbui
  2020-09-06 12:13 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: pbui @ 2020-09-05 14:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages python-google-api-python-client
https://github.com/void-linux/void-packages/pull/24691

python3-google-api-python-client: update to 1.9.3.
Also update related packages and remove noarch.

A patch file from https://github.com/void-linux/void-packages/pull/24691.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-google-api-python-client-24691.patch --]
[-- Type: text/x-diff, Size: 7543 bytes --]

From 1969f16dadd7e985c9f003505a2f0a0be823e63b Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:02:14 -0400
Subject: [PATCH 1/6] python3-cachetools: update to 4.1.1.

---
 srcpkgs/python3-cachetools/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index 6b14d89eff2..e29000bcb7a 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
-version=4.1.0
+version=4.1.1
 revision=1
-archs=noarch
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +11,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="MIT"
 homepage="https://github.com/tkem/cachetools/"
 distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
-checksum=1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab
+checksum=bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20
 
 post_install() {
 	vlicense LICENSE

From 12947ad3b7bc40937d794f1274dd6af758aecf99 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:13:03 -0400
Subject: [PATCH 2/6] python3-google-api-core: update to 1.22.2.

---
 srcpkgs/python3-google-api-core/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index e2f78f172cb..a721c4d5a56 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
-version=1.17.0
+version=1.22.2
 revision=1
-archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +13,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="Apache-2.0"
 homepage="https://github.com/googleapis/python-api-core"
 distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz"
-checksum=e4082a0b479dc2dee2f8d7b80ea8b5d0184885b773caab15ab1836277a01d689
+checksum=779107f17e0fef8169c5239d56a8fbff03f9f72a3893c0c9e5842ec29dfedd54
 
 do_check() {
 	: all tests require grpc, which is optional dependencies.

From fa0a9d412d6a295ddca17d3afe49ba6518bbc8c4 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:15:07 -0400
Subject: [PATCH 3/6] python3-googleapis-common-protos: update to 1.52.0.

---
 srcpkgs/python3-googleapis-common-protos/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 1b0747910e0..69206d31f1e 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
-version=1.51.0
-revision=2
-archs=noarch
+version=1.52.0
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +12,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="Apache-2.0"
 homepage="https://github.com/googleapis/googleapis"
 distfiles="${PYPI_SITE}/g/googleapis-common-protos/googleapis-common-protos-${version}.tar.gz"
-checksum=013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e
+checksum=560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351
 
 post_install() {
 	chmod -R +r "${DESTDIR}/${py3_sitelib}"

From 26c8d56d606e99c45770bc5393e85548caa49221 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:17:16 -0400
Subject: [PATCH 4/6] python3-google-auth: update to 1.21.1.

---
 srcpkgs/python3-google-auth/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 8e18145cda9..0010f234166 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
-version=1.16.0
+version=1.21.1
 revision=1
-archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"
@@ -12,4 +11,4 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="Apache-2.0"
 homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
 distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
-checksum=1b3732b121917124adfe602de148ef5cba351792cf9527f99e6b61b84f74a7f5
+checksum=bcbd9f970e7144fe933908aa286d7a12c44b7deb6d78a76871f0377a29d09789

From dec1d51eef050798f2ef0dfe45106cf5ed5de5c8 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:18:27 -0400
Subject: [PATCH 5/6] python3-google-auth-httplib2: update to 0.0.4.

---
 srcpkgs/python3-google-auth-httplib2/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 230494ba905..539708b3e0f 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
-version=0.0.3
-revision=4
-archs=noarch
+version=0.0.4
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"
@@ -12,4 +11,4 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="Apache-2.0"
 homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python3-httplib2"
 distfiles="${PYPI_SITE}/g/google-auth-httplib2/google-auth-httplib2-${version}.tar.gz"
-checksum=098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445
+checksum=8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39

From 9b63c2f5eb4a24f20402a1af1593838c2a983f2a Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 5 Sep 2020 10:20:25 -0400
Subject: [PATCH 6/6] python3-google-api-python-client: update to 1.9.3.

---
 srcpkgs/python3-google-api-python-client/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index 12859dd49ec..7351849b1d0 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
-version=1.8.4
+version=1.9.3
 revision=1
-archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +13,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 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=bbe212611fdc05364f3d20271cae53971bf4d485056e6c0d40748eddeeda9a19
+checksum=220349ce189a85229fc46875d467101318495a4a735c0ff2f165b9bdbc7511a0
 
 post_patch() {
 	# unittest2 is python2 thing.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: python3-google-api-python-client: update to 1.9.3.
  2020-09-05 14:29 [PR PATCH] python3-google-api-python-client: update to 1.9.3 pbui
@ 2020-09-06 12:13 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-09-06 12:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

There's a merged pull request on the void-packages repository

python3-google-api-python-client: update to 1.9.3.
https://github.com/void-linux/void-packages/pull/24691

Description:
Also update related packages and remove noarch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-06 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05 14:29 [PR PATCH] python3-google-api-python-client: update to 1.9.3 pbui
2020-09-06 12:13 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).