[arch-commits] Commit in python-google-auth/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 18:12:52 UTC 2019


    Date: Saturday, November 16, 2019 @ 18:12:51
  Author: felixonmars
Revision: 529696

upgpkg: python-google-auth 1.7.1-1

Modified:
  python-google-auth/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 18:12:08 UTC (rev 529695)
+++ PKGBUILD	2019-11-16 18:12:51 UTC (rev 529696)
@@ -2,8 +2,8 @@
 
 pkgbase=python-google-auth
 pkgname=(python-google-auth python2-google-auth)
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Google Authentication Library"
 url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
 license=('Apache')
@@ -15,10 +15,8 @@
               'python-requests' 'python2-requests' 'python-flask' 'python2-flask'
               'python-oauth2client' 'python2-oauth2client' 'python-pytest-localserver'
               'python2-pytest-localserver' 'python-cryptography' 'python2-cryptography')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz"
-        'pytest5.patch')
-sha512sums=('3becc5301d982532d59bf6c3d0c2ebe6ea8f53b6ebdbf71d2dfc622f7933c3472102af62e43c9292c7361d458e812e8af71c7d426efbfff282f3db96de1d3374'
-            '3df316f27b81b128798807dac69add8d99fcbad0ab157763cdc7d3c81535ee4a57b5dcec96e37a56e106dbb1f033ba83972c3073d18bd028b0124fc95aa56daa')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz")
+sha512sums=('bb244c1a8ebd1e407dfdaa29e230dbc8d0dcbcf04e090d88fb3aa3b0217e876f70f0f6e73fca298bf54a4489c043b4d8b4eae189e6ddad832774f6ee40c56e72')
 
 prepare() {
   # Use system cert
@@ -25,7 +23,6 @@
   sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
          -e 's|if certifi is not None:|if True:|' \
          google-auth-library-python-$pkgver/google/auth/transport/urllib3.py
-  patch -Np1 -d google-auth-library-python-$pkgver <pytest5.patch
   cp -a google-auth-library-python-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list