Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-playwright
Commits:
53f1e62e by Antonio Rojas at 2024-09-06T16:53:53+02:00
upgpkg: 0.5.2-1: Update to 0.5.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest-playwright
pkgdesc = Pytest plugin to write end-to-end browser tests with
Playwright
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/microsoft/playwright-pytest
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-pytest-playwright
depends = python
depends = python-pytest
depends = python-slugify
- source = git+https://github.com/microsoft/playwright-pytest#tag=v0.5.1
- sha256sums =
8d1ca732a03851c0537f7ea8fbbc1b76f3b34b70b8a25739b87ab8f35863ea7a
+ source = git+https://github.com/microsoft/playwright-pytest#tag=v0.5.2
+ sha256sums =
ed0e216685434d7c46f7fdcadea16bfb849ee774948f4a2d198ce1b178a95d12
pkgname = python-pytest-playwright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=playwright-pytest
pkgname=python-pytest-playwright
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='Pytest plugin to write end-to-end browser tests with Playwright'
arch=(any)
@@ -17,7 +17,7 @@ makedepends=(git
python-setuptools-scm
python-wheel)
source=(git+https://github.com/microsoft/$_name#tag=v$pkgver)
-sha256sums=('8d1ca732a03851c0537f7ea8fbbc1b76f3b34b70b8a25739b87ab8f35863ea7a')
+sha256sums=('ed0e216685434d7c46f7fdcadea16bfb849ee774948f4a2d198ce1b178a95d12')
build() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-playwright/-/commit/53f1e62ee73d89700bdf411fff3f456c7f09daeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-playwright/-/commit/53f1e62ee73d89700bdf411fff3f456c7f09daeb
You're receiving this email because of your account on gitlab.archlinux.org.