Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-playwright
Commits: 587baf0a by Antonio Rojas at 2025-02-03T22:51:37+01:00 upgpkg: 1.50.0-1: Update to 1.50.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.49.1 - pkgrel = 2 + pkgver = 1.50.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.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 + 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 pkgname = python-playwright ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _name=playwright-python pkgname=python-playwright -pkgver=1.49.1 -pkgrel=2 +pkgver=1.50.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,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=('5cc2deb0d3bc1349531188730d431429e681ff25db3eaf4898bd43dcf28bfc86' - '6cdaed6e23af312f13f8f1d6b73daab5b16b2bc26182f25fead7fa71a4888899') +sha256sums=('ae95a5da4494f5a2421a92e67c48bc0cf0e2eb4d75198b1a1b4cf4fc360e6721' + '787f3bf480eecef599cf23f65f308e419d2320024003b2048e4869993ab0dad4') prepare() { cd $_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/587baf0aeb1080d0be275eb42eadfd49915b6bde -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/587baf0aeb1080d0be275eb42eadfd49915b6bde You're receiving this email because of your account on gitlab.archlinux.org.