forked from pool/python-cfscrape
Accepting request 687059 from devel:languages:python
- Update to 1.9.7:
* A hidden input form has been added to the challenge;
fix to allow bypassing it
- Update to 1.9.6:
* various readme updates
OBS-URL: https://build.opensuse.org/request/show/687059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfscrape?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb9159955d0e6e82cf4ad8cc9b19413e68ebfed1ce98a26e51f62e66d45146f1
|
||||
size 8390
|
||||
3
cfscrape-1.9.7.tar.gz
Normal file
3
cfscrape-1.9.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa7fc172e6872f461377216ddd5a6d82c9650b9d10cac5aa0239998daf3e093a
|
||||
size 8596
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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 <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.9.6:
|
||||
* various readme updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:46:37 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cfscrape
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cfscrape
|
||||
Version: 1.9.5
|
||||
Version: 1.9.7
|
||||
Release: 0
|
||||
Summary: Python module to bypass Cloudflare's anti-bot page
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/Anorov/cloudflare-scrape
|
||||
URL: https://github.com/Anorov/cloudflare-scrape
|
||||
Source: https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -61,8 +61,9 @@ is much more common.
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# no tests even in git
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
Reference in New Issue
Block a user