File python3-cssutils.changes of Package python3-cssutils
-------------------------------------------------------------------
Fri Jan 16 03:02:22 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- update to version 1.0:
* EXPERIMENTAL: Variable references may have a fallback value now
(as implemented in Firefox 29).
* 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).
-------------------------------------------------------------------
Wed Apr 17 13:34:47 UTC 2013 - toddrme2178@gmail.com
- Update to version 0.9.10:
* No changelog provided
- Re-added python-2to3 since it is needed for openSUSE <= 12.2
-------------------------------------------------------------------
Tue Apr 16 15:30:10 UTC 2013 - p.drouand@gmail.com
- Remove BuildRequires: python-2to3, useless since included in main
python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
-------------------------------------------------------------------
Wed Jan 30 11:26:57 UTC 2013 - saschpe@suse.de
- BuildRequire python-2to3 for 12.1 and 12.2
-------------------------------------------------------------------
Fri Jan 11 16:55:46 UTC 2013 - p.drouand@gmail.com
- Initial python3 support