Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-s3transfer
Commits:
cea5e5a5 by Chih-Hsuan Yen at 2024-05-06T22:03:09+08:00
upgpkg: 0.10.1-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-s3transfer
pkgdesc = Amazon S3 Transfer Manager for Python
- pkgver = 0.10.0
- pkgrel = 2
+ pkgver = 0.10.1
+ pkgrel = 1
url = https://github.com/boto/s3transfer
arch = any
license = Apache
@@ -14,7 +14,7 @@ pkgbase = python-s3transfer
depends = python
depends = python-botocore
optdepends = python-awscrt
- source =
python-s3transfer-0.10.0.tar.gz::https://github.com/boto/s3transfer/archive/0.10.0.tar.gz
- sha256sums =
d7a8667540bb61dbedab22b4ffc5ffaa363fef4526a6d63c8942f7dd7a7fcd8f
+ source =
python-s3transfer-0.10.1.tar.gz::https://github.com/boto/s3transfer/archive/0.10.1.tar.gz
+ sha256sums =
b6d42d2c81791486166a7b5fc4b4159e7b7ca6c6242d01310eebf546e16382eb
pkgname = python-s3transfer
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-s3transfer
# https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc='Amazon S3 Transfer Manager for Python'
arch=('any')
url="https://github.com/boto/s3transfer"
@@ -18,7 +18,7 @@ optdepends=(
'python-awscrt'
)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=('d7a8667540bb61dbedab22b4ffc5ffaa363fef4526a6d63c8942f7dd7a7fcd8f')
+sha256sums=('b6d42d2c81791486166a7b5fc4b4159e7b7ca6c6242d01310eebf546e16382eb')
build() {
cd s3transfer-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/commit/cea5e5a5ff7213fbefd7b1599e40d3b023c5b61b
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/commit/cea5e5a5ff7213fbefd7b1599e40d3b023c5b61b
You're receiving this email because of your account on gitlab.archlinux.org.