1
0

Accepting request 320319 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/320319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2015-08-06 22:23:33 +00:00 committed by Git OBS Bridge
commit 7adf0432ad
4 changed files with 24 additions and 10 deletions

View File

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

3
html5lib-0.999999.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 3 16:30:05 UTC 2015 - tbechtold@suse.com
- Relax python-lxml BuildRequires and Requires. html5lib should
also work with older python-lxml modules.
-------------------------------------------------------------------
Mon Jul 27 19:04:15 UTC 2015 - aloisio@gmx.com
- Update to version 0.999999
* Fix #189: fix the sanitizer to allow relative URLs again
(as it did prior to 0.9999/1.0b5).
- Aligned version requirements with PyPI
-------------------------------------------------------------------
Fri Jul 24 20:28:37 UTC 2015 - seife+obs@b1-systems.com

View File

@ -17,22 +17,22 @@
Name: python-html5lib
Version: 0.99999
Version: 0.999999
Release: 0
Summary: HTML parser based on the WHAT-WG Web Applications 1
License: MIT
Group: Development/Languages/Python
Url: https://github.com/html5lib/html5lib-python
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
BuildRequires: python-Genshi
BuildRequires: python-Genshi >= 0.7
BuildRequires: python-devel
BuildRequires: python-lxml
BuildRequires: python-nose
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python-six
BuildRequires: python-nose >= 1.3.7
BuildRequires: python-setuptools >= 18.0.1
BuildRequires: python-six >= 1.9.0
Requires: python-six >= 1.9.0
%if 0%{?suse_version}
Recommends: python-Genshi
Recommends: python-Genshi >= 0.7
Recommends: python-lxml
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build