George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-lxml
Commits:
58d2b666 by George Rawlinson at 2025-09-22T09:00:04+00:00
upgpkg: 6.0.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-lxml
pkgdesc = Python binding for the libxml2 and libxslt libraries
- pkgver = 6.0.1
+ pkgver = 6.0.2
pkgrel = 1
url = https://lxml.de/
arch = x86_64
@@ -32,9 +32,9 @@ pkgbase = python-lxml
optdepends = python-html5lib: support for html5lib parser
optdepends = python-lxml-docs: offline docs
optdepends = python-lxml-html-clean: enable htmlclean feature
- source = python-lxml::git+https://github.com/lxml/lxml#tag=lxml-6.0.1
- sha512sums =
a53d9189e923dff2a638355ea200eff29771d34f3137a3c5a3c3a0951125e4d504ca1cd0f2f5d5627acee43bc2bfd04486e3d4ff0c82d5cc6c20e8dc79745151
- b2sums =
1aa1e31c207be5ef32058ec4c1eb9a25e683e9771766c185133a17b6b343a6abf438db23268375ae6ffefe66b10341204583d81d668204f42c8ea4ac2182af83
+ source = python-lxml::git+https://github.com/lxml/lxml#tag=lxml-6.0.2
+ sha512sums =
1ebc9631c4c7eb03027e8ad4b22c0e6d226008c083a19e3eca06eab1143a74b0230a550fd45fbd5b53357329a657e6aaeb43aca6c89e932d4637c0a01a548668
+ b2sums =
25d234d28bafcd74cdd7083c7475db9cce57e6478aaf33654d71fb8d1a04520caf18b5b25c20040795efd738cdc6448db227a19075247373c923f056f21e3abf
pkgname = python-lxml
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=python-lxml
pkgname=('python-lxml' 'python-lxml-docs')
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('x86_64')
@@ -49,8 +49,8 @@ checkdepends=(
'python-lxml-html-clean'
)
source=("$pkgbase::git+https://github.com/lxml/lxml#tag=lxml-$pkgver")
-sha512sums=('a53d9189e923dff2a638355ea200eff29771d34f3137a3c5a3c3a0951125e4d504ca1cd0f2f5d5627acee43bc2bfd04486e3d4ff0c82d5cc6c20e8dc79745151')
-b2sums=('1aa1e31c207be5ef32058ec4c1eb9a25e683e9771766c185133a17b6b343a6abf438db23268375ae6ffefe66b10341204583d81d668204f42c8ea4ac2182af83')
+sha512sums=('1ebc9631c4c7eb03027e8ad4b22c0e6d226008c083a19e3eca06eab1143a74b0230a550fd45fbd5b53357329a657e6aaeb43aca6c89e932d4637c0a01a548668')
+b2sums=('25d234d28bafcd74cdd7083c7475db9cce57e6478aaf33654d71fb8d1a04520caf18b5b25c20040795efd738cdc6448db227a19075247373c923f056f21e3abf')
prepare() {
cd "$pkgbase"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lxml/-/commit/58d2b666f1c785b4a022d859b6468cefa81ff79a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lxml/-/commit/58d2b666f1c785b4a022d859b6468cefa81ff79a
You're receiving this email because of your account on gitlab.archlinux.org.