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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Oct 18 15:16:31 UTC 2020


    Date: Sunday, October 18, 2020 @ 15:16:31
  Author: yan12125
Revision: 726093

upgpkg: python-httpcore 0.12.0-1; update checkdepends after upstream changes (details below)

* mitmproxy, trustme -> python-pproxy
    https://github.com/encode/httpcore/pull/199
* pytest-asyncio, pytest-trio -> python-anyio
    https://github.com/encode/httpcore/pull/181
    Some tests still use pytest.mark.trio, though

Modified:
  python-httpcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 15:15:19 UTC (rev 726092)
+++ PKGBUILD	2020-10-18 15:16:31 UTC (rev 726093)
@@ -2,7 +2,7 @@
 
 _pkgname=httpcore
 pkgname=python-httpcore
-pkgver=0.10.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A minimal HTTP client"
 arch=('any')
@@ -11,10 +11,10 @@
 depends=('python-h11' 'python-sniffio')
 optdepends=('python-h2: for HTTP/2 support')
 makedepends=('python-setuptools' 'python-h2')
-checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 'python-trustme' 'uvicorn' 'mitmproxy')
+checkdepends=('python-pytest-trio' 'uvicorn' 'python-pproxy' 'python-anyio' 'python-curio')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('714ae548d194f5eb71447d13669b32ae9b37deee5791e0e171e04c721eb99f21c55996cc06cf82f115d9e11d806c1d6c0b54fe61922bb419d90c94cd93e374ce')
-b2sums=('ad5615b6a45dc5cd1a0128a6a6a48b0b29a4f56b753869c55018913a9047d712a028ed74a8fa2fcee36cc851f1c0f85a9f4ddf7c7aa1f5e3b28b09761c511aea')
+sha512sums=('173008b3a81957c1151c628356a399967872d2b184fce3226aa607977644aee12d0cd8dbceef87cf6271c45f283e444183ef7b547a4f00c5d1b234e76697ec14')
+b2sums=('13a60577be926116a1b94c6397b0d35b35534204175dcb1d19743880dd57346d84e9d1cbe3b91dcc3b6d8442ec4cc2bcef1eeeda1b9b6ad121030b8f23124738')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list