Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
bf41ddc0 by Antonio Rojas at 2024-11-22T16:23:32+01:00
upgpkg: 1.49.0-1: Update to 1.49.0
- - - - -
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.48.0
- pkgrel = 2
+ pkgver = 1.49.0
+ 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.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
+ 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
pkgname = python-playwright
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_name=playwright-python
pkgname=python-playwright
-pkgver=1.48.0
-pkgrel=2
+pkgver=1.49.0
+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,12 +32,12 @@ 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=('770f8911b493bfacb3d2602f7895a36be48da30854da3555aae115e96289b305'
- 'ae450bdce13f9e6cb86f27e448f41106c46ec89c7933f42e4f72c0e89a3e9450')
+sha256sums=('a04d99400ad161c51fc923b917a7e5145486c2f7707ce358d1da0eb06c16585b'
+ 'a4f1371d134823166e753f0bdeb0125fe5d1f1f69121a1fb28222d4822dbe60a')
prepare() {
cd $_name
- sed -e 's|==.*\"|"|' -i pyproject.toml -i setup.py # Drop dependency version
constraints
+ sed -e 's|==.*\"|"|' -i pyproject.toml # Drop dependency version constraints
sed -e "s|driver_version = \".*\"|driver_version = \"$pkgver\"|" -i setup.py
install -Dm644 "$srcdir"/playwright-$pkgver-linux.zip -t driver
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/bf41ddc0c46cac354126a858cf093641d53a7275
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/bf41ddc0c46cac354126a858cf093641d53a7275
You're receiving this email because of your account on gitlab.archlinux.org.