From b6f437c0b30b66f10161aa8261e8fa63a919f2b4560d432fd88303355d902f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 14:57:19 +0000 Subject: [PATCH] - 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 --- cfscrape-1.9.5.tar.gz | 3 --- cfscrape-1.9.6.tar.gz | 3 +++ python-cfscrape.changes | 6 ++++++ python-cfscrape.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 cfscrape-1.9.5.tar.gz create mode 100644 cfscrape-1.9.6.tar.gz diff --git a/cfscrape-1.9.5.tar.gz b/cfscrape-1.9.5.tar.gz deleted file mode 100644 index b891728..0000000 --- a/cfscrape-1.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb9159955d0e6e82cf4ad8cc9b19413e68ebfed1ce98a26e51f62e66d45146f1 -size 8390 diff --git a/cfscrape-1.9.6.tar.gz b/cfscrape-1.9.6.tar.gz new file mode 100644 index 0000000..61197fb --- /dev/null +++ b/cfscrape-1.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa4966be1efd8f58e768d21ec573ec334f13d9c3be3b0324df2bf912abcef94 +size 8561 diff --git a/python-cfscrape.changes b/python-cfscrape.changes index ce03ff2..4e68b1d 100644 --- a/python-cfscrape.changes +++ b/python-cfscrape.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 14 14:55:30 UTC 2019 - Tomáš Chvátal + +- Update to 1.9.6: + * various readme updates + ------------------------------------------------------------------- Tue Dec 4 12:46:37 UTC 2018 - Matej Cepl diff --git a/python-cfscrape.spec b/python-cfscrape.spec index f192fe2..54cbd0e 100644 --- a/python-cfscrape.spec +++ b/python-cfscrape.spec @@ -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}/*