diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-01 15:28:46 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-01 16:00:27 +0100 |
| commit | 9022c0798355d19bc0e5bcbdf8103df3045641ff (patch) | |
| tree | 1b2ac6b8dae7b06c1fcdd05027b9414365e3924a /testing | |
| parent | 00d5bfa2e4a60f9dfa762d143f3331b9174958f2 (diff) | |
| download | aports-9022c0798355d19bc0e5bcbdf8103df3045641ff.tar.bz2 aports-9022c0798355d19bc0e5bcbdf8103df3045641ff.tar.xz | |
testing/py3-webtest: upgrade to 2.0.34
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-webtest/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-webtest/APKBUILD b/testing/py3-webtest/APKBUILD index 113ac41fe9..652101f94e 100644 --- a/testing/py3-webtest/APKBUILD +++ b/testing/py3-webtest/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-webtest _pkgname=WebTest -pkgver=2.0.33 -pkgrel=1 +pkgver=2.0.34 +pkgrel=0 pkgdesc="A Helper to test WSGI applications" options="!check" # Requires unpackaged dependencies url="http://webtest.pythonpaste.org/" @@ -13,7 +13,7 @@ depends="python3" makedepends="py3-setuptools py3-waitress py3-six py3-beautifulsoup4 py3-webob" source="https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -repalces="py-webtest" # Backwards compat +replaces="py-webtest" # Backwards compat provides="py-webtest=$pkgver-r$pkgrel" # Backwards compat builddir="$srcdir"/$_pkgname-$pkgver @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8 WebTest-2.0.33.tar.gz" +sha512sums="12f0d3e891d436f011f4a3a2e8e64363d87713d2a410b9220271e5f0c0b918b5cd87dc4359d1164cb67e02ad318eabfae282b4eaacb4804afbf475abebc6fd95 WebTest-2.0.34.tar.gz" |
