Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
cd9e29ef by Antonio Rojas at 2025-03-18T20:44:56+01:00
upgpkg: 1.51.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-playwright
pkgdesc = A Python library to automate Chromium, Firefox and WebKit
browsers with a single API
- pkgver = 1.50.0
+ pkgver = 1.51.0
pkgrel = 1
url = https://github.com/microsoft/playwright-python
arch = any
@@ -25,10 +25,10 @@ pkgbase = python-playwright
depends = python-greenlet
depends = python-pyee
depends = sh
- noextract = playwright-1.50.0-linux.zip
- source = git+https://github.com/microsoft/playwright-python#tag=v1.50.0
- source =
https://playwright.azureedge.net/builds/driver/playwright-1.50.0-linux.zip
- sha256sums =
ae95a5da4494f5a2421a92e67c48bc0cf0e2eb4d75198b1a1b4cf4fc360e6721
- sha256sums =
787f3bf480eecef599cf23f65f308e419d2320024003b2048e4869993ab0dad4
+ noextract = playwright-1.51.0-linux.zip
+ source = git+https://github.com/microsoft/playwright-python#tag=v1.51.0
+ source =
https://playwright.azureedge.net/builds/driver/playwright-1.51.0-linux.zip
+ sha256sums =
236f0c7421b8cb695763104d2d40083ca73433eae70e15f79ca06c0a2c6988b5
+ sha256sums =
9c9299606c097182324937031546cb3781030fad719b363203bfe2fbd45e9580
pkgname = python-playwright
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=playwright-python
pkgname=python-playwright
-pkgver=1.50.0
+pkgver=1.51.0
pkgrel=1
pkgdesc='A Python library to automate Chromium, Firefox and WebKit browsers
with a single API'
arch=(any)
@@ -32,8 +32,8 @@ checkdepends=(python-autobahn
source=(git+https://github.com/microsoft/$_name#tag=v$pkgver
https://playwright.azureedge.net/builds/driver/playwright-$pkgver-linux.zip)
noextract=(playwright-$pkgver-linux.zip)
-sha256sums=('ae95a5da4494f5a2421a92e67c48bc0cf0e2eb4d75198b1a1b4cf4fc360e6721'
- '787f3bf480eecef599cf23f65f308e419d2320024003b2048e4869993ab0dad4')
+sha256sums=('236f0c7421b8cb695763104d2d40083ca73433eae70e15f79ca06c0a2c6988b5'
+ '9c9299606c097182324937031546cb3781030fad719b363203bfe2fbd45e9580')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/cd9e29ef01fb2b2c8bffa5044b43e5d543c4a824
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/cd9e29ef01fb2b2c8bffa5044b43e5d543c4a824
You're receiving this email because of your account on gitlab.archlinux.org.