diff --git a/LICENSE b/LICENSE deleted file mode 100644 index bfd018f..0000000 --- a/LICENSE +++ /dev/null @@ -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. diff --git a/cfscrape-1.9.2.tar.gz b/cfscrape-1.9.2.tar.gz deleted file mode 100644 index 205d4b8..0000000 --- a/cfscrape-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a10883f9424c7edd27f419209acca9d5af461fbf93e3cb7dfe7188722d3c8d52 -size 3581 diff --git a/cfscrape-1.9.3.tar.gz b/cfscrape-1.9.3.tar.gz new file mode 100644 index 0000000..16825ea --- /dev/null +++ b/cfscrape-1.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff269d2e88ba8fa97994275b4d58c722c84d39f579624becc89111e72265c64 +size 7938 diff --git a/python-cfscrape.changes b/python-cfscrape.changes index b9102ad..b05288b 100644 --- a/python-cfscrape.changes +++ b/python-cfscrape.changes @@ -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 diff --git a/python-cfscrape.spec b/python-cfscrape.spec index e06b2fa..b181669 100644 --- a/python-cfscrape.spec +++ b/python-cfscrape.spec @@ -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