Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
aa85cfba by Antonio Rojas at 2024-10-21T19:55:40+02:00
upgpkg: 1.48.0-1: Update to 1.48.0
- - - - -
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.47.0
+ pkgver = 1.48.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.47.0-linux.zip
- source = git+https://github.com/microsoft/playwright-python#tag=v1.47.0
- source =
https://playwright.azureedge.net/builds/driver/playwright-1.47.0-linux.zip
- sha256sums =
a0e13cf260a0ed3dfff4654837246873fe5c5876b3975d6eadc31e44bbd54475
- sha256sums =
5216ea6f88dbf4a5bf6cfb1255513db331d393697152b62eb36594361043d79f
+ noextract = playwright-1.48.0-linux.zip
+ source = git+https://github.com/microsoft/playwright-python#tag=v1.48.0
+ source =
https://playwright.azureedge.net/builds/driver/playwright-1.48.0-linux.zip
+ sha256sums =
770f8911b493bfacb3d2602f7895a36be48da30854da3555aae115e96289b305
+ sha256sums =
ae450bdce13f9e6cb86f27e448f41106c46ec89c7933f42e4f72c0e89a3e9450
pkgname = python-playwright
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=playwright-python
pkgname=python-playwright
-pkgver=1.47.0
+pkgver=1.48.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=('a0e13cf260a0ed3dfff4654837246873fe5c5876b3975d6eadc31e44bbd54475'
- '5216ea6f88dbf4a5bf6cfb1255513db331d393697152b62eb36594361043d79f')
+sha256sums=('770f8911b493bfacb3d2602f7895a36be48da30854da3555aae115e96289b305'
+ 'ae450bdce13f9e6cb86f27e448f41106c46ec89c7933f42e4f72c0e89a3e9450')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/aa85cfbadb5ce8f4440c72545a4449f2eff5e345
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/aa85cfbadb5ce8f4440c72545a4449f2eff5e345
You're receiving this email because of your account on gitlab.archlinux.org.