From 324d403e419da3598fbbe582234db38c806ce8d75dd4e75eaa9c04315a3a9eb2 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Wed, 20 Mar 2019 21:27:02 +0000 Subject: [PATCH] - Update to 1.9.7: * A hidden input form has been added to the challenge; fix to allow bypassing it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cfscrape?expand=0&rev=12 --- cfscrape-1.9.6.tar.gz | 3 --- cfscrape-1.9.7.tar.gz | 3 +++ python-cfscrape.changes | 7 +++++++ python-cfscrape.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cfscrape-1.9.6.tar.gz create mode 100644 cfscrape-1.9.7.tar.gz diff --git a/cfscrape-1.9.6.tar.gz b/cfscrape-1.9.6.tar.gz deleted file mode 100644 index 61197fb..0000000 --- a/cfscrape-1.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aa4966be1efd8f58e768d21ec573ec334f13d9c3be3b0324df2bf912abcef94 -size 8561 diff --git a/cfscrape-1.9.7.tar.gz b/cfscrape-1.9.7.tar.gz new file mode 100644 index 0000000..7769d50 --- /dev/null +++ b/cfscrape-1.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7fc172e6872f461377216ddd5a6d82c9650b9d10cac5aa0239998daf3e093a +size 8596 diff --git a/python-cfscrape.changes b/python-cfscrape.changes index 4e68b1d..9696164 100644 --- a/python-cfscrape.changes +++ b/python-cfscrape.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 20 21:25:44 UTC 2019 - Martin Herkt <9+suse@cirno.systems> + +- Update to 1.9.7: + * A hidden input form has been added to the challenge; + fix to allow bypassing it + ------------------------------------------------------------------- Thu Mar 14 14:55:30 UTC 2019 - Tomáš Chvátal diff --git a/python-cfscrape.spec b/python-cfscrape.spec index 54cbd0e..2bcbe84 100644 --- a/python-cfscrape.spec +++ b/python-cfscrape.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cfscrape -Version: 1.9.6 +Version: 1.9.7 Release: 0 Summary: Python module to bypass Cloudflare's anti-bot page License: MIT