Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-webtest
Commits:
c72202cc by Felix Yan at 2025-10-15T03:39:42+08:00
upgpkg: 3.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-webtest
pkgdesc = Helper to test WSGI applications
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://docs.pylonsproject.org/projects/webtest/en/latest/
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-webtest
depends = python-waitress
optdepends = python-pyquery: for response.pyquery
optdepends = python-lxml: for response.lxml
- source = git+https://github.com/Pylons/webtest.git#tag=3.0.2
- sha512sums =
e3e6648eec3fec7667d16772b0ffb15da00cc4e5e2387727e0e62e2c88c4558d41ed1afad07a47ce8946405ce5ce913e2eccb0de5620daf68a644bee58199a79
+ source = git+https://github.com/Pylons/webtest.git#tag=3.0.3
+ sha512sums =
565bb098ec0b130c37d00c0b3a3936cd43f7d0805d8223303c5d67d5e908cd564db8173154a791a9b9edac8366bf9aaddb8a8732dd86d59dae0dac0d73c90fe5
pkgname = python-webtest
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=python-webtest
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="Helper to test WSGI applications"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('python-pyquery: for response.pyquery'
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-pytest' 'python-pyquery' 'python-pastedeploy'
'python-wsgiproxy2')
source=("git+https://github.com/Pylons/webtest.git#tag=$pkgver")
-sha512sums=('e3e6648eec3fec7667d16772b0ffb15da00cc4e5e2387727e0e62e2c88c4558d41ed1afad07a47ce8946405ce5ce913e2eccb0de5620daf68a644bee58199a79')
+sha512sums=('565bb098ec0b130c37d00c0b3a3936cd43f7d0805d8223303c5d67d5e908cd564db8173154a791a9b9edac8366bf9aaddb8a8732dd86d59dae0dac0d73c90fe5')
build() {
cd webtest
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webtest/-/commit/c72202ccface3cf67265ce969da92ef4d07571c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webtest/-/commit/c72202ccface3cf67265ce969da92ef4d07571c6
You're receiving this email because of your account on gitlab.archlinux.org.