summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2024-04-15 16:14:25 -0400
committerAndrew Sun2024-04-15 16:14:25 -0400
commit02d66c05a8ea4631a845d5a338fc50b4081df4d0 (patch)
tree466aef5368e6304001ebd358c8db590b0120ed76
parent24cde4c8943d7f7f98e7a409ed9708b70b539478 (diff)
downloadaur-python-globus-sdk.tar.gz
3.40.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b220eee337..32110bbd5de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-globus-sdk
pkgdesc = This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API.
- pkgver = 3.39.0
+ pkgver = 3.40.0
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-globus-sdk
depends = python-requests
depends = python-pyjwt
depends = python-typing_extensions
- source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.39.0.tar.gz
- sha256sums = 10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3
+ source = https://files.pythonhosted.org/packages/source/g/globus_sdk/globus_sdk-3.40.0.tar.gz
+ sha256sums = 6394f01c35b2b3275622f4f7c194eaf6750cb6c1e82cb2448dac2eb4ec394d75
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 37543fc1cd8d..1d42dd8f9cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrew Sun <adsun701@ at mail dot com>
# Contributor: Aetf <aetf at unlimitedcodeworks dot xyz>
-_name=globus-sdk
+_name=globus_sdk
pkgname=python-globus-sdk
-pkgver=3.39.0
+pkgver=3.40.0
pkgrel=1
pkgdesc="This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API."
arch=('any')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('python' 'python-cryptography' 'python-six' 'python-requests' 'python-pyjwt' 'python-typing_extensions')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3')
+sha256sums=('6394f01c35b2b3275622f4f7c194eaf6750cb6c1e82cb2448dac2eb4ec394d75')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"