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

David Runge dvzrv at archlinux.org
Wed Feb 5 21:54:44 UTC 2020


    Date: Wednesday, February 5, 2020 @ 21:54:43
  Author: dvzrv
Revision: 563541

upgpkg: python-wsgi-intercept 1.9.2-1: Upgrading to 1.9.2.

Modified:
  python-wsgi-intercept/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-05 21:24:38 UTC (rev 563540)
+++ PKGBUILD	2020-02-05 21:54:43 UTC (rev 563541)
@@ -4,7 +4,7 @@
 
 _name=wsgi_intercept
 pkgname=python-wsgi-intercept
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Intercept socket connection to wsgi applications for testing.'
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
 'python-urllib3')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('243a89900992c4643477599a232b87a639857172ac59626f3489e2b8fa596292ee88e0342faa2cbb5ae156d7379c6350612008fe3315e412d420e7cdc0a5289f')
+sha512sums=('a313fe6302c9f168bd050c83ded1d58ef74feb54870197eb85b3527c2cc77eb76b4ca61ff4b554e13cca10ec7106ad9ba35c9a41a00bbd82ef39a26df2af7769')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -26,7 +26,7 @@
 
 check() {
   cd "${_name}-${pkgver}"
-  py.test
+  pytest -v
 }
 
 package_python-wsgi-intercept() {



More information about the arch-commits mailing list