Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-botocore
Commits:
5f4fe60f by Chih-Hsuan Yen at 2025-02-15T00:53:28+08:00
upgpkg: 1.36.3-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-botocore
pkgdesc = A low-level interface to a growing number of Amazon Web
Services
- pkgver = 1.36.1
+ pkgver = 1.36.3
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -20,9 +20,9 @@ pkgbase = python-botocore
depends = python-jmespath
depends = python-urllib3
optdepends = python-awscrt
- source =
python-botocore-1.36.1.tar.gz::https://github.com/boto/botocore/archive/1.36.1.tar.gz
+ source =
python-botocore-1.36.3.tar.gz::https://github.com/boto/botocore/archive/1.36.3.tar.gz
source = tests-keep-env.diff
- sha256sums =
9cf363c0ddaa1c9f1fbb68835998442f8d2e16a9ba97938b4ff752eea611db1f
+ sha256sums =
0cd84a46953ec7f44edffd0feee18bc652c2868338d80738c85ba4103ea7941e
sha256sums =
15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11
pkgname = python-botocore
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-botocore
# https://raw.githubusercontent.com/boto/botocore/develop/CHANGELOG.rst
-pkgver=1.36.1
+pkgver=1.36.3
pkgrel=1
pkgdesc='A low-level interface to a growing number of Amazon Web Services'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
tests-keep-env.diff)
-sha256sums=('9cf363c0ddaa1c9f1fbb68835998442f8d2e16a9ba97938b4ff752eea611db1f'
+sha256sums=('0cd84a46953ec7f44edffd0feee18bc652c2868338d80738c85ba4103ea7941e'
'15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/5f4fe60fc85e1acf87528a6085ecae0b9d2e735d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/5f4fe60fc85e1acf87528a6085ecae0b9d2e735d
You're receiving this email because of your account on gitlab.archlinux.org.