17
0

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

Update to version 0.9.10

This fixes the file conflict in factory

OBS-URL: https://build.opensuse.org/request/show/171294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=35
This commit is contained in:
Todd R
2013-04-17 14:05:30 +00:00
committed by Git OBS Bridge
parent 885f589988
commit edd58cec74
5 changed files with 23 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: python-cssutils
Version: 0.9.9
Version: 0.9.10
Release: 0
Url: http://cthedot.de/cssutils/
Summary: A CSS Cascading Style Sheets library for Python
@@ -54,6 +54,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%defattr(-,root,root,-)
%doc COPYING COPYING.LESSER README.txt examples
%{_bindir}/css*
%{python_sitelib}/*
%{python_sitelib}/cssutils-%{version}-py*.egg-info/
%{python_sitelib}/cssutils/
%{python_sitelib}/encutils/
%changelog