summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-12-10 16:48:52 +0100
committerKr1ss2021-12-10 16:48:52 +0100
commit9aa07076e80f96fcb08070bc6a704d6172aaa838 (patch)
treee6fc6b97eecd3585ffaaedf9a7c85fa7a81e5e60
parentab9c20dee26616d9a616ad3c55ec2c8c1ada1972 (diff)
parentbf5aaa20ced90c95e6ad0d89b5c2af9bbc07f03a (diff)
downloadaur-9aa07076e80f96fcb08070bc6a704d6172aaa838.tar.gz
Merge branch 'future'
* future: update: python-httpx-socks 1:0.7.2-1 update: python-httpx-socks 1:0.6.0-1 upstream release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bc042f99c1..9830f401c94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.5.2
- pkgrel = 2
+ pkgver = 0.7.2
+ pkgrel = 1
epoch = 1
url = https://pypi.org/project/httpx-socks
arch = any
@@ -9,12 +9,13 @@ pkgbase = python-httpx-socks
makedepends = python-setuptools
depends = python
depends = python-python-socks
- depends = python-httpcore<0.14
- depends = python-httpx<0.21
+ depends = python-httpcore>=0.14
+ depends = python-httpx>=0.21
+ depends = python-httpx<0.22
optdepends = python-async-timeout
optdepends = python-trio
optdepends = python-curio
- source = httpx-socks-0.5.2.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.5.2.tar.gz
- sha256sums = a7ebc1d7ec6bfab79829d35119f1da9285fc6d3ee39e3bc8991f53a13af1b90a
+ source = httpx-socks-0.7.2.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.2.tar.gz
+ sha256sums = 4408e916638b014e937f16cd096741c731f8b1cb74eff5305c0ca303f419039d
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 22a3be09a931..f57894eff3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname=python-httpx-socks
_name="${pkgname#python-}"
epoch=1
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -14,11 +14,11 @@ url="https://pypi.org/project/$_name"
license=('Apache')
makedepends=('python-setuptools')
-depends=('python' 'python-python-socks' 'python-httpcore<0.14' 'python-httpx<0.21')
+depends=('python' 'python-python-socks' 'python-httpcore>=0.14' 'python-httpx>=0.21' 'python-httpx<0.22')
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=('a7ebc1d7ec6bfab79829d35119f1da9285fc6d3ee39e3bc8991f53a13af1b90a')
+sha256sums=('4408e916638b014e937f16cd096741c731f8b1cb74eff5305c0ca303f419039d')
build() {