From e7b9910eff6a322cbfd6a1ef1de36ff506c4c9e50632120460c44d162bce7247 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 10 Apr 2020 18:26:47 +0000 Subject: [PATCH] - 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 --- cloudflare-scrape-2.0.8.tar.gz | 3 --- cloudflare-scrape-2.1.1.tar.gz | 3 +++ python-cfscrape.changes | 6 ++++++ python-cfscrape.spec | 11 ++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 cloudflare-scrape-2.0.8.tar.gz create mode 100644 cloudflare-scrape-2.1.1.tar.gz 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