[arch-commits] Commit in python-webargs/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 20:17:57 UTC 2022


    Date: Saturday, June 18, 2022 @ 20:17:56
  Author: arojas
Revision: 1238561

Update to 8.1.0

Modified:
  python-webargs/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 20:16:16 UTC (rev 1238560)
+++ PKGBUILD	2022-06-18 20:17:56 UTC (rev 1238561)
@@ -2,23 +2,23 @@
 
 _pkgname=webargs
 pkgname=python-$_pkgname
-pkgver=6.1.0
-pkgrel=5
+pkgver=8.1.0
+pkgrel=1
 pkgdesc='A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks'
 arch=('any')
 url='https://github.com/marshmallow-code/webargs'
 license=('MIT')
 depends=('python-marshmallow')
-makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-issues' 'python-sphinx-typlog-theme')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-webtest' 'python-pytest-aiohttp'
+makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-issues' 'python-sphinx-typlog-theme' 'python-sphinx-furo')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-webtest' 'python-pytest-aiohttp' 'python-webtest-aiohttp'
               'python-bottle' 'python-werkzeug' 'python-django' 'python-flask' 'python-tornado')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('844f4bc0c506c47da756af5d7e0e976227b4b30d1cb01ad5825ca73fe8638851a73beea308ac61ec21afc64d8cbc7ea73a32198e3f73a9564c614e22344a3386')
+sha512sums=('0a74fe2b1d1bc69fa973749d6cb779f243eff14a5a32259b597e0dd12df29f242940e0be0c9e155b49c1a8f01a1ea2607050e7261f2ea9ae3f42f474ca4de853')
 
 prepare() {
   cd $_pkgname-$pkgver
 
-  rm tests/test_{falcon,pyramid,webapp2}parser.py tests/test_py3/test_aiohttpparser{,_async_functions}.py
+  rm tests/test_{falcon,pyramid}parser.py
 }
 
 build() {



More information about the arch-commits mailing list