* update python-webtest to 3.0.0-7

This commit is contained in:
Alexander Baldeck 2024-12-05 23:22:47 +01:00
parent a9e75108ae
commit 35587374b6
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,26 @@
pkgbase = python-webtest
pkgdesc = Helper to test WSGI applications
pkgver = 3.0.0
pkgrel = 7
url = https://docs.pylonsproject.org/projects/webtest/en/latest/
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pyquery
checkdepends = python-pastedeploy
checkdepends = python-wsgiproxy2
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-webob
depends = python-beautifulsoup4
depends = python-waitress
optdepends = python-pyquery: for response.pyquery
optdepends = python-lxml: for response.lxml
source = https://pypi.io/packages/source/W/WebTest/WebTest-3.0.0.tar.gz
source = webtest-py312-test-fix.patch::https://github.com/Pylons/webtest/commit/d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763.patch
sha512sums = b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
sha512sums = be5964cd8d01f2c1b396ee124fa60098e95a7b0b202d0212768a9f63c4a9faa029ec82ca5256c9356c709164b1db7d75056a718b3cdc9264a6fc76bcd3547e24
pkgname = python-webtest

View File

@ -0,0 +1,3 @@
[python-webtest]
source = "pypi"
pypi = "WebTest"

View File

@ -4,7 +4,7 @@
pkgname=python-webtest
pkgver=3.0.0
pkgrel=6
pkgrel=7
pkgdesc="Helper to test WSGI applications"
arch=(any)
url='https://docs.pylonsproject.org/projects/webtest/en/latest/'