14
0
forked from pool/python-w3lib

Accepting request 399873 from home:winski:python

update to newest version, bugfixes & new features - fully backwards compatible

OBS-URL: https://build.opensuse.org/request/show/399873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=4
This commit is contained in:
2016-06-03 06:49:28 +00:00
committed by Git OBS Bridge
parent 2300cde67f
commit 5d7d31d4f2
4 changed files with 43 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-w3lib
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -11,21 +11,24 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-w3lib
Version: 1.10.0
Version: 1.14.2
Release: 0
Url: http://github.com/scrapy/w3lib
Summary: Library of Web-Related Functions
License: BSD-3-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/w/w3lib/w3lib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-six >= 1.4.1
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-six >= 1.4.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else