Date: Thursday, May 11, 2023 @ 20:50:48 Author: grawlinson Revision: 1459993
upgpkg: python-soupsieve 2.4.1-1; new upstream release Modified: python-soupsieve/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 20:48:40 UTC (rev 1459992) +++ PKGBUILD 2023-05-11 20:50:48 UTC (rev 1459993) @@ -2,8 +2,8 @@ # Contributor: Felix Yan <[email protected]> pkgname=python-soupsieve -pkgver=2.4 -pkgrel=3 +pkgver=2.4.1 +pkgrel=1 pkgdesc='A CSS4 selector implementation for Beautiful Soup' arch=('any') url='https://github.com/facelessuser/soupsieve' @@ -15,8 +15,13 @@ 'python-installer' 'python-hatchling' ) -checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 'python-lxml') -_commit='8305a0fc6417458bc72b00a58b55c25b226cc763' +checkdepends=( + 'python-pytest' + 'python-beautifulsoup4' + 'python-html5lib' + 'python-lxml' +) +_commit='2e66bebb5b5eb2b0824622e17dbdc82ec3459ab3' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')
