summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-06-27 14:58:53 -0400
committerAndrew Sun2022-06-27 14:58:53 -0400
commitee0c06b5e2d11b934c9b4b1890b6149988b3a1a9 (patch)
treee85d2e5f6b5fcf040931efbd69c05649d67f949a
parent39cfc14c0339f058606207e668cf2b488d045fe1 (diff)
downloadaur-ee0c06b5e2d11b934c9b4b1890b6149988b3a1a9.tar.gz
3.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01bd3436f058..1486b357a6de 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.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://github.com/globus/globus-sdk-python
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-globus-sdk
depends = python-six
depends = python-requests
depends = python-pyjwt
- source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.9.0.tar.gz
- sha256sums = 456f707b25a8c502607134f1d699b5970ef1aa9d17877474db73fc6d87c711e9
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.10.0.tar.gz
+ sha256sums = 7a7e7cd5cfbc40c6dc75bdb92b050c4191f992b5f7081cd08895bf119fd97bbf
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 3cde2d050b96..aafaadbebf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.9.0
+pkgver=3.10.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')
@@ -11,7 +11,7 @@ url="https://github.com/globus/globus-sdk-python"
license=('Apache')
depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('456f707b25a8c502607134f1d699b5970ef1aa9d17877474db73fc6d87c711e9')
+sha256sums=('7a7e7cd5cfbc40c6dc75bdb92b050c4191f992b5f7081cd08895bf119fd97bbf')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"