community/py3-docker-py: upgrade to 7.1.0

This upgrade fixes the issue introduced
by py3-requests upgrade.
This commit is contained in:
Francesco Colista 2024-07-15 07:49:22 +00:00 committed by ptrcnull
parent c4f47973c2
commit e8aa2708d1

View File

@ -1,14 +1,16 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-docker-py
pkgver=7.0.0
pkgrel=1
pkgver=7.1.0
pkgrel=0
pkgdesc="Python library for the Docker Engine API"
url="https://github.com/docker/docker-py"
arch="noarch"
license="Apache-2.0"
options="!check" # no docker avail
depends="
py3-hatchling
py3-hatch-vcs
py3-packaging
py3-requests
py3-urllib3
@ -39,5 +41,5 @@ package() {
}
sha512sums="
1ddfdc6d533d9e623baf8bbf1243272d6e511c2bb356c82d9401e566733794d38aa34df151788f1ad807fe7ba0144cc428e0b7f74acd888a58afc61c09c6d09c py3-docker-py-7.0.0.tar.gz
3dd73f2c3f3e92863496ef8277f481e64484e0e85a64dffe4e3287836823e4b118a5c8e73b2540e7188a0b755cd3f237ccc868a5bfb81d3bff1142fbb33755cb py3-docker-py-7.1.0.tar.gz
"