Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-lazy-fixtures
Commits:
224bff92 by Felix Yan at 2024-08-23T21:22:35+03:00
upgpkg: 1.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-lazy-fixtures
pkgdesc = Use fixtures in @pytest.mark.parametrize
- pkgver = 1.0.7
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/dev-petrov/pytest-lazy-fixtures
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-pytest-lazy-fixtures
makedepends = python-poetry-core
depends = python
depends = python-pytest
- source =
https://github.com/dev-petrov/pytest-lazy-fixtures/archive/1.0.7/python-pytest-lazy-fixtures-1.0.7.tar.gz
- sha256sums =
a5f918446cde27ff569300b2d0f53fcb30d139537a0b069f7ee20a79229da0bd
+ source =
https://github.com/dev-petrov/pytest-lazy-fixtures/archive/1.1.0/python-pytest-lazy-fixtures-1.1.0.tar.gz
+ sha256sums =
8df996a6cd3982d954f4f7f928d4e6e86edfd7b5563ca5c84742934707942202
pkgname = python-pytest-lazy-fixtures
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-lazy-fixtures
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Use fixtures in @pytest.mark.parametrize"
arch=(any)
url="https://github.com/dev-petrov/pytest-lazy-fixtures"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python python-pytest)
makedepends=(python-build python-installer python-poetry-core)
source=(https://github.com/dev-petrov/pytest-lazy-fixtures/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a5f918446cde27ff569300b2d0f53fcb30d139537a0b069f7ee20a79229da0bd')
+sha256sums=('8df996a6cd3982d954f4f7f928d4e6e86edfd7b5563ca5c84742934707942202')
build() {
cd pytest-lazy-fixtures-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixtures/-/commit/224bff923eb184b049bea5d119e0a08693ae71a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixtures/-/commit/224bff923eb184b049bea5d119e0a08693ae71a8
You're receiving this email because of your account on gitlab.archlinux.org.