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

Maxime Gauduin alucryd at archlinux.org
Fri May 7 09:41:10 UTC 2021


    Date: Friday, May 7, 2021 @ 09:41:10
  Author: alucryd
Revision: 928580

upgpkg: python-httpx 0.18.1-1

Modified:
  python-httpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-07 09:39:10 UTC (rev 928579)
+++ PKGBUILD	2021-05-07 09:41:10 UTC (rev 928580)
@@ -2,7 +2,7 @@
 
 _pkgname=httpx
 pkgname=python-httpx
-pkgver=0.17.1
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
@@ -9,14 +9,14 @@
 url="https://github.com/encode/${_pkgname}"
 license=('BSD')
 depends=('python-chardet' 'python-httpcore' 'python-idna' 'python-rfc3986' 'python-sniffio')
-optdepends=('python-brotli: for brotli response decompression')
+optdepends=('python-brotlicffi: for brotli response decompression')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 'python-brotli' 'python-h2' 'python-trustme' 'uvicorn')
+checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 'python-brotlicffi' 'python-h2' 'python-trustme' 'uvicorn')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
         "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha512sums=('260040e266144f56b8d1cd085e0d97f2b570c685560fd2bc6baca633e8c9e88a666d0ba072048d63f826dd380df7116ce676dcfb48406e39a7480c44f73368c6'
+sha512sums=('954b020d117dd1064262f3ac2d3137d01bba344b1a061e5713c3889283334d9ca92d9ed3d23f6ce79d684e31bae2d83fca6993178ef55e5a91353b812ad489e3'
             'e4b1e33a77cdb5555a4ac3d09b59bc4a0a176a7f5d97099d66a4876abcfd3889058e21beb8bfc375e8e7e61b3808d2a76119033e1a44602d8e6cd461ea3f88de')
-b2sums=('445e61dba5a2648191f57352b664a33785af01bb9ca29c7f553d10111894d0b4011a6987bdea880dd3fc87a60ddee7813a2d51e12178277b60ac27ac6fa930ef'
+b2sums=('dcbfcb4a452b47b643d5114a535005f7f92170392202dedc6c152546430231d20fd8b94b7ecc1d2abacbc9d76acb14cbfdc268109b171cc40812504e696dcaab'
         'e03d340cef44bfb322219030bbcbe53c1323c8b9d9d7aace07045e80faa185a7594839c9ff0fee9604a7fddf916db462f95a341d51f17072bce8e55d53055c7b')
 
 prepare() {



More information about the arch-commits mailing list