15
0

- Update to 2.1.1

* Updated to handle latest Cloudflare IUAM challenge

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cfscrape?expand=0&rev=23
This commit is contained in:
2020-04-10 18:26:47 +00:00
committed by Git OBS Bridge
parent 06ad4c34d5
commit e7b9910eff
4 changed files with 15 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 28 00:26:13 UTC 2020 - Martin Herkt <9+suse@cirno.systems>
- Update to 2.1.1
* Updated to handle latest Cloudflare IUAM challenge
-------------------------------------------------------------------
Mon Aug 12 00:18:51 UTC 2019 - Martin Herkt <9+suse@cirno.systems>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cfscrape
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cfscrape
Version: 2.0.8
Version: 2.1.1
Release: 0
Summary: Python module to bypass Cloudflare's anti-bot page
License: MIT
@@ -66,9 +66,10 @@ is much more common.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py develop --user
%python_exec -m pytest -v tests
# test suite requires internet access
# %%check
# %%python_exec setup.py develop --user
# %%python_exec -m pytest -v tests
%files %{python_files}
%license LICENSE