author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2025-05-03 00:32:28 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2025-05-03 00:32:28 UTC |
parent | f27f6b6883e569e10a818fad2a8e540a52a4495c |
.SRCINFO | +3 | -3 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index fa3d7e7..c4acedc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-structlog pkgdesc = Structured Logging for Python - pkgver = 25.2.0 + pkgver = 25.3.0 pkgrel = 1 url = https://www.structlog.org arch = any @@ -27,9 +27,9 @@ pkgbase = python-structlog optdepends = python-twisted: for structlog.twisted optdepends = python-rich: for structlog.dev optdepends = python-better-exceptions: for structlog.dev - source = git+https://github.com/hynek/structlog.git#tag=25.2.0 + source = git+https://github.com/hynek/structlog.git#tag=25.3.0 source = ssh_allowed_signers - sha512sums = d8ce7d5548db1fe149f642d414fc61b53b53989706f7e8ddbdec708653a96562754fb82f6968965a1fc6c6f372266ac1d6cefcd86a302155903d0f2469f88566 + sha512sums = 64b0dab6f61df1d97cac63bc1d5e0b18770e8477616a1843f06dd6cd633b8edc09f2616e1f9484b9ce952d400d2e13404ce3aa7332febf1e1d39968190f397ef sha512sums = 6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd pkgname = python-structlog diff --git a/PKGBUILD b/PKGBUILD index 770eea4..abc642b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-structlog # https://github.com/hynek/structlog/blob/main/CHANGELOG.md -pkgver=25.2.0 +pkgver=25.3.0 pkgrel=1 pkgdesc="Structured Logging for Python" url="https://www.structlog.org" @@ -26,7 +26,7 @@ optdepends=( # The PyPI tarball is signed, but missing conftest.py source=("git+https://github.com/hynek/structlog.git#tag=$pkgver" "ssh_allowed_signers") -sha512sums=('d8ce7d5548db1fe149f642d414fc61b53b53989706f7e8ddbdec708653a96562754fb82f6968965a1fc6c6f372266ac1d6cefcd86a302155903d0f2469f88566' +sha512sums=('64b0dab6f61df1d97cac63bc1d5e0b18770e8477616a1843f06dd6cd633b8edc09f2616e1f9484b9ce952d400d2e13404ce3aa7332febf1e1d39968190f397ef' '6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd') # XXX: move to verify() when devtools supports it