Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
44564d1d by Antonio Rojas at 2024-12-10T20:58:09+01:00
upgpkg: 1.49.1-1: Update to 1.49.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-playwright
pkgdesc = A Python library to automate Chromium, Firefox and WebKit
browsers with a single API
- pkgver = 1.49.0
- pkgrel = 2
+ pkgver = 1.49.1
+ pkgrel = 1
url = https://github.com/microsoft/playwright-python
arch = any
license = Apache-2.0
@@ -25,10 +25,10 @@ pkgbase = python-playwright
depends = python-greenlet
depends = python-pyee
depends = sh
- noextract = playwright-1.49.0-linux.zip
- source = git+https://github.com/microsoft/playwright-python#tag=v1.49.0
- source =
https://playwright.azureedge.net/builds/driver/playwright-1.49.0-linux.zip
- sha256sums =
a04d99400ad161c51fc923b917a7e5145486c2f7707ce358d1da0eb06c16585b
- sha256sums =
a4f1371d134823166e753f0bdeb0125fe5d1f1f69121a1fb28222d4822dbe60a
+ noextract = playwright-1.49.1-linux.zip
+ source = git+https://github.com/microsoft/playwright-python#tag=v1.49.1
+ source =
https://playwright.azureedge.net/builds/driver/playwright-1.49.1-linux.zip
+ sha256sums =
5cc2deb0d3bc1349531188730d431429e681ff25db3eaf4898bd43dcf28bfc86
+ sha256sums =
6cdaed6e23af312f13f8f1d6b73daab5b16b2bc26182f25fead7fa71a4888899
pkgname = python-playwright
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_name=playwright-python
pkgname=python-playwright
-pkgver=1.49.0
-pkgrel=2
+pkgver=1.49.1
+pkgrel=1
pkgdesc='A Python library to automate Chromium, Firefox and WebKit browsers
with a single API'
arch=(any)
url='https://github.com/microsoft/playwright-python'
@@ -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=('a04d99400ad161c51fc923b917a7e5145486c2f7707ce358d1da0eb06c16585b'
- 'a4f1371d134823166e753f0bdeb0125fe5d1f1f69121a1fb28222d4822dbe60a')
+sha256sums=('5cc2deb0d3bc1349531188730d431429e681ff25db3eaf4898bd43dcf28bfc86'
+ '6cdaed6e23af312f13f8f1d6b73daab5b16b2bc26182f25fead7fa71a4888899')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/44564d1d524b0c813e09eb69cda94d3052429765
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/44564d1d524b0c813e09eb69cda94d3052429765
You're receiving this email because of your account on gitlab.archlinux.org.