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:
parent
86c14b50b1
commit
e41e6eaf7a
@ -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
3
html5lib-0.99.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aff6fd3031c563883197e5a04b7df324086ff5f358278a0386808c463a077e59
|
||||||
|
size 885368
|
@ -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
|
Thu Mar 29 09:54:02 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-html5lib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-html5lib
|
Name: python-html5lib
|
||||||
Version: 0.95
|
Version: 0.99
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: HTML parser based on the WHAT-WG Web Applications 1
|
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
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
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
|
#BuildRequires: python-nose
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
@ -51,14 +57,14 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests
|
|
||||||
|
|
||||||
#%%check
|
#%%check
|
||||||
#nosetests
|
#nosetests
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc CHANGES.rst LICENSE README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/html5lib/
|
||||||
|
%{python_sitelib}/html5lib-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user