Date: Thursday, April 13, 2023 @ 06:22:25
  Author: yan12125
Revision: 1445486

upgpkg: python-httpx 0.24.0-2; drop unneeded rfc3986 dep

I forgot about rfc3986 when building this for Python 3.10, and I'm too lazy to 
build it again for 3.10 :)

Modified:
  python-httpx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 06:18:11 UTC (rev 1445485)
+++ PKGBUILD    2023-04-13 06:22:25 UTC (rev 1445486)
@@ -5,12 +5,12 @@
 pkgname=python-httpx
 # https://github.com/encode/httpx/blob/master/CHANGELOG.md
 pkgver=0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
 url="https://github.com/encode/${_pkgname}";
 license=('BSD')
-depends=('python' 'python-certifi' 'python-httpcore' 'python-idna' 
'python-rfc3986' 'python-sniffio')
+depends=('python' 'python-certifi' 'python-httpcore' 'python-idna' 
'python-sniffio')
 optdepends=(
   'python-brotlicffi: for brotli response decompression'
   'python-h2: HTTP/2 support'

Reply via email to