Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-container


Commits:
ca3a8123 by Jelle van der Waa at 2024-02-15T21:41:17+01:00
upgpkg: 0.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,27 @@
+pkgbase = python-pytest-container
+       pkgdesc = Pytest fixtures for writing container based tests
+       pkgver = 0.3.0
+       pkgrel = 1
+       url = https://dcermak.github.io/pytest_container/
+       arch = any
+       license = LGPL
+       checkdepends = podman
+       checkdepends = buildah
+       checkdepends = python-typeguard
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       makedepends = python-poetry-core
+       makedepends = git
+       depends = python
+       depends = python-pytest
+       depends = python-pytest-testinfra
+       depends = python-filelock
+       depends = python-deprecation
+       optdepends = podman: podman support
+       optdepends = buildah: podman support
+       optdepends = docker: docker support
+       source = 
python-pytest-container-0.3.0.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/0.3.0.tar.gz
+       sha256sums = 
44ff1e541a7834a5acc103685d71ddb5e540cbdfbdab1d59e94b209e17fe79a0
+
+pkgname = python-pytest-container


=====================================
PKGBUILD
=====================================
@@ -1,28 +1,25 @@
 # Maintainer: Jelle van der Waa <je...@archlinux.org>
 
 pkgname=python-pytest-container
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Pytest fixtures for writing container based tests"
 arch=('any')
 license=('LGPL')
 url="https://dcermak.github.io/pytest_container/";
 checkdepends=('podman' 'buildah' 'python-typeguard')
-depends=(python python-pytest python-pytest-testinfra python-filelock)
+depends=(python python-pytest python-pytest-testinfra python-filelock 
python-deprecation)
 makedepends=(python-build python-installer python-wheel python-poetry-core git)
 optdepends=(
   'podman: podman support'
   'buildah: podman support'
   'docker: docker support'
 )
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/${pkgver}.tar.gz
-       typeguard-4-compatibility.patch)
-sha256sums=('772bbd12ae606e96cf7d5e8d106e45d913234dfda9bf2334058943e975f2a7d7'
-            '000db6b7363499375c5a13e31a09e9361b47a407b6e20f3aedb9f6c9f3ba384f')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dcermak/pytest_container/archive/refs/tags/${pkgver}.tar.gz)
+sha256sums=('44ff1e541a7834a5acc103685d71ddb5e540cbdfbdab1d59e94b209e17fe79a0')
 
 prepare() {
   cd pytest_container-${pkgver}
-  patch -Np1 -i ${srcdir}/typeguard-4-compatibility.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-container/-/commit/ca3a8123f6b28ca4b48d2b9680c82157487446ab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-container/-/commit/ca3a8123f6b28ca4b48d2b9680c82157487446ab
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to