summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2022-03-19 22:52:55 -0500
committerKyle Manna2022-03-19 22:52:55 -0500
commit37363080e2deaa2ffe7a15bc4a30c3b7c3684d12 (patch)
tree91e2174bd2358143008c97beab9928f955d64b16
parent907c90521b9bc7fc5be5ea6069db27600788a32f (diff)
downloadaur-37363080e2deaa2ffe7a15bc4a30c3b7c3684d12.tar.gz
release: python-b2sdk v1.14.1-1
* Follow upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9844c868022d..f986de9c478f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-b2sdk
pkgdesc = Python library to access B2 cloud storage.
- pkgver = 1.13.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/Backblaze/b2-sdk-python
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-b2sdk
depends = python-requests>=2.9.1
depends = python-setuptools
depends = python-tqdm>=4.5.0
- source = https://files.pythonhosted.org/packages/source/b/b2sdk/b2sdk-1.13.0.tar.gz
- sha256sums = 43d07ce5cf9685acc3797b0c4764b4688777db12d8f0102e6118f8403db5c759
+ source = https://files.pythonhosted.org/packages/source/b/b2sdk/b2sdk-1.14.1.tar.gz
+ sha256sums = 7d839eca12a6f66453eb535c41569714a7910bc012f657c864c3bfb3a88569e8
pkgname = python-b2sdk
diff --git a/PKGBUILD b/PKGBUILD
index 2e9a18fa91ee..a7482b38976d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-b2sdk
_pkgname=b2sdk
-pkgver=1.13.0
+pkgver=1.14.1
pkgrel=1
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
@@ -20,7 +20,7 @@ makedepends=('python-setuptools-scm'
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('43d07ce5cf9685acc3797b0c4764b4688777db12d8f0102e6118f8403db5c759')
+sha256sums=('7d839eca12a6f66453eb535c41569714a7910bc012f657c864c3bfb3a88569e8')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}