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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jan 26 16:22:57 UTC 2022


    Date: Wednesday, January 26, 2022 @ 16:22:56
  Author: arojas
Revision: 1116024

Update to 0.14.5

Modified:
  python-httpcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 16:20:18 UTC (rev 1116023)
+++ PKGBUILD	2022-01-26 16:22:56 UTC (rev 1116024)
@@ -2,18 +2,18 @@
 
 _pkgname=httpcore
 pkgname=python-httpcore
-pkgver=0.14.3
-pkgrel=3
+pkgver=0.14.5
+pkgrel=1
 pkgdesc="A minimal HTTP client"
 arch=('any')
 url="https://github.com/encode/${_pkgname}"
 license=('BSD')
 depends=('python-anyio' 'python-h11' 'python-sniffio' 'python-certifi')
-optdepends=('python-h2: for HTTP/2 support')
+optdepends=('python-h2: for HTTP/2 support' 'python-socksio: for SOCKS support')
 makedepends=('python-setuptools' 'python-h2')
-checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 'python-trustme' 'uvicorn')
+checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 'python-trustme' 'uvicorn' 'python-socksio')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('05e92109839c2e2f7ec81fea9507fb15a12d1bf6ae92048170953b1cb0139237b81c892feff1bc3840e06887e8916cadcc4124725874344524e45e3640a00379')
+sha512sums=('1705cf83df3ead454065e2ed4c300697c5d0a6609846a3eadfca2af2d9c1578f951c2f4bf3ac018c3cc984d2d2ccd39c4b2de781747588a6116eebe1007afff0')
 
 prepare() {
     cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list