summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-02-06 18:40:14 +0100
committerKr1ss2022-02-06 18:40:14 +0100
commitdb4edfe4cb17ad6d83f82283d2ae8f5f016bad2f (patch)
tree59f14a9273c4947eea5c57b9661dab5a2d53fc19
parent56e3b3832c8c1278bdde3cfef2c0b6777629f556 (diff)
downloadaur-db4edfe4cb17ad6d83f82283d2ae8f5f016bad2f.tar.gz
update: python-httpx-socks 1:0.7.3-1
upstream release
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4553e8c46612..99e9c54c9656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.7.2
- pkgrel = 2
+ pkgver = 0.7.3
+ pkgrel = 1
epoch = 1
url = https://pypi.org/project/httpx-socks
arch = any
@@ -10,12 +10,13 @@ pkgbase = python-httpx-socks
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.22
+ depends = python-httpx<0.23
optdepends = python-async-timeout
optdepends = python-trio
optdepends = python-curio
- source = httpx-socks-0.7.2.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.2.tar.gz
- sha256sums = 4408e916638b014e937f16cd096741c731f8b1cb74eff5305c0ca303f419039d
+ source = httpx-socks-0.7.3.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.3.tar.gz
+ sha256sums = 545cb123939c4be992e51d7bb6a7631941c83466f36836dc440b8a2ca7f351a8
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index f742548193d3..9bfa906e2832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname=python-httpx-socks
_name="${pkgname#python-}"
epoch=1
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -14,11 +14,12 @@ url="https://pypi.org/project/$_name"
license=('Apache')
makedepends=('python-setuptools')
-depends=('python' 'python-python-socks' 'python-httpcore>=0.14' 'python-httpx>=0.21' 'python-httpx<0.22')
+depends=('python' 'python-python-socks' 'python-httpcore>=0.14' 'python-httpcore<0.15'
+ 'python-httpx>=0.21' 'python-httpx<0.23')
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=('4408e916638b014e937f16cd096741c731f8b1cb74eff5305c0ca303f419039d')
+sha256sums=('545cb123939c4be992e51d7bb6a7631941c83466f36836dc440b8a2ca7f351a8')
build() {