Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-tracerite
Commits: 12fe55b9 by Felix Yan at 2025-08-01T02:00:20+08:00 upgpkg: 1.1.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tracerite pkgdesc = Pythonic HTML generation/templating (no template files) - pkgver = 1.1.2 - pkgrel = 2 + pkgver = 1.1.3 + pkgrel = 1 url = https://github.com/sanic-org/tracerite arch = any license = Unlicense @@ -10,7 +10,7 @@ pkgbase = python-tracerite makedepends = python-setuptools-scm depends = python depends = python-html5tagger - source = git+https://github.com/sanic-org/tracerite#tag=v1.1.2 - sha256sums = 3cb4442ee200854d89fe37ce731582d9b3e46f26072a533c81154eaccb3c82c9 + source = git+https://github.com/sanic-org/tracerite#tag=v1.1.3 + sha256sums = ac21badd9e4ebff0462d5618b5836ba281be26c93c7e4eae6412f0b641313b08 pkgname = python-tracerite ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-tracerite -pkgver=1.1.2 -pkgrel=2 +pkgver=1.1.3 +pkgrel=1 pkgdesc='Pythonic HTML generation/templating (no template files)' arch=("any") url='https://github.com/sanic-org/tracerite' @@ -10,13 +10,7 @@ license=(Unlicense) depends=(python python-html5tagger) makedepends=(git python-setuptools python-setuptools-scm) source=("git+https://github.com/sanic-org/tracerite#tag=v$pkgver") -sha256sums=('3cb4442ee200854d89fe37ce731582d9b3e46f26072a533c81154eaccb3c82c9') - -prepare() { - cd tracerite - # Fix Python 3.x compatibility - git cherry-pick -n fc23bb14e6b36719d003bf45e03d891c6c1024aa -} +sha256sums=('ac21badd9e4ebff0462d5618b5836ba281be26c93c7e4eae6412f0b641313b08') build() { cd tracerite View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tracerite/-/commit/12fe55b9fcaebf4cf574bf21504dffc19393f792 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tracerite/-/commit/12fe55b9fcaebf4cf574bf21504dffc19393f792 You're receiving this email because of your account on gitlab.archlinux.org.