17
0

- Update to 1.2.52 "This will all end in tears; I just know it."

- Added in "Bot Fight Mode" detection.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudscraper?expand=0&rev=3
This commit is contained in:
2021-01-07 11:07:24 +00:00
committed by Git OBS Bridge
parent c4e8aebf4f
commit a93941e6cc
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:232325240b8c642d0e330b84d2e56a5ab193e8b27b77b75a299bd0008867c659
size 91167

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db54e8e21f38ca3999c80270d55288ecc236d6ddb75f2ee4d40cfe1a3fb4421e
size 91280

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 7 11:06:07 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.2.52 "This will all end in tears; I just know it."
- Added in "Bot Fight Mode" detection.
-------------------------------------------------------------------
Thu Dec 24 12:23:50 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cloudscraper
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cloudscraper
Version: 1.2.50
Version: 1.2.52
Release: 0
Summary: A Python module to bypass Cloudflare's anti-bot page
License: MIT
URL: https://github.com/venomous/cloudscraper
Source0: https://files.pythonhosted.org/packages/source/c/cloudscraper/cloudscraper-%{version}.tar.gz
Source1: cloudscraper-tests.tar.xz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module Js2Py}
BuildRequires: %{python_module pyparsing >= 2.4.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.9.2}
BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module Js2Py}
BuildRequires: nodejs10
# /SECTION
BuildRequires: fdupes