Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-soupsieve
Commits: 78b00f87 by Jelle van der Waa at 2024-04-04T12:24:53+02:00 upgpkg: 2.5-2: Rebuild with Python 3.12 (without tests) - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-soupsieve + pkgdesc = A CSS4 selector implementation for Beautiful Soup + pkgver = 2.5 + pkgrel = 2 + url = https://github.com/facelessuser/soupsieve + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-beautifulsoup4 + checkdepends = python-html5lib + checkdepends = python-lxml + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + depends = python + source = python-soupsieve::git+https://github.com/facelessuser/soupsieve#commit=51ec317ada7e34f70fad6bfddaef8a2cfac1aebd + b2sums = SKIP + +pkgname = python-soupsieve ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-soupsieve pkgver=2.5 -pkgrel=1 +pkgrel=2 pkgdesc='A CSS4 selector implementation for Beautiful Soup' arch=('any') url='https://github.com/facelessuser/soupsieve' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-soupsieve/-/commit/78b00f87534f885b58404ebec9a395fc272aa634 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-soupsieve/-/commit/78b00f87534f885b58404ebec9a395fc272aa634 You're receiving this email because of your account on gitlab.archlinux.org.
