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


Commits:
b715a621 by Antonio Rojas at 2024-05-27T23:40:45+02:00
upgpkg: 0.5.0-2: Add python-slugity dependency

- - - - -


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.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/microsoft/playwright-pytest
        arch = any
        license = Apache-2.0
@@ -12,6 +12,7 @@ pkgbase = python-pytest-playwright
        makedepends = python-wheel
        depends = python
        depends = python-pytest
+       depends = python-slugify
        source = git+https://github.com/microsoft/playwright-pytest#tag=v0.5.0
        sha256sums = 
dbda7f4c0b14330e42956719c938e26fd0f3b29b46661597b71eb91cc14eda78
 


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,14 @@
 _name=playwright-pytest
 pkgname=python-pytest-playwright
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pytest plugin to write end-to-end browser tests with Playwright'
 arch=(any)
 url='https://github.com/microsoft/playwright-pytest'
 license=(Apache-2.0)
 depends=(python
-         python-pytest)
+         python-pytest
+         python-slugify)
 makedepends=(git
              python-build
              python-installer



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

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


Reply via email to