From 650aff586207d125772149b804090c27e3a8fc280831a0f97a7de9a0a0fc930b Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 7 Apr 2017 18:43:14 +0000 Subject: [PATCH] - temporarily disable Source URL for pdf doc (it became unavailable) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=93 --- python-lxml.changes | 5 +++++ python-lxml.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-lxml.changes b/python-lxml.changes index 4ac9b55..750e82a 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 7 18:20:52 UTC 2017 - jmatejek@suse.com + +- temporarily disable Source URL for pdf doc (it became unavailable) + ------------------------------------------------------------------- Wed Mar 8 18:55:12 UTC 2017 - axel.braun@gmx.de diff --git a/python-lxml.spec b/python-lxml.spec index 404bbd2..9a2f662 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -23,9 +23,10 @@ Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ Group: Development/Languages/Python -Url: http://lxml.de/ -Source: https://pypi.io/packages/source/l/lxml/lxml-%{version}.tar.gz -Source1: http://lxml.de/lxmldoc-%{version}.pdf +Url: https://lxml.de/ +Source: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz +#Source1: https://lxml.de/lxmldoc-%{version}.pdf +Source1: lxmldoc-%{version}.pdf BuildRequires: %{python_module Cython >= 0.22.1} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools >= 18.0.1}