[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 24 00:22:16 UTC 2020


    Date: Thursday, December 24, 2020 @ 00:22:16
  Author: felixonmars
Revision: 404955

upgpkg: python-urllib3 1.26.0-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 21:08:14 UTC (rev 404954)
+++ PKGBUILD	2020-12-24 00:22:16 UTC (rev 404955)
@@ -5,7 +5,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.11
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
@@ -19,7 +19,7 @@
               'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
 source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz"
         urllib3-use-brotli-new.patch::https://github.com/urllib3/urllib3/pull/2099.patch)
-sha512sums=('95abcbdee8ecaf1dfb86da6c59e1eccce0524264f2b5ce5afb0f14fa577d5c5f255c022b5d51e127825d91f521f50fa2df8bca13b81b535ae3e6760a43be0cf6'
+sha512sums=('7ec93121d346d1629c4fa677771ae6fa46139dd000501de642225b03badca8e0fd750f75a71624f50e93510b9fe478b801e8c56f52c2e356fb3e09a57ab1fb1e'
             '16bc19caf4b0d80ccb7aae7ee0cf4a7b6fef754d6d7b9e3bc0da9197afffa4f587f197c7fdffa56c14d40da806633cd409b5d8136ca4d1acef414afaf42d1e0f')
 
 prepare() {
@@ -40,8 +40,8 @@
 
 check() {
   cd urllib3-$pkgver
-  # TODO: investigate test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep
-  python setup.py pytest --addopts "--deselect test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep"
+  # TODO: investigate test_respect_retry_after_header_sleep
+  python setup.py pytest --addopts "--deselect test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep --deselect test/test_retry_deprecated.py::TestRetry::test_respect_retry_after_header_sleep"
 }
 
 package_python-urllib3() {



More information about the arch-commits mailing list