summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2022-05-25 14:50:23 +0100
committerTristan Hill2022-05-25 14:50:23 +0100
commitde1c0b0844cb8b994ef62c2def382d26b648c045 (patch)
tree0526cb2a15ff0563fd8854ebc478fd9e26c40ad8
parentdb4edfe4cb17ad6d83f82283d2ae8f5f016bad2f (diff)
downloadaur-de1c0b0844cb8b994ef62c2def382d26b648c045.tar.gz
0.7.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e9c54c9656..b133c905fedc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
epoch = 1
url = https://pypi.org/project/httpx-socks
@@ -9,14 +9,12 @@ pkgbase = python-httpx-socks
makedepends = python-setuptools
depends = python
depends = python-python-socks
- depends = python-httpcore>=0.14
- depends = python-httpcore<0.15
- depends = python-httpx>=0.21
- depends = python-httpx<0.23
+ depends = python-httpcore
+ depends = python-httpx
optdepends = python-async-timeout
optdepends = python-trio
optdepends = python-curio
- source = httpx-socks-0.7.3.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.3.tar.gz
- sha256sums = 545cb123939c4be992e51d7bb6a7631941c83466f36836dc440b8a2ca7f351a8
+ source = httpx-socks-0.7.4.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.4.tar.gz
+ sha256sums = 721c0c85c9ab95351f140fb68b63f42589a31f060fc150472554955c491d24d0
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 9bfa906e2832..4d5f634bd7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-httpx-socks
_name="${pkgname#python-}"
epoch=1
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
@@ -14,12 +14,11 @@ url="https://pypi.org/project/$_name"
license=('Apache')
makedepends=('python-setuptools')
-depends=('python' 'python-python-socks' 'python-httpcore>=0.14' 'python-httpcore<0.15'
- 'python-httpx>=0.21' 'python-httpx<0.23')
+depends=('python' 'python-python-socks' 'python-httpcore' 'python-httpx')
optdepends=('python-async-timeout' 'python-trio' 'python-curio')
source=("$_name-$pkgver.tgz::https://github.com/romis2012/$_name/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('545cb123939c4be992e51d7bb6a7631941c83466f36836dc440b8a2ca7f351a8')
+sha256sums=('721c0c85c9ab95351f140fb68b63f42589a31f060fc150472554955c491d24d0')
build() {