Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-playwright


Commits:
cd98b662 by Antonio Rojas at 2024-11-25T19:00:30+01:00
upgpkg: 0.6.1-1: Update to 0.6.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-playwright
        pkgdesc = Pytest plugin to write end-to-end browser tests with 
Playwright
-       pkgver = 0.5.2
-       pkgrel = 2
+       pkgver = 0.6.1
+       pkgrel = 1
        url = https://github.com/microsoft/playwright-pytest
        arch = any
        license = Apache-2.0
@@ -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.2
-       sha256sums = 
ed0e216685434d7c46f7fdcadea16bfb849ee774948f4a2d198ce1b178a95d12
+       source = git+https://github.com/microsoft/playwright-pytest#tag=v0.6.1
+       sha256sums = 
25fa84943516b97e34a93424d4729f4854bfe9f6465e6fc78255bb775135cda6
 
 pkgname = python-pytest-playwright


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _name=playwright-pytest
 pkgname=python-pytest-playwright
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='Pytest plugin to write end-to-end browser tests with Playwright'
 arch=(any)
 url='https://github.com/microsoft/playwright-pytest'
@@ -17,19 +17,19 @@ makedepends=(git
              python-setuptools-scm
              python-wheel)
 source=(git+https://github.com/microsoft/$_name#tag=v$pkgver)
-sha256sums=('ed0e216685434d7c46f7fdcadea16bfb849ee774948f4a2d198ce1b178a95d12')
+sha256sums=('25fa84943516b97e34a93424d4729f4854bfe9f6465e6fc78255bb775135cda6')
 
 build() {
-  cd $_name
-  python -m build --wheel --no-isolation
+  cd $_name/pytest-playwright
+  python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 check() {
-  cd $_name
+  cd $_name/pytest-playwright
 #  pytest -v
 }
 
 package() {
-  cd $_name
+  cd $_name/pytest-playwright
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



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

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


Reply via email to