diff --git a/python-svgwrite.changes b/python-svgwrite.changes index af16f83..41931f4 100644 --- a/python-svgwrite.changes +++ b/python-svgwrite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 23 16:22:34 UTC 2020 - Marcus Rueckert + +- 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 diff --git a/python-svgwrite.spec b/python-svgwrite.spec index e47a89f..9e76b61 100644 --- a/python-svgwrite.spec +++ b/python-svgwrite.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-svgwrite -Version: 1.3.1 +Version: 1.4 Release: 0 Summary: Python module for creating SVG drawings License: MIT diff --git a/svgwrite-1.3.1.zip b/svgwrite-1.3.1.zip deleted file mode 100644 index 37b68a2..0000000 --- a/svgwrite-1.3.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11e47749b159ed7004721e11d380b4642a26154b8cb2f7b0102fea9c71a3dfa1 -size 185842 diff --git a/svgwrite-1.4.zip b/svgwrite-1.4.zip new file mode 100644 index 0000000..d9ff265 --- /dev/null +++ b/svgwrite-1.4.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38ac03b67f81c728d81a33e4711aaf3ab136a57156d721bb17f88525d9909bb +size 188493