George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-b2sdk
Commits:
37ee5069 by George Rawlinson at 2025-10-26T07:55:45+00:00
reuse: simplify conf
- - - - -
4d0b6372 by George Rawlinson at 2025-10-26T07:57:04+00:00
upgpkg: 2.10.1-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-b2sdk
pkgdesc = Python module to access B2 cloud storage
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/Backblaze/b2-sdk-python
arch = any
@@ -25,8 +25,8 @@ pkgbase = python-b2sdk
depends = python-importlib-metadata
optdepends = python-tqdm: for TqdmProgressListener class
optdepends = python-pydantic: for improved type hints
- source =
python-b2sdk::git+https://github.com/Backblaze/b2-sdk-python#tag=v2.10.0
- sha512sums =
8700f2775d147bf3bdb384aa81018dcae361d5687f3f01a4d93c6afc1995211269cc61844cd9e418372617d1021711903736ad199c70318db0a785091814d682
- b2sums =
55dfbc858b6cdfff0edf09342af39942725d79d85eabfc0ec87571860459d3dad822fca1e71bcffe61022f854c35544ed1833bd9b79fba74fab00e8921886a18
+ source =
python-b2sdk::git+https://github.com/Backblaze/b2-sdk-python#tag=v2.10.1
+ sha512sums =
1512f73649c4e5c9864d417607fd04ce55de5da1256518b1c7d1492892f68bc1a684b1db0960f65ce65b3d55cfaf8e872187ddb2a8a0453fbdd285dd63f40e7f
+ b2sums =
32a650baedfc1f6b70ccf979fa527a208812493a408d3cfca89756c6b8cbfc6dd41f91658cbc8ba208adc01411f90e029315a30ca6ff2cdea7928e497daaa3da
pkgname = python-b2sdk
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-b2sdk
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
pkgdesc='Python module to access B2 cloud storage'
arch=(any)
@@ -36,8 +36,8 @@ optdepends=(
'python-pydantic: for improved type hints'
)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('8700f2775d147bf3bdb384aa81018dcae361d5687f3f01a4d93c6afc1995211269cc61844cd9e418372617d1021711903736ad199c70318db0a785091814d682')
-b2sums=('55dfbc858b6cdfff0edf09342af39942725d79d85eabfc0ec87571860459d3dad822fca1e71bcffe61022f854c35544ed1833bd9b79fba74fab00e8921886a18')
+sha512sums=('1512f73649c4e5c9864d417607fd04ce55de5da1256518b1c7d1492892f68bc1a684b1db0960f65ce65b3d55cfaf8e872187ddb2a8a0453fbdd285dd63f40e7f')
+b2sums=('32a650baedfc1f6b70ccf979fa527a208812493a408d3cfca89756c6b8cbfc6dd41f91658cbc8ba208adc01411f90e029315a30ca6ff2cdea7928e497daaa3da')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
"keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-b2sdk/-/compare/d3fd27e78c43de4320de1b3eceeb557cfafd3ead...4d0b63723e5907b967ff192fbb7f3a589c99cae6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-b2sdk/-/compare/d3fd27e78c43de4320de1b3eceeb557cfafd3ead...4d0b63723e5907b967ff192fbb7f3a589c99cae6
You're receiving this email because of your account on gitlab.archlinux.org.