Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-docker
Commits: 840d8bbf by Carl Smedstad at 2024-10-06T11:43:27+02:00 Use SPDX license identifier - - - - - e0206cd5 by Carl Smedstad at 2024-10-06T11:45:56+02:00 upgpkg: 7.1.0-2: Drop unneeded python-pytest-cov dependency https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,14 @@ pkgbase = python-docker pkgdesc = A Python library for the Docker Engine API pkgver = 7.1.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/docker/docker-py arch = any - license = Apache + license = Apache-2.0 checkdepends = flake8 checkdepends = python-coverage checkdepends = python-paramiko checkdepends = python-pytest - checkdepends = python-pytest-cov checkdepends = python-pytest-timeout makedepends = python-build makedepends = python-installer ===================================== PKGBUILD ===================================== @@ -7,16 +7,16 @@ pkgname=python-docker pkgver=7.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python library for the Docker Engine API" arch=('any') url="https://github.com/docker/docker-py" -license=("Apache") +license=("Apache-2.0") depends=('python-packaging' 'python-requests' 'python-urllib3' 'python-websocket-client') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel' 'python-hatchling' 'python-hatch-vcs') checkdepends=('flake8' 'python-coverage' 'python-paramiko' 'python-pytest' -'python-pytest-cov' 'python-pytest-timeout') +'python-pytest-timeout') optdepends=('python-paramiko: for connections using the SSH protocol') provides=('python-docker-py') conflicts=('python-docker-py') @@ -32,7 +32,7 @@ build() { check() { cd docker-py-"$pkgver" - py.test --cov=docker tests/unit + pytest tests/unit } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-docker/-/compare/131f455c2e1c99a1795f8da8c49d3c70fb7921c9...e0206cd5b9f1019c2d8dcc009d36e9e37e79c7bf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-docker/-/compare/131f455c2e1c99a1795f8da8c49d3c70fb7921c9...e0206cd5b9f1019c2d8dcc009d36e9e37e79c7bf You're receiving this email because of your account on gitlab.archlinux.org.
