diff --git a/CairoSVG-2.4.1.tar.gz b/CairoSVG-2.4.1.tar.gz deleted file mode 100644 index d9f1aa4..0000000 --- a/CairoSVG-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd1d5e97ff72e2e46d69485164416fadd55a9cae944b50aa961130d8800fbc5 -size 38649 diff --git a/CairoSVG-2.4.2.tar.gz b/CairoSVG-2.4.2.tar.gz new file mode 100644 index 0000000..6dcd854 --- /dev/null +++ b/CairoSVG-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e668f96653326780036ebb0a9ff2bb59a8443d7bcfc51a14aab77b57a8e67ad +size 38715 diff --git a/python-CairoSVG.changes b/python-CairoSVG.changes index f226d63..9bda28d 100644 --- a/python-CairoSVG.changes +++ b/python-CairoSVG.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 24 08:46:49 UTC 2019 - Tomáš Chvátal + +- Update to 2.4.2: + * Fix race condition in tests + * Fix scale for images with no viewBox + ------------------------------------------------------------------- Mon Sep 9 09:16:37 UTC 2019 - Tomáš Chvátal diff --git a/python-CairoSVG.spec b/python-CairoSVG.spec index bb06ca9..f90d2f7 100644 --- a/python-CairoSVG.spec +++ b/python-CairoSVG.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-CairoSVG -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: A Python SVG converter based on Cairo License: LGPL-3.0-or-later @@ -68,7 +68,7 @@ sed -i setup.cfg \ %python_clone -a %{buildroot}/%{_bindir}/cairosvg %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} +%pytest %post %python_install_alternative cairosvg