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

Eli Schwartz eschwartz at archlinux.org
Tue Jun 22 03:03:31 UTC 2021


    Date: Tuesday, June 22, 2021 @ 03:03:31
  Author: eschwartz
Revision: 966709

upgpkg: python-httpcore 0.13.6-1: upstream release

Modified:
  python-httpcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 03:03:02 UTC (rev 966708)
+++ PKGBUILD	2021-06-22 03:03:31 UTC (rev 966709)
@@ -2,19 +2,19 @@
 
 _pkgname=httpcore
 pkgname=python-httpcore
-pkgver=0.13.3
+pkgver=0.13.6
 pkgrel=1
 pkgdesc="A minimal HTTP client"
 arch=('any')
 url="https://github.com/encode/${_pkgname}"
 license=('BSD')
-depends=('python-h11' 'python-sniffio')
+depends=('python-anyio' 'python-h11' 'python-sniffio')
 optdepends=('python-h2: for HTTP/2 support')
 makedepends=('python-setuptools' 'python-h2')
-checkdepends=('hypercorn' 'python-anyio' 'python-curio' 'python-pproxy' 'python-pytest-asyncio' 'python-pytest-trio' 'python-trustme' 'uvicorn')
+checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 'python-pytest-asyncio' 'python-pytest-trio' 'python-trustme' 'uvicorn')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('7ba6c2cb77c082bcdb8cdfad2bc17646ccc9348f49760150ec1070429f94913b2fb9eae6d3407b404581b48670b866bf11696453325dd70610bd700e94990450')
-b2sums=('afc43122a5502770b6efe7052846926e25fa678dcbd5c8ddbcd806df36dcf684d94df12571efaab0ff1b657fef14d5d71dd902be5cbec12c61db13004d7fe5a9')
+sha512sums=('52b6189763755dbbd762ad26fef0107ad50949c1dd4865db788317ce981079cc095161e543f1a455ce84138b51f89806d8c55267378574feced107675f6cde47')
+b2sums=('6eadcaac626d4561dec2e41bdbde21836727f10870093890469e6b5a4af2aa276361044d08b5e25e3bf760092e5537edff9d0c99acb1ddf6ab0a17343bcd9af2')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list