15
0

Accepting request 305073 from home:benoit_monin:branches:devel:languages:python

update to version 1.0

OBS-URL: https://build.opensuse.org/request/show/305073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=41
This commit is contained in:
Denisart Benjamin
2015-05-03 10:18:39 +00:00
committed by Git OBS Bridge
parent 773811c2cf
commit a9e4fb133c
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat May 2 16:47:10 UTC 2015 - benoit.monin@gmx.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 11:00:55 UTC 2013 - speilicke@suse.com