14
0
forked from pool/python-w3lib

Accepting request 247672 from home:TheBlackCat:branches:devel:languages:python

Update to version 1.10.0

OBS-URL: https://build.opensuse.org/request/show/247672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=3
This commit is contained in:
Todd R
2014-09-05 10:17:18 +00:00
committed by Git OBS Bridge
parent cfaa842571
commit 2300cde67f
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-w3lib
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
Name: python-w3lib
Version: 1.5
Version: 1.10.0
Release: 0
Url: http://github.com/scrapy/w3lib
Summary: Library of Web-Related Functions
@@ -24,8 +24,8 @@ 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
BuildRequires: python-setuptools
BuildRequires: python-devel
BuildRequires: python-setuptools
%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
@@ -66,6 +66,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*
%changelog