14
0
forked from pool/python-scour

Accepting request 688295 from home:pgajdos

- version update to 0.37
  * Fix escaping of quotes in attribute values.
  * A lot of performance improvements.
  * Fix exception when removing duplicated gradients while
    `--keep-unreferenced-defs` is used.
  * Remove some illegal optimizations of `m0 0` sub-path commands.
  * Fix and improve handling of boolean flags in elliptical arc path
    commands.
  * Fix exception when using two-number forms of the filter attributes
    `baseFrequency`, `order`, `radius` and `stdDeviation`.
  * Improve whitespace handling in text nodes fixing an issue where
    scouring added spaces in error and reducing file size in many cases.
  * Drop official support for Python 3.3.
- etc. see HISTORY.md for details.
- build also python3 variant
- run unit tests
- package LICENSE and *.md

OBS-URL: https://build.opensuse.org/request/show/688295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scour?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-03-25 15:52:53 +00:00
committed by Git OBS Bridge
parent ac8e8b7f40
commit 5775c80250
4 changed files with 52 additions and 18 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 25 14:54:43 UTC 2019 - pgajdos@suse.com
- version update to 0.37
* Fix escaping of quotes in attribute values.
* A lot of performance improvements.
* Fix exception when removing duplicated gradients while
`--keep-unreferenced-defs` is used.
* Remove some illegal optimizations of `m0 0` sub-path commands.
* Fix and improve handling of boolean flags in elliptical arc path
commands.
* Fix exception when using two-number forms of the filter attributes
`baseFrequency`, `order`, `radius` and `stdDeviation`.
* Improve whitespace handling in text nodes fixing an issue where
scouring added spaces in error and reducing file size in many cases.
* Drop official support for Python 3.3.
- etc. see HISTORY.md for details.
- build also python3 variant
- run unit tests
- package LICENSE and *.md
-------------------------------------------------------------------
Mon Feb 6 14:17:49 UTC 2017 - jengelh@inai.de