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

Jelle van der Waa jelle at gemini.archlinux.org
Thu Oct 14 11:06:42 UTC 2021


    Date: Thursday, October 14, 2021 @ 11:06:42
  Author: jelle
Revision: 1030103

upgpkg: httpie 2.6.0-1

Modified:
  httpie/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-14 11:03:54 UTC (rev 1030102)
+++ PKGBUILD	2021-10-14 11:06:42 UTC (rev 1030103)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
 
 pkgname=httpie
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="human-friendly CLI HTTP client for the API era"
 url="https://github.com/httpie/httpie"
@@ -12,7 +12,8 @@
          'python-pygments'
          'python-pysocks'
          'python-requests'
-         'python-requests-toolbelt')
+         'python-requests-toolbelt'
+         'python-charset-normalizer')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest'
               'python-pytest-httpbin'
@@ -22,7 +23,7 @@
 license=('BSD')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/httpie/httpie/archive/$pkgver.tar.gz")
-sha256sums=('66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea')
+sha256sums=('3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a')
 
 build() {
   cd $pkgname-$pkgver
@@ -42,5 +43,5 @@
 
 check() {
   cd $pkgname-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+  PYTHONDONTWRITEBYTECODE=1 pytest tests
 }



More information about the arch-commits mailing list