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

Daurnimator daurnimator at gemini.archlinux.org
Mon Sep 6 23:21:29 UTC 2021


    Date: Monday, September 6, 2021 @ 23:21:29
  Author: daurnimator
Revision: 1011895

upgpkg: httpie 2.5.0-1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-06 20:34:45 UTC (rev 1011894)
+++ PKGBUILD	2021-09-06 23:21:29 UTC (rev 1011895)
@@ -4,22 +4,26 @@
 # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
 
 pkgname=httpie
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie"
-depends=('python-requests'
-         'python-requests-toolbelt'
+depends=('python-defusedxml'
          'python-pygments'
-         'python-pysocks')
+         'python-pysocks'
+         'python-requests'
+         'python-requests-toolbelt')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+checkdepends=('python-mock'
+              'python-pytest'
+              'python-pytest-httpbin'
+              'python-responses')
 conflicts=(python-httpie)
 replaces=(python-httpie python2-httpie)
 license=('BSD')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz")
-sha1sums=('9d3164c16988e2b8c83f64f76f8abbc2b4667369')
+sha1sums=('2662bbf09f5e657949589fac9dbcdcb5760399d8')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list