File python-svg2rlg.changes of Package python-svg2rlg
-------------------------------------------------------------------
Mon Apr 12 09:13:09 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.4.0
* fix: pkg: remove last vestiges of python 2.7
* fix: ci: add coverage run and fix silly syntax error
* chg: pkg: add modern packaging bits and tox cfg, cleanup ci
* chg: ci: switch from travis to github ci
* bump version for new release and add myself as maintainer
* Merge pull request aquavitae#13 from mcepl/gentoo_patches
* use CWD for writing not '.' which will write to
dirname(__file__)
* Provide proper starting scripts for entry_points in setup.py.
* os.startfile is supported only on Windows.
* Fix EOLs
* Add tests for paths
* PEP8 & Python 3 idioms
* Update README.md
* Update and rename README.txt to README.md
* Create requirements.txt
* Add .gitignore
* Add .travis.yml
* Run 2to3
* Various small fixes.
- Drop svg2rlg-issue-3.patch, svg2rlg-issue-6.patch and
svg2rlg-issue-7.patch (merged upstream)
- Switch to new upstream repository including several patches
-------------------------------------------------------------------
Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com
- Fix building on SLES 11
-------------------------------------------------------------------
Sat Nov 9 17:27:04 UTC 2013 - tchvatal@suse.com
- Cleanup to build properly as it is needed by python-rst2pdf
- Add patches from upstream tracker:
* svg2rlg-issue-3.patch
* svg2rlg-issue-6.patch
* svg2rlg-issue-7.patch
-------------------------------------------------------------------
Sat Apr 6 12:42:13 UTC 2013 - jw@suse.com
- pulled from pypi, handcrafted specfile, as py2pack explodes.
- CAUTION: with my testdata:
/usr/lib/python2.7/site-packages/svg2rlg.py explodes in line 626, in iterparse
assertion(token is string, 'Expected string in path data')