Accepting request 319748 from home:alois:branches:devel:languages:python

update to version 0.999999

OBS-URL: https://build.opensuse.org/request/show/319748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=14
This commit is contained in:
Todd R 2015-08-03 09:54:15 +00:00 committed by Git OBS Bridge
parent 03aa45b86d
commit 8d4804df64
4 changed files with 20 additions and 12 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,11 @@
-------------------------------------------------------------------
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,23 +17,23 @@
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-lxml >= 3.4.4
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-lxml
Recommends: python-Genshi >= 0.7
Recommends: python-lxml >= 3.4.4
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build