Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
d6468286 by Antonio Rojas at 2024-07-23T20:31:00+02:00
upgpkg: 1.45.1-1: Update to 1.45.1
- - - - -
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.45.0
+ pkgver = 1.45.1
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.45.0-linux.zip
- source = git+https://github.com/microsoft/playwright-python#tag=v1.45.0
- source =
https://playwright.azureedge.net/builds/driver/playwright-1.45.0-linux.zip
- sha256sums =
c9c8998148f1d7c1c2c1d76239829f2604a672de69bfc944cd50efe7e567f4b9
- sha256sums =
461ba8c8334773ad7b7cfdaadb1d042b1f21512a9c1b4d10c6d1d2d9ba89dd20
+ noextract = playwright-1.45.1-linux.zip
+ source = git+https://github.com/microsoft/playwright-python#tag=v1.45.1
+ source =
https://playwright.azureedge.net/builds/driver/playwright-1.45.1-linux.zip
+ sha256sums =
0f74655db6a0a044f11bbc30615e560d98f3ca77822068c6a94f72a52c6e9edb
+ sha256sums =
56d9ffdd71be138516496602d0de860360a70b92615f3d781388b24d337f1b11
pkgname = python-playwright
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=playwright-python
pkgname=python-playwright
-pkgver=1.45.0
+pkgver=1.45.1
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=('c9c8998148f1d7c1c2c1d76239829f2604a672de69bfc944cd50efe7e567f4b9'
- '461ba8c8334773ad7b7cfdaadb1d042b1f21512a9c1b4d10c6d1d2d9ba89dd20')
+sha256sums=('0f74655db6a0a044f11bbc30615e560d98f3ca77822068c6a94f72a52c6e9edb'
+ '56d9ffdd71be138516496602d0de860360a70b92615f3d781388b24d337f1b11')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/d64682868ed4a9327776126a0262ade40c52c5ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/d64682868ed4a9327776126a0262ade40c52c5ae
You're receiving this email because of your account on gitlab.archlinux.org.