Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-container
Commits:
ea3d0bc7 by Jelle van der Waa at 2024-12-07T11:49:55+01:00
upgpkg: 0.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-container
pkgdesc = Pytest fixtures for writing container based tests
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://dcermak.github.io/pytest_container/
arch = any
license = LGPL
@@ -21,7 +21,7 @@ pkgbase = python-pytest-container
optdepends = podman: podman support
optdepends = buildah: podman support
optdepends = docker: docker support
- source =
python-pytest-container-0.4.2.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/0.4.2.tar.gz
- sha256sums =
77d4b728554865061526711e432b99b93fec89db2a59016d66f8c9721de8e8c2
+ source =
python-pytest-container-0.4.3.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/0.4.3.tar.gz
+ sha256sums =
d7e712d0f4cb47a2b2596a4aca0c4db093e53ad7e241f2bac4d5348afd57c6a2
pkgname = python-pytest-container
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=python-pytest-container
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="Pytest fixtures for writing container based tests"
arch=('any')
license=('LGPL')
@@ -16,7 +16,7 @@ optdepends=(
'docker: docker support'
)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/${pkgver}.tar.gz)
-sha256sums=('77d4b728554865061526711e432b99b93fec89db2a59016d66f8c9721de8e8c2')
+sha256sums=('d7e712d0f4cb47a2b2596a4aca0c4db093e53ad7e241f2bac4d5348afd57c6a2')
prepare() {
cd pytest_container-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-container/-/commit/ea3d0bc71ee8c243d5f6990afc5986896ba33932
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-container/-/commit/ea3d0bc71ee8c243d5f6990afc5986896ba33932
You're receiving this email because of your account on gitlab.archlinux.org.