Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-lazy-fixtures
Commits:
5f535f51 by Felix Yan at 2025-10-01T15:04:15+08:00
upgpkg: 1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest-lazy-fixtures
pkgdesc = Use fixtures in @pytest.mark.parametrize
- pkgver = 1.1.4
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/dev-petrov/pytest-lazy-fixtures
arch = any
@@ -8,10 +8,10 @@ pkgbase = python-pytest-lazy-fixtures
makedepends = git
makedepends = python-build
makedepends = python-installer
- makedepends = python-poetry-core
+ makedepends = python-hatchling
depends = python
depends = python-pytest
- source =
git+https://github.com/dev-petrov/pytest-lazy-fixtures.git#tag=1.1.4
- sha256sums =
40b2538e07f12411ef6678546985ca138b02d333bf24514350f4e07a66ca8f17
+ source =
git+https://github.com/dev-petrov/pytest-lazy-fixtures.git#tag=1.2.0
+ sha256sums =
d7f2f07bb6c7f3b1bde066a8c600cdc0084e41a381c2c284cab05094febdbf46
pkgname = python-pytest-lazy-fixtures
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-lazy-fixtures
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="Use fixtures in @pytest.mark.parametrize"
arch=(any)
url="https://github.com/dev-petrov/pytest-lazy-fixtures"
license=(MIT)
depends=(python python-pytest)
-makedepends=(git python-build python-installer python-poetry-core)
+makedepends=(git python-build python-installer python-hatchling)
source=(git+https://github.com/dev-petrov/pytest-lazy-fixtures.git#tag=$pkgver)
-sha256sums=('40b2538e07f12411ef6678546985ca138b02d333bf24514350f4e07a66ca8f17')
+sha256sums=('d7f2f07bb6c7f3b1bde066a8c600cdc0084e41a381c2c284cab05094febdbf46')
build() {
cd pytest-lazy-fixtures
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixtures/-/commit/5f535f516f4198770e6fa69c249880c598f405c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixtures/-/commit/5f535f516f4198770e6fa69c249880c598f405c7
You're receiving this email because of your account on gitlab.archlinux.org.