File python-svgwrite.changes of Package python-svgwrite
-------------------------------------------------------------------
Mon Apr 9 18:20:53 UTC 2018 - lazy.kent@opensuse.org
- Update to 1.1.12.
* BUGFIX: values attribute for element animate, accepts any
semicolon separated values.
- Changes in 1.1.11.
* CHANGED: e.set_markers((sm, mm, em)), accepts None/False values
to set markers individually, like just set end marker:
s.set_markers((None, False, em)).
* BUGFIX: text-decoration attribute accepts multiple values like
'underline overline'.
-------------------------------------------------------------------
Tue Apr 4 12:23:08 UTC 2017 - lazy.kent@opensuse.org
- Update to 1.1.10.
* NEW: added pretty argument to Drawing.write, Drawing.save and
Drawing.saveas to produce easy to read XML output, svgwrite
reparses the output string with minidom, this reduces the
performance because this process requires memory and runtime,
default value for pretty is False.
- Change the URL and the source URL.
-------------------------------------------------------------------
Fri Nov 4 20:21:03 UTC 2016 - lazy.kent@opensuse.org
- Update to 1.1.9.
* NEW: added solidColor paint server (only valid in the Tiny 1.2
profile).
- Correct the URL.
-------------------------------------------------------------------
Tue May 31 09:12:49 UTC 2016 - lazy.kent@opensuse.org
- Update to 1.1.8.
* BUGFIX: None checks: 'if value:' -> 'if value is not None:'.
-------------------------------------------------------------------
Sun May 22 08:52:10 UTC 2016 - lazy.kent@opensuse.org
- Update to 1.1.7.
* BUGFIX: color accepts percentage values as floats like
"rgb(10.2%, 3.78%, 20%)".
-------------------------------------------------------------------
Sat May 31 08:50:36 UTC 2014 - lazy.kent@opensuse.org
- Update to 1.1.6.
* BUGFIX: sign for offset-value wasn't optional.
-------------------------------------------------------------------
Fri Mar 28 16:23:52 UTC 2014 - lazy.kent@opensuse.org
- Update to 1.1.5.
* BUGFIX: xml serialization for CPython 3.4.0.
-------------------------------------------------------------------
Sun Mar 16 15:48:42 UTC 2014 - lazy.kent@opensuse.org
- Update to 1.1.4.
* Simplified path parser.
* pyparsing as external dependency.
- Use the source URL from bitbucket.org.
- BuildRequires: python-pyparsing >= 2.0.1;
Requires: python-pyparsing >= 2.0.1.
- BuildRequires: python-setuptools instead of python-distribute.
- Don't call %py_compile macro: setup does itself.
- Correct Summary.
-------------------------------------------------------------------
Sun Nov 3 18:35:15 UTC 2013 - lazy.kent@opensuse.org
- Update to 1.1.3.
* BUGFIX: utf8 to unicode encoding error for Python 2.7.
-------------------------------------------------------------------
Thu Jun 27 13:11:55 UTC 2013 - lazy.kent@opensuse.org
- Update to 1.1.2.
* Prevent setup.py from compiling all modules - error with
'pyparsing_py2.py' and Python3.
* BUGFIX: all tests run with CPython3.3.
- Changes in 1.1.1.
* License changed to MIT License.
* BUGFIX: dwg.animateTranform() -> dwg.animateTransform().
* BUGFIX: in examples, replaced width and height params by size
parameter.
* Added examples.
* Edit docs.
- BuildRequires: fdupes. Run fdupes in the examples directory.
- Python byte compile.
-------------------------------------------------------------------
Sun Jul 1 20:31:43 UTC 2012 - lazy.kent@opensuse.org
- Update to 1.0.1.
* Added inline stylesheets.
* Added examples created by Lawrence Tattrie.
- Changes in 1.0.0.
* Stable.
* Tested with CPython 2.7, CPython 3.2, pypy-1.8.
* Added script tag.
-------------------------------------------------------------------
Mon Apr 30 06:28:54 UTC 2012 - lazy.kent@opensuse.org
- Update to 0.2.4.
* Python 2.7: all strings will be converted by the unicode()
function, for strings containing none-ascii-characters use
prefix u"" or better use from __future__ import
unicode_literals, because this is Python 3 compatible.
* BUGFIX: color parsing accepts white spaces in rgb() like
rgb(0, 0, 0).
- Removed check for unsupported openSUSE versions.
- Package examples.
-------------------------------------------------------------------
Wed Nov 9 19:13:19 UTC 2011 - lazy.kent@opensuse.org
- Build requires python-distribute instead of python-setuptools for
openSUSE >= 12.1.
- spec clean up.
-------------------------------------------------------------------
Sat Jul 30 21:36:30 UTC 2011 - lazy.kent@opensuse.org
- Initial package created - 0.2.3