git » python-structlog.git » commit 02afa8a

From the added changelog link, there is a backward-incompatible change.

author Chih-Hsuan Yen
2021-10-15 15:23:30 UTC
committer Chih-Hsuan Yen
2021-10-15 15:23:30 UTC
parent 4530b0d5e7465562dcffa0a58b5184acab4acfc1

From the added changelog link, there is a backward-incompatible change.

I checked community/nvchecker, and it's not affected. Some AUR packages
do involve projects using both `ConsoleRenderer` and `format_exc_info`.
I'm not going to wait for AUR packages to be updated, though.

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4f20a92..662c2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
 
 pkgname=python-structlog
-pkgver=21.1.0
+# https://www.structlog.org/en/stable/changelog.html
+pkgver=21.2.0
 pkgrel=1
 pkgdesc="Structured Logging for Python"
 url="https://www.structlog.org"
@@ -13,7 +14,7 @@ makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 'python-simplejson'
               'python-twisted' 'python-rapidjson' 'python-greenlet' 'python-pytest-asyncio')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz")
-sha512sums=('8ae9a749d19c8dd7eb92d27c04c9f5b5c549eec694f7a3f2963b6479367d270ea175f3be75d90faa1812da1fceb6f189add42a5db19d8c416b2321d58bf7a338')
+sha512sums=('6ffcb9a5fe4596e66b3b77c13281de67d3cfcb150a984d2b0fbf240d3c5e8b66ed7ac6a98859a0541531e99c126b022bb14ac2d751754dddf4e8f03dae316194')
 
 build() {
   cd structlog-$pkgver