From a93941e6cc352ba108f7161a3edbdbf0d016239ceb478c2eacad537d8cf9b25e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Jan 2021 11:07:24 +0000 Subject: [PATCH] - 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 --- cloudscraper-1.2.50.tar.gz | 3 --- cloudscraper-1.2.52.tar.gz | 3 +++ python-cloudscraper.changes | 6 ++++++ python-cloudscraper.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 cloudscraper-1.2.50.tar.gz create mode 100644 cloudscraper-1.2.52.tar.gz diff --git a/cloudscraper-1.2.50.tar.gz b/cloudscraper-1.2.50.tar.gz deleted file mode 100644 index d67b6fe..0000000 --- a/cloudscraper-1.2.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232325240b8c642d0e330b84d2e56a5ab193e8b27b77b75a299bd0008867c659 -size 91167 diff --git a/cloudscraper-1.2.52.tar.gz b/cloudscraper-1.2.52.tar.gz new file mode 100644 index 0000000..6aa5bc0 --- /dev/null +++ b/cloudscraper-1.2.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db54e8e21f38ca3999c80270d55288ecc236d6ddb75f2ee4d40cfe1a3fb4421e +size 91280 diff --git a/python-cloudscraper.changes b/python-cloudscraper.changes index 8fc10a7..a1c4686 100644 --- a/python-cloudscraper.changes +++ b/python-cloudscraper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 7 11:06:07 UTC 2021 - Matej Cepl + +- 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 diff --git a/python-cloudscraper.spec b/python-cloudscraper.spec index 8d35f92..8327082 100644 --- a/python-cloudscraper.spec +++ b/python-cloudscraper.spec @@ -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