Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-tinyhtml5
Commits:
3678c3c9 by Caleb Maclennan at 2026-03-06T00:22:12+03:00
upgpkg: 2.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tinyhtml5
pkgdesc = HTML parser based on the WHATWG HTML specification
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/CourtBouillon/tinyhtml5
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-tinyhtml5
makedepends = python-wheel
makedepends = python-flit-core
depends = python-webencodings
- source =
https://github.com/CourtBouillon/tinyhtml5/archive/refs/tags/2.0.0/tinyhtml5-2.0.0.tar.gz
- sha256sums =
d2bf4fddeef7d7043bb96d9f28236cb755ee0d13489d2b60710cfd3c54e00a9c
+ source =
https://github.com/CourtBouillon/tinyhtml5/archive/refs/tags/2.1.0/tinyhtml5-2.1.0.tar.gz
+ sha256sums =
f9a94d1b0463bb109d6035e1c41dfebac1c4de8ebfe99701c473729944498706
pkgname = python-tinyhtml5
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-tinyhtml5
_pyname=${pkgname#python-}
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='HTML parser based on the WHATWG HTML specification'
arch=(any)
url="https://github.com/CourtBouillon/$_pyname"
@@ -14,7 +14,7 @@ makedepends=(python-{build,installer,wheel}
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("$url/archive/refs/tags/$pkgver/$_archive.tar.gz")
-sha256sums=('d2bf4fddeef7d7043bb96d9f28236cb755ee0d13489d2b60710cfd3c54e00a9c')
+sha256sums=('f9a94d1b0463bb109d6035e1c41dfebac1c4de8ebfe99701c473729944498706')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tinyhtml5/-/commit/3678c3c9498066f4643e38a63b4ef86307ec7350
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tinyhtml5/-/commit/3678c3c9498066f4643e38a63b4ef86307ec7350
You're receiving this email because of your account on gitlab.archlinux.org.