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

Update to 0.99

OBS-URL: https://build.opensuse.org/request/show/204309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=6
This commit is contained in:
Todd R 2013-10-22 13:57:29 +00:00 committed by Git OBS Bridge
parent 86c14b50b1
commit e41e6eaf7a
4 changed files with 22 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 22 13:29:08 UTC 2013 - toddrme2178@gmail.com
- Update to 0.99
* No changes, just updated version number
- Add additional dependencies
-------------------------------------------------------------------
Thu Mar 29 09:54:02 UTC 2012 - saschpe@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-html5lib
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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-html5lib
Version: 0.95
Version: 0.99
Release: 0
License: MIT
Summary: HTML parser based on the WHAT-WG Web Applications 1
@ -24,7 +24,13 @@ Url: http://code.google.com/p/html5lib/
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-Genshi
BuildRequires: python-lxml
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python-six
Recommends: python-Genshi
Recommends: python-lxml
#BuildRequires: python-nose
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@ -51,14 +57,14 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests
#%%check
#nosetests
%files
%defattr(-,root,root,-)
%doc README
%{python_sitelib}/*
%doc CHANGES.rst LICENSE README.rst
%{python_sitelib}/html5lib/
%{python_sitelib}/html5lib-%{version}-py*.egg-info
%changelog