Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-lazy-fixture
Commits: 726747e1 by loqs at 2024-04-04T00:04:03+00:00 Add patch for pytest 8 compatibility https://github.com/TvoroG/pytest-lazy-fixture/issues/65 https://github.com/gabloe/pytest-lazy-fixture/commit/c4a4b20c481015799d3e2c20b2b861e18a37984b Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixture/-/issues/1 - - - - - 0958b651 by Antonio Rojas at 2024-04-12T21:55:41+02:00 upgpkg: 0.6.3-7: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-pytest-lazy-fixture + pkgdesc = Use fixtures in @pytest.mark.parametrize + pkgver = 0.6.3 + pkgrel = 7 + url = https://github.com/tvorog/pytest-lazy-fixture + arch = any + license = MIT + makedepends = python-setuptools + depends = python-pytest + source = https://files.pythonhosted.org/packages/source/p/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.tar.gz + source = https://github.com/gabloe/pytest-lazy-fixture/commit/c4a4b20c481015799d3e2c20b2b861e18a37984b.patch + sha256sums = 0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac + sha256sums = 1ceb5ec446c2e975c8cd111bd4cbeff83087a4d78219db7549f74a6cd9b35325 + +pkgname = python-pytest-lazy-fixture ===================================== PKGBUILD ===================================== @@ -3,18 +3,24 @@ _pkg=pytest-lazy-fixture pkgname=python-${_pkg} pkgver=0.6.3 -pkgrel=6 +pkgrel=7 pkgdesc="Use fixtures in @pytest.mark.parametrize" arch=(any) url="https://github.com/tvorog/pytest-lazy-fixture" license=(MIT) depends=(python-pytest) makedepends=(python-setuptools) -source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) -sha256sums=('0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac') +source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz + https://github.com/gabloe/pytest-lazy-fixture/commit/c4a4b20c481015799d3e2c20b2b861e18a37984b.patch) +sha256sums=('0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac' + '1ceb5ec446c2e975c8cd111bd4cbeff83087a4d78219db7549f74a6cd9b35325') build() { cd ${_pkg}-${pkgver} + # https://github.com/TvoroG/pytest-lazy-fixture/issues/65 + # https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixture/-/issues/1 + # [PATCH] Fix for pytest 8 + patch -Np1 -i ../c4a4b20c481015799d3e2c20b2b861e18a37984b.patch python setup.py build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixture/-/compare/93cfbc40b8f2adb7a9bc83917bec15be42000a14...0958b651fe3a61667acc83c5d3378f51c3b3756e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixture/-/compare/93cfbc40b8f2adb7a9bc83917bec15be42000a14...0958b651fe3a61667acc83c5d3378f51c3b3756e You're receiving this email because of your account on gitlab.archlinux.org.
