python3-b2sdk: update to 2.5.1.

This commit is contained in:
Andrea Brancaleoni 2024-08-17 12:10:48 +02:00
parent 1fcce8aabe
commit 9208771cdf

View file

@ -1,6 +1,6 @@
# Template file for 'python3-b2sdk' # Template file for 'python3-b2sdk'
pkgname=python3-b2sdk pkgname=python3-b2sdk
version=2.5.0 version=2.5.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel" hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel"
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT" license="MIT"
homepage="https://pypi.org/project/b2sdk" homepage="https://pypi.org/project/b2sdk"
distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz" distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz"
checksum=d7c20125e64508a730e56307d75284790079cdb88e63851fff820a09b24fb1d9 checksum=fb75c831d6ea875522e78f0c42b784771dc31e6bb64f3eb9f379bdc85eb35a3f
replaces="python-b2sdk>=0" replaces="python-b2sdk>=0"
# Tests require an application key # Tests require an application key
make_check=no make_check=no