14
0

Accepting request 796606 from home:dmolkentin:netbox

- Update to 1.4
  - Requires Python 3.6
  - Removed Python2 support
  - Optimized/faster svgparser.py module by Florian Festi
  - Removed batch files to run tests on Windows, use pytest or tox
    instead

OBS-URL: https://build.opensuse.org/request/show/796606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-04-23 20:40:39 +00:00
committed by Git OBS Bridge
parent f2e1f85071
commit a2e7142224
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 23 16:22:34 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.4
- Requires Python 3.6
- Removed Python2 support
- Optimized/faster svgparser.py module by Florian Festi
- Removed batch files to run tests on Windows, use pytest or tox
instead
-------------------------------------------------------------------
Tue Mar 10 10:43:52 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>