author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-07-27 06:00:52 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-07-27 06:00:52 UTC |
parent | fa785b6d2cad9c0b1ef2567212f9cf9a052ce07e |
.SRCINFO | +2 | -2 |
PKGBUILD | +5 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 2f4654e..eacdeda 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-structlog pkgdesc = Structured Logging for Python - pkgver = 24.2.0 + pkgver = 24.4.0 pkgrel = 1 url = https://www.structlog.org arch = any @@ -25,7 +25,7 @@ pkgbase = python-structlog optdepends = python-greenlet: for greenlet support in structlog.threadlocal (deprecated) optdepends = python-twisted: for structlog.twisted optdepends = python-rich: for structlog.dev - source = git+https://github.com/hynek/structlog.git#tag=490f3f3175fd8852c28da2f3c171e84b4f860878 + source = git+https://github.com/hynek/structlog.git#tag=a7d184934bfb419e4d113e968246e66e27f68630 source = ssh_allowed_signers sha512sums = SKIP sha512sums = 6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd diff --git a/PKGBUILD b/PKGBUILD index cf6aded..728b579 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,12 @@ pkgname=python-structlog # https://github.com/hynek/structlog/blob/main/CHANGELOG.md -pkgver=24.2.0 +pkgver=24.4.0 +# XXX: manually update tags before pacman 7.0 is out, where unstable checksums caused by upstream .gitattributes [1] are avoided [2] +# [1] https://github.com/hynek/structlog/blob/main/.gitattributes +# [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=490f3f3175fd8852c28da2f3c171e84b4f860878 +_tag=a7d184934bfb419e4d113e968246e66e27f68630 pkgrel=1 pkgdesc="Structured Logging for Python" url="https://www.structlog.org"