summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-08-30 21:56:53 -0400
committerAndrew Sun2023-08-30 21:56:53 -0400
commitc4bc94fd2ee41b8ea4a9afcd558bc53b2c4457d2 (patch)
tree54f6d814fb855b010cb7a102f70f7529f06a9d45
parentc58349db340a1cd5c3b44a1a9a7361ad87858d5a (diff)
downloadaur-c4bc94fd2ee41b8ea4a9afcd558bc53b2c4457d2.tar.gz
3.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071f843fbb6f..437690503a4a 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.27.0
+ pkgver = 3.28.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.27.0.tar.gz
- sha256sums = 1e9afac3bcce7dd69199c6e85372b0d6cadcc0906b27129d88db7e41dc32f195
+ source = https://files.pythonhosted.org/packages/source/g/globus-sdk/globus-sdk-3.28.0.tar.gz
+ sha256sums = 249423dda76f162bb0d5515509135b68d6a779ad0cf2cd02a8204b2c7903e365
pkgname = python-globus-sdk
diff --git a/PKGBUILD b/PKGBUILD
index fe4e08e5161b..6ec8bc3bbe94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.27.0
+pkgver=3.28.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=('1e9afac3bcce7dd69199c6e85372b0d6cadcc0906b27129d88db7e41dc32f195')
+sha256sums=('249423dda76f162bb0d5515509135b68d6a779ad0cf2cd02a8204b2c7903e365')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"