Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-httpcore 0.16.3-1
Browse files Browse the repository at this point in the history
Although anyio is no longer imported unconditionally [1], it's still
listed in install_requires in setup.py [2], so I keep python-anyio in
depends.

[1] encode/httpcore#639
[2] https://github.com/encode/httpcore/blob/0.16.3/setup.py#L59


git-svn-id: file:///srv/repos/svn-community/svn@1365367 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Dec 24, 2022
1 parent bb6a62d commit 4d5f37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-httpcore/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_pkgname=httpcore
pkgname=python-httpcore
# https://github.com/encode/httpcore/blob/master/CHANGELOG.md
pkgver=0.16.2
pkgver=0.16.3
pkgrel=1
pkgdesc="A minimal HTTP client"
arch=('any')
Expand All @@ -19,7 +19,7 @@ optdepends=(
makedepends=('python-setuptools' 'python-h2')
checkdepends=('python-pytest-httpbin' 'python-pytest-trio' 'python-socksio')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha512sums=('d11fe4f6a59e2dc1bce6724941db5978f0863f73e39786121f775d9c1702a32741de2cb4a0588fc907294d1b244713222cc57ef19a0d66e4075075c621f17d9b')
sha512sums=('d889da0a3fee4f190ecc3981b8af34fa9b285d00f4ad92158a085c65f3ad8fa5a97a8c711bd51f8b9518b9d2c90ecd457dee1a3d7bbf853715473f4707cc421a')

prepare() {
cd ${_pkgname}-${pkgver}
Expand Down

0 comments on commit 4d5f37f

Please sign in to comment.