15
0

- Update to 1.9.6:

* various readme updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cfscrape?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-03-14 14:57:19 +00:00
committed by Git OBS Bridge
parent 122ade9d69
commit b6f437c0b3
4 changed files with 14 additions and 7 deletions

View File

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

3
cfscrape-1.9.6.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@@ -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.6
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}/*