* update python-structlog to 24.4.0-2

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:42 +01:00
parent fe41fcfabd
commit 11cf7a1d29
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-structlog
pkgdesc = Structured Logging for Python
pkgver = 24.4.0
pkgrel = 1
pkgrel = 2
url = https://www.structlog.org
arch = any
license = MIT OR Apache-2.0

View File

@ -10,7 +10,7 @@ pkgver=24.4.0
# [2] https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/176
# curl https://api.github.com/repos/hynek/structlog/git/ref/tags/$pkgver | jq -r .object.sha
_tag=a7d184934bfb419e4d113e968246e66e27f68630
pkgrel=1
pkgrel=2
pkgdesc="Structured Logging for Python"
url="https://www.structlog.org"
# https://github.com/hynek/structlog/blob/24.2.0/pyproject.toml#L14