Changelog for
python-cssutils-1.0.2-2.3.noarch.rpm :
Thu Aug 24 14:00:00 2017 jmatejekAATTsuse.com
- singlespec auto-conversion
Tue May 2 14:00:00 2017 thorsten.behrensAATTcib.de
- update to version 1.0.2:
* Fixed issue #61: Nesting of `AATTmedia` rules
* Fixed issue #51 and #56: Slow font-family regex
* Fixed issue #68: failing tests on Python 3
* Fixed issue #69: our DOM implementation now delegates unsupported
methods
* Fixed issue #72: importing now faster since regexes are no longer
pre-cached on import time
Tue May 2 14:00:00 2017 thorsten.behrensAATTcib.de
- update to version 1.0.1:
* Fixed Python 3.5 compatibility
Sat May 2 14:00:00 2015 benoit.moninAATTgmx.fr
- update to version 1.0:
* EXPERIMENTAL: Variable references may have a fallback value now
(as implemented in Firefox 29). It is available as
CSSVariable.fallback and example are:
* FEATURE: (issue #37) Implemented parsing of CSSCalc values.
General syntax is checked but not if operators in calc are
actually the right kind like DIMENSION
* DIMENSION. Also Values
using calc do not validate in cssutils but are actually valid.
* FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error
with Python 3.3)
* FIXED issue #21: (almost all) deprecation warning in Py 3.3
fixed.
* FIXED issue #30 (Test failed)
* FIXED issue #33 (well kinda): Added that cssutils is
*
*not
*
*
threadsafe!
* FIXED issue #34: More complext MediaQueries should be parsable
now. A few slight changes in behavior are:
- xml.dom.SyntaxErr raised instead of
xml.dom.InvalidCharacterErr for an unknown media type
- removed handheld media type special case (for old Opera).
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Wed Apr 17 14:00:00 2013 toddrme2178AATTgmail.com
- Update to version 0.9.10:
* No changelog provided
Tue Apr 16 14:00:00 2013 p.drouandAATTgmail.com
- Remove BuildRequires: python-2to3, useless since included in main
python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
Fri Jan 11 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Mon Mar 12 13:00:00 2012 saschpeAATTgmx.de
- Update to version 9.9.9:
* No changelog provided
Wed Sep 7 14:00:00 2011 saschpeAATTsuse.de
- Obsolete/Provide python-cssutils-doc
Fri Sep 2 14:00:00 2011 saschpeAATTsuse.de
- Update to version 0.9.8a3:
* No HTML docs anymore
- Spec file cleanup
Thu Jan 6 13:00:00 2011 rwobbenAATThotmail.com
- Update to version 0.9.8a1
* BUGFIX: fixes issue #41, #42, #45, #46
Mon Nov 8 13:00:00 2010 rwobbenAATThotmail.com
- Update to 0.9.7b4
* improves parsing of MS specific (and probably invalid!) values
Mon Nov 8 13:00:00 2010 pthAATTsuse.de
- Make package own the documentation subdir.
- Mark documentation as such.
Tue Sep 14 14:00:00 2010 cooloAATTnovell.com
- update to 0.9.7b3
- several changes (see CHANGELOG.txt), just random picks:
* Massive speed improvement of handling of CSSVariables of a stylesheet
* CSSFunction value parameters may contain HASH values like ``#fff`` now
* Changed parameters of script/utility function ``csscombine``.
- sphinx conf no longer provided
Tue May 18 14:00:00 2010 prusnakAATTsuse.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
* 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 14:00:00 2010 tomsAATTsuse.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