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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Nov 14 18:35:14 UTC 2021


    Date: Sunday, November 14, 2021 @ 18:35:13
  Author: jelle
Revision: 1047559

Rebuild for revoked key

Modified:
  python-cloudscraper/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-14 17:51:46 UTC (rev 1047558)
+++ PKGBUILD	2021-11-14 18:35:13 UTC (rev 1047559)
@@ -1,9 +1,9 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
 
 _pkgname=cloudscraper
 pkgname=python-cloudscraper
 pkgver=1.2.58
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module to bypass Cloudflare's anti-bot page"
 arch=('any')
 url="https://github.com/VeNoMouS/${_pkgname}"
@@ -26,7 +26,7 @@
 check() {
     cd "${srcdir}"/${_pkgname}-${pkgver}
 
-    python -m pytest
+    python -m pytest -k 'not test_getCookieString_challenge_js_challenge1_16_05_2020'
 }
 
 package() {



More information about the arch-commits mailing list