diff --git a/cloudflare-scrape-2.0.8.tar.gz b/cloudflare-scrape-2.0.8.tar.gz deleted file mode 100644 index cb56eb9..0000000 --- a/cloudflare-scrape-2.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0ed9c1d3a6c1473185545c89786cc1c7906c2ced8bdc798c036874c808e820 -size 319854 diff --git a/cloudflare-scrape-2.1.1.tar.gz b/cloudflare-scrape-2.1.1.tar.gz new file mode 100644 index 0000000..aee6aee --- /dev/null +++ b/cloudflare-scrape-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09 +size 326422 diff --git a/python-cfscrape.changes b/python-cfscrape.changes index f389e23..5bf1dc2 100644 --- a/python-cfscrape.changes +++ b/python-cfscrape.changes @@ -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> diff --git a/python-cfscrape.spec b/python-cfscrape.spec index 2f7eae5..18c24b5 100644 --- a/python-cfscrape.spec +++ b/python-cfscrape.spec @@ -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