Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-google-auth-oauthlib


Commits:
d931ce76 by Lukas Fleischer at 2025-08-06T14:26:03-04:00
upgpkg: 1.2.2-1: upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-google-auth-oauthlib
        pkgdesc = oauthlib integration for Google auth.
-       pkgver = 1.2.1
-       pkgrel = 2
+       pkgver = 1.2.2
+       pkgrel = 1
        url = http://google-auth-oauthlib.readthedocs.io/en/latest/
        arch = any
        license = Apache
@@ -12,7 +12,7 @@ pkgbase = python-google-auth-oauthlib
        depends = python-google-auth
        depends = python-requests-oauthlib
        optdepends = python-click
-       source = 
python-google-auth-oauthlib-1.2.1.tar.gz::https://github.com/googleapis/google-auth-library-python-oauthlib/archive/refs/tags/v1.2.1.tar.gz
-       sha256sums = 
9c5bebe2d0c4d65f7904b17dd21a2c4d7229fa8702ec910a75d48abf9f533075
+       source = 
python-google-auth-oauthlib-1.2.2.tar.gz::https://github.com/googleapis/google-auth-library-python-oauthlib/archive/refs/tags/v1.2.2.tar.gz
+       sha256sums = 
ea495bc6d97714353ff53258ee3c497a4bc1c2f4c3c63eefb7f6ace30aa06851
 
 pkgname = python-google-auth-oauthlib


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Guillaume Horel <guillaume.ho...@gmail.com>
 
 pkgname=python-google-auth-oauthlib
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="oauthlib integration for Google auth."
 url="http://google-auth-oauthlib.readthedocs.io/en/latest/";
 checkdepends=('python-click' 'python-pytest')
@@ -13,7 +13,7 @@ optdepends=('python-click')
 license=('Apache')
 arch=('any')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/googleapis/google-auth-library-python-oauthlib/archive/refs/tags/v${pkgver}.tar.gz";)
-sha256sums=('9c5bebe2d0c4d65f7904b17dd21a2c4d7229fa8702ec910a75d48abf9f533075')
+sha256sums=('ea495bc6d97714353ff53258ee3c497a4bc1c2f4c3c63eefb7f6ace30aa06851')
 
 # check() {
 #     cd "google-auth-library-python-oauthlib-${pkgver}"
@@ -27,5 +27,4 @@ package() {
 
     # Remove conflicting files
     local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-    rm -r "${pkgdir}/usr/lib/python${python_version}/site-packages/docs"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth-oauthlib/-/commit/d931ce762a789183fc83ea259bf0d9331a21e86f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth-oauthlib/-/commit/d931ce762a789183fc83ea259bf0d9331a21e86f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to