git » python-structlog.git » commit f27f6b6

upgpkg: 25.2.0-1

author Chih-Hsuan Yen
2025-03-22 08:15:56 UTC
committer Chih-Hsuan Yen
2025-03-22 08:15:56 UTC
parent 2a9fd95fc8bd9cbe9bf9cc25d065d4792a10c567

upgpkg: 25.2.0-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index c03fdbd..fa3d7e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-structlog
 	pkgdesc = Structured Logging for Python
-	pkgver = 25.1.0
+	pkgver = 25.2.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.1.0
+	source = git+https://github.com/hynek/structlog.git#tag=25.2.0
 	source = ssh_allowed_signers
-	sha512sums = 9c728582f3e972b4e0888b4394b876662a54f467187a8bc9da700ce6d3c9d042be08ea0771743183c30a011fc5e59df939ae738c6726f280da3560436f5b991a
+	sha512sums = d8ce7d5548db1fe149f642d414fc61b53b53989706f7e8ddbdec708653a96562754fb82f6968965a1fc6c6f372266ac1d6cefcd86a302155903d0f2469f88566
 	sha512sums = 6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd
 
 pkgname = python-structlog
diff --git a/PKGBUILD b/PKGBUILD
index c51bf5f..770eea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-structlog
 # https://github.com/hynek/structlog/blob/main/CHANGELOG.md
-pkgver=25.1.0
+pkgver=25.2.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=('9c728582f3e972b4e0888b4394b876662a54f467187a8bc9da700ce6d3c9d042be08ea0771743183c30a011fc5e59df939ae738c6726f280da3560436f5b991a'
+sha512sums=('d8ce7d5548db1fe149f642d414fc61b53b53989706f7e8ddbdec708653a96562754fb82f6968965a1fc6c6f372266ac1d6cefcd86a302155903d0f2469f88566'
             '6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd')
 
 # XXX: move to verify() when devtools supports it