git » python-structlog.git » commit 2128041

upgpkg: 24.4.0-2: Rebuild for Python 3.13

author Jelle van der Waa
2024-11-20 11:32:29 UTC
committer Jelle van der Waa
2024-11-20 11:32:29 UTC
parent a2474d241235c6b3c199a082c43620af8ac9dd38

upgpkg: 24.4.0-2: Rebuild for Python 3.13

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index eacdeda..8ac34ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 728b579..4d27b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,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