Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-mako
Commits: 34eb8300 by Carl Smedstad at 2025-02-04T21:29:45+01:00 upgpkg: 1.3.9-1: Upstream release https://github.com/sqlalchemy/mako/releases/tag/rel_1_3_9 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-mako pkgdesc = A template library written in Python - pkgver = 1.3.8 + pkgver = 1.3.9 pkgrel = 1 url = https://github.com/sqlalchemy/mako arch = any @@ -21,7 +21,7 @@ pkgbase = python-mako optdepends = python-dogpile.cache: for caching support optdepends = python-pygments: for syntax highlighting optdepends = python-pytest: for testing utilities - source = python-mako-1.3.8.tar.gz::https://github.com/sqlalchemy/mako/archive/rel_1_3_8.tar.gz - sha512sums = 7f0dab83970895dac9daf48c4b3ee176cf6ac296e04ed8148feccebe7475f92db3e6940814d4a9913c3b0ad1da7c566fd841b7d526e99adc6f2a88327074e6d4 + source = python-mako-1.3.9.tar.gz::https://github.com/sqlalchemy/mako/archive/rel_1_3_9.tar.gz + sha512sums = 7b021e11e8ff6e9e1562d10fe63ee23d77dd9af4b63f41e972d9d4040eeb3e13f0b644b2f1bdcc5f82287a45c9ef972c2aacc1c2a859dc27e7d34fef7fc48537 pkgname = python-mako ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-mako _pkgname=${pkgname#python-} -pkgver=1.3.8 +pkgver=1.3.9 _pkgver=rel_${pkgver//./_} pkgrel=1 pkgdesc="A template library written in Python" @@ -36,7 +36,7 @@ optdepends=( 'python-pytest: for testing utilities' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz") -sha512sums=('7f0dab83970895dac9daf48c4b3ee176cf6ac296e04ed8148feccebe7475f92db3e6940814d4a9913c3b0ad1da7c566fd841b7d526e99adc6f2a88327074e6d4') +sha512sums=('7b021e11e8ff6e9e1562d10fe63ee23d77dd9af4b63f41e972d9d4040eeb3e13f0b644b2f1bdcc5f82287a45c9ef972c2aacc1c2a859dc27e7d34fef7fc48537') build() { cd "$_pkgname-$_pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mako/-/commit/34eb830081c2cc35b26a570b9c9e3bfe51ff9ea5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mako/-/commit/34eb830081c2cc35b26a570b9c9e3bfe51ff9ea5 You're receiving this email because of your account on gitlab.archlinux.org.
