14
0

Accepting request 492539 from home:netsroth:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/492539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=43
This commit is contained in:
Thorsten Behrens
2017-05-02 22:47:29 +00:00
committed by Git OBS Bridge
parent a9e4fb133c
commit d7669aefc6
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 2 22:15:14 UTC 2017 - thorsten.behrens@cib.de
- update to version 1.0.2:
* Fixed issue #61: Nesting of `@media` 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 22:04:16 UTC 2017 - thorsten.behrens@cib.de
- update to version 1.0.1:
* Fixed Python 3.5 compatibility
-------------------------------------------------------------------
Sat May 2 16:47:10 UTC 2015 - benoit.monin@gmx.fr