15
0

- Update to 1.9.3

* Add LICENSE and README.md to source distribution
- Remove Git LICENSE source
- Add README.md to doc files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cfscrape?expand=0&rev=3
This commit is contained in:
Mia Herkt
2018-01-31 19:34:56 +00:00
committed by Git OBS Bridge
parent 6793d0e652
commit 778d499827
5 changed files with 13 additions and 27 deletions

21
LICENSE
View File

@@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2015 Anorov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 31 19:29:58 UTC 2018 - 9+suse@cirno.systems
- Update to 1.9.3
* Add LICENSE and README.md to source distribution
- Remove Git LICENSE source
- Add README.md to doc files
-------------------------------------------------------------------
Wed Jan 31 19:09:03 UTC 2018 - 9+suse@cirno.systems

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cfscrape
Version: 1.9.2
Version: 1.9.3
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
Source: https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-%{version}.tar.gz
Source2: https://github.com/Anorov/cloudflare-scrape/raw/%{version}/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -56,7 +55,6 @@ is much more common.
%prep
%setup -q -n cfscrape-%{version}
cp %{SOURCE2} .
%build
%python_build
@@ -67,6 +65,7 @@ cp %{SOURCE2} .
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*
%changelog