14
0

Accepting request 40387 from devel:languages:python

Copy from devel:languages:python/python-cssutils based on submit request 40387 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/40387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=4
This commit is contained in:
OBS User autobuild
2010-05-19 18:56:48 +00:00
committed by Git OBS Bridge
parent fa4fb0742b
commit eb04141b26
5 changed files with 102 additions and 58 deletions

View File

@@ -1,6 +1,31 @@
-------------------------------------------------------------------
Tue May 18 14:53:05 CEST 2010 - prusnak@suse.cz
- Update to 0.9.7a4
- cleanup spec file
- api changes:
* CSSRule values changed: NAMESPACE_RULE, COMMENT, VARIABLES_RULE
* CSSStyleSheet.setSerializer and CSSStyleSheet.setSerializerPref DEPRECATED
- compliance to http://dev.w3.org/csswg/cssom improved.
- new features:
* Started CSS Variables <http://disruptive-innovations.com/zoo/cssvariables/>
* added cssutils.css.CSSStyleSheet.variables
* cssutils.ser.prefs.resolveVariables switchable
* cssutils.ser.prefs.normalizedVarNames switchable
* Added new options to cssutils.script.csscombine: cssText=None, href=None
* Added CSSRuleList.rulesOfType(type)
-------------------------------------------------------------------
Mon May 17 13:47:09 UTC 2010 - toms@suse.de
- Update to 0.9.7a3 as needed for FATE#309541
- Added build requirement for python-sphinx
- Added patch for copy.py (sphinx documentation)
- Rebuild HTML documentation with sphinx
- Better separate documentation package from main package
-------------------------------------------------------------------
Mon Apr 28 17:50:55 CEST 2008 - pth@suse.de
- Initial package.