* update python-httpcore to 1.0.5-2
This commit is contained in:
parent
8934500e80
commit
35f3a4e6af
@ -1,10 +1,10 @@
|
||||
pkgbase = python-httpcore
|
||||
pkgdesc = A minimal HTTP client
|
||||
pkgver = 1.0.2
|
||||
pkgver = 1.0.5
|
||||
pkgrel = 2
|
||||
url = https://github.com/encode/httpcore
|
||||
arch = any
|
||||
license = BSD
|
||||
license = BSD-3-Clause
|
||||
checkdepends = python-pytest-httpbin
|
||||
checkdepends = python-pytest-trio
|
||||
makedepends = python-build
|
||||
@ -24,9 +24,7 @@ pkgbase = python-httpcore
|
||||
optdepends = python-anyio: for asyncio backend
|
||||
optdepends = python-trio: for trio backend
|
||||
optdepends = python-sniffio: for async support
|
||||
source = python-httpcore-1.0.2.tar.gz::https://github.com/encode/httpcore/archive/1.0.2.tar.gz
|
||||
source = allow-older-anyio.diff
|
||||
sha512sums = 6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
|
||||
sha512sums = 5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61
|
||||
source = python-httpcore-1.0.5.tar.gz::https://github.com/encode/httpcore/archive/1.0.5.tar.gz
|
||||
sha512sums = 4b37f3874e65908598b906167d5b0840f66ffef95b65110d318d9e64df5fd23770a08ea44ea2f3cf6f9db50f20bb9fec99b40323b959675b37168414cf397bf8
|
||||
|
||||
pkgname = python-httpcore
|
||||
|
3
python/python-httpcore/.nvchecker.toml
Normal file
3
python/python-httpcore/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-httpcore]
|
||||
source = "pypi"
|
||||
pypi = "httpcore"
|
@ -6,7 +6,7 @@ _pkgname=httpcore
|
||||
pkgname=python-httpcore
|
||||
# https://github.com/encode/httpcore/blob/master/CHANGELOG.md
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A minimal HTTP client"
|
||||
arch=(any)
|
||||
url="https://github.com/encode/${_pkgname}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user