author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-01-12 17:26:13 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2024-01-12 17:26:13 UTC |
parent | cd353e8e695a17bd35b45c059ae8ad7344cd8f22 |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 266dec6..6c877b0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-structlog pkgdesc = Structured Logging for Python - pkgver = 23.2.0 + pkgver = 24.1.0 pkgrel = 1 url = https://www.structlog.org arch = any @@ -24,7 +24,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?signed#tag=72ef675fdf0c63e1209debfabb96d6ddca857095 + source = git+https://github.com/hynek/structlog.git?signed#tag=3dac758cc28fc063067cfce57e37c67b16daf00d validpgpkeys = C2A04F86ACE28ADCF817DBB7AE2536227F69F181 sha512sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 8e8683e..7b693d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ pkgname=python-structlog # https://github.com/hynek/structlog/blob/main/CHANGELOG.md -pkgver=23.2.0 +pkgver=24.1.0 # curl https://api.github.com/repos/hynek/structlog/git/ref/tags/$pkgver | jq -r .object.sha -_tag=72ef675fdf0c63e1209debfabb96d6ddca857095 +_tag=3dac758cc28fc063067cfce57e37c67b16daf00d pkgrel=1 pkgdesc="Structured Logging for Python" url="https://www.structlog.org"