Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-webob
Commits:
cd340b57 by Felix Yan at 2026-06-03T14:30:23+00:00
upgpkg: 1.8.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-webob
pkgdesc = WSGI request and response object
- pkgver = 1.8.9
- pkgrel = 3
+ pkgver = 1.8.10
+ pkgrel = 1
url = https://webob.org/
arch = any
license = MIT
checkdepends = python-pytest
- makedepends = git
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-build
@@ -15,8 +14,8 @@ pkgbase = python-webob
depends = python
depends = python-legacy-cgi
optdepends = python-webob-docs: documentation
- source = git+https://github.com/Pylons/webob.git#tag=1.8.9
- sha512sums =
50934d79bd31a1b0472649f4b150ad2105357a6310d06d3ee741bc88e47b8d9d64e98b77225bf77fb3ac22cf525ab2182004d1c4168ba659053b05849d1fd823
+ source =
https://files.pythonhosted.org/packages/source/w/webob/webob-1.8.10.tar.gz
+ sha512sums =
a37333d95763b24cd6d435e4dd59a18a8cb3c10c23075d6c79114654c84f38b9e41b36d868e4e3200fba93774529f6f4506b29a04411acaa90a2d14cc668a7ed
pkgname = python-webob
=====================================
PKGBUILD
=====================================
@@ -4,26 +4,26 @@
pkgbase='python-webob'
pkgname=('python-webob' 'python-webob-docs')
-pkgver=1.8.9
-pkgrel=3
+pkgver=1.8.10
+pkgrel=1
pkgdesc="WSGI request and response object"
arch=('any')
url="https://webob.org/"
license=('MIT')
depends=('python' 'python-legacy-cgi')
-makedepends=('git' 'python-setuptools' 'python-sphinx' 'python-build'
'python-installer' 'python-wheel')
+makedepends=('python-setuptools' 'python-sphinx' 'python-build'
'python-installer' 'python-wheel')
checkdepends=('python-pytest')
optdepends=('python-webob-docs: documentation')
-source=("git+https://github.com/Pylons/webob.git#tag=$pkgver")
-sha512sums=('50934d79bd31a1b0472649f4b150ad2105357a6310d06d3ee741bc88e47b8d9d64e98b77225bf77fb3ac22cf525ab2182004d1c4168ba659053b05849d1fd823')
+source=("https://files.pythonhosted.org/packages/source/w/webob/webob-$pkgver.tar.gz")
+sha512sums=('a37333d95763b24cd6d435e4dd59a18a8cb3c10c23075d6c79114654c84f38b9e41b36d868e4e3200fba93774529f6f4506b29a04411acaa90a2d14cc668a7ed')
prepare() {
- cp -a webob{,-docs}
+ cp -a webob-$pkgver webob-docs
sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/"
webob-docs/docs/conf.py
}
build() {
- cd "$srcdir"/webob
+ cd "$srcdir"/webob-$pkgver
python -m build --wheel --no-isolation
cd "$srcdir"/webob-docs
@@ -31,7 +31,7 @@ build() {
}
check() {
- cd webob
+ cd webob-$pkgver
# Deselected test fails under Python 3.14 due to DisconnectionError being
# raised before IOError.
PYTHONPATH="$PWD/src" pytest --ignore=docs \
@@ -39,7 +39,7 @@ check() {
}
package_python-webob() {
- cd webob
+ cd webob-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
install -D -m644 "docs/license.txt" \
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/commit/cd340b57f3172d42e42c5d7959637955ff2ccf0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/commit/cd340b57f3172d42e42c5d7959637955ff2ccf0e
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