[arch-commits] Commit in python-httpx/trunk (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Sat Sep 4 10:38:13 UTC 2021


    Date: Saturday, September 4, 2021 @ 10:38:13
  Author: alucryd
Revision: 1010996

upgpkg: python-httpx 0.19.0-1

Modified:
  python-httpx/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
  python-httpx/trunk/PKGBUILD

-----------------------------------------------------------------+
 0001-Do-not-override-the-system-SSL-certificates-with-the.patch |    2 -
 PKGBUILD                                                        |   12 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: 0001-Do-not-override-the-system-SSL-certificates-with-the.patch
===================================================================
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch	2021-09-04 10:36:34 UTC (rev 1010995)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch	2021-09-04 10:38:13 UTC (rev 1010996)
@@ -49,9 +49,9 @@
      zip_safe=False,
      install_requires=[
 -        "certifi",
+         "charset_normalizer",
          "sniffio",
          "rfc3986[idna2008]>=1.3,<2",
-         "httpcore>=0.13.3,<0.14.0",
 diff --git a/tests/test_config.py b/tests/test_config.py
 index f218f8f..74ab743 100644
 --- a/tests/test_config.py

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 10:36:34 UTC (rev 1010995)
+++ PKGBUILD	2021-09-04 10:38:13 UTC (rev 1010996)
@@ -2,22 +2,22 @@
 
 _pkgname=httpx
 pkgname=python-httpx
-pkgver=0.18.2
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
 url="https://github.com/encode/${_pkgname}"
 license=('BSD')
-depends=('python-chardet' 'python-httpcore' 'python-idna' 'python-rfc3986' 'python-sniffio')
+depends=('python-charset-normalizer' 'python-httpcore' 'python-idna' 'python-rfc3986' 'python-sniffio')
 optdepends=('python-brotlicffi: for brotli response decompression')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 'python-typing_extensions' 'python-brotlicffi' 'python-h2' 'python-trustme' 'uvicorn')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
         "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha512sums=('727974e5d5924fdd653987dd4f528d27bb2653085b01ef5efcdac39dc92ef2ed586f872c202349aa31105ad970cff914de4315c2d79338a6aa18bebb8126f392'
-            '6c8f9e929f0b5bf24bd288c0ca75f2a97bda294df4ea48bb393d6e9116b515e0388c3a1131de87cfcf41a46af43d15529c0b0e6e0f1c4b05431b985c5f973d79')
-b2sums=('3d1e25d503ae5306150c157bc83afdac9a475110d042e041b58de448a0dcfd75de3f4c15836b838dc799cd5f8b7e0d646e43bbe107ffad87d51ff016afe585cd'
-        '7c226209cbea28e3a5360d61a70d9afc465f4f11ae48cb5bc9cc230bff25b320902070e0e0cb1fd55fc2f708b53665e7e247803c87a2ece6c5efa13ada3d8b76')
+sha512sums=('3b327f07d62cf0430672d4f1a4f884618e588496f049522de327f5c34f7260eb21739b7f1fbd6f43a21962bc8737547f3eddbc22751546647f56c9cd7212840a'
+            'faf90f908ab8d5054d096eef1ba4e9cee733eb8178d2df0dfe922923bf8a98eebf880b9a6be3386caffed88229f82f1199c026ede455a57998246821a37e5748')
+b2sums=('b8d4cb0b6e7f643b62b507930ccf1534d73d93261cab9281ef57d6392f00da325e897d5339aebacfa07aeae8278d3a81b78d6501a1587ffeaef68cc5087bfdaa'
+        '3e020b5f3c3aeeede6304851023eed4ab10f74df68203b504b5564892aa960d5c52521279a0b9cf40ead1e18b5ce9ee3998ad4502e6008f07808817d0405b7c7')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list