George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-webob
Commits: bc42cf61 by George Rawlinson at 2026-07-05T05:10:56+00:00 upgpkg: 1.8.10-2 https://archlinux.org/todo/python-pkg_resources-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-webob pkgdesc = WSGI request and response object pkgver = 1.8.10 - pkgrel = 1 + pkgrel = 2 url = https://webob.org/ arch = any license = MIT ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgbase='python-webob' pkgname=('python-webob' 'python-webob-docs') pkgver=1.8.10 -pkgrel=1 +pkgrel=2 pkgdesc="WSGI request and response object" arch=('any') url="https://webob.org/" @@ -19,7 +19,8 @@ sha512sums=('a37333d95763b24cd6d435e4dd59a18a8cb3c10c23075d6c79114654c84f38b9e41 prepare() { cp -a webob-$pkgver webob-docs - sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" webob-docs/docs/conf.py + sed -i -e "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" \ + -e '/import pkg_resources/d' webob-docs/docs/conf.py } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/commit/bc42cf6106c055a90c027b879aaabbb735c056ae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/commit/bc42cf6106c055a90c027b879aaabbb735c056ae You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
