Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-CairoSVG.16784 for 
openSUSE:Leap:15.2:Update checked in at 2021-08-10 14:06:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/python-CairoSVG.16784 (Old)
 and      /work/SRC/openSUSE:Leap:15.2:Update/.python-CairoSVG.16784.new.1899 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CairoSVG.16784"

Tue Aug 10 14:06:45 2021 rev:1 rq:910490 version:2.5.1

Changes:
--------
New Changes file:

--- /dev/null   2021-07-22 10:06:18.349420535 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2:Update/.python-CairoSVG.16784.new.1899/python-CairoSVG.changes
 2021-08-10 14:06:49.795120904 +0200
@@ -0,0 +1,194 @@
+-------------------------------------------------------------------
+Sun Jan 10 16:09:41 UTC 2021 - andy great <[email protected]>
+
+- Update to version 2.5.1.
+  * Security fix: When processing SVG files, CairoSVG was using two
+    regular expressions which are vulnerable to Regular Expression 
+    Denial of Service (REDoS). If an attacker provided a malicious 
+    SVG, it could make CairoSVG get stuck processing the file for a 
+    very long time.
+  * Fix marker positions for unclosed paths
+  * Follow hint when only output_width or output_height is set
+  * Handle opacity on raster images
+  * Don???t crash when use tags reference unknown tags
+  * Take care of the next letter when A/a is replaced by l
+  * Fix misalignment in node.vertices
+- Updates for version 2.5.0.
+  * Drop support of Python 3.5, add support of Python 3.9.
+  * Add EPS export
+  * Add background-color, negate-colors, and invert-images options
+  * Improve support for font weights
+  * Fix opacity of patterns and gradients
+  * Support auto-start-reverse value for orient
+  * Draw images contained in defs
+  * Add Exif transposition support
+  * Handle dominant-baseline
+  * Support transform-origin
+- Add _service file to fetch required submodule.
+
+-------------------------------------------------------------------
+Tue Sep 24 08:46:49 UTC 2019 - Tom???? Chv??tal <[email protected]>
+
+- 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 <[email protected]>
+
+- Update to 2.4.1:
+  * Fix the scale parameter
+  * Allow href attributes with no namespace
+  * Fix the tree root detection
+
+-------------------------------------------------------------------
+Tue Jun  4 13:54:28 UTC 2019 - Tom???? Chv??tal <[email protected]>
+
+- Update to 2.4.0:
+  * Fix aspect and position when resizing root SVG tag
+  * Follow aspect and position hints when using forced output size
+
+-------------------------------------------------------------------
+Mon Apr 29 07:57:20 UTC 2019 - Tom???? Chv??tal <[email protected]>
+
+- Update to 2.3.1:
+  * Fix relative paths on Windows
+
+-------------------------------------------------------------------
+Wed Feb 13 14:53:22 UTC 2019 - Tom???? Chv??tal <[email protected]>
+
+- Update to 2.3.0:
+  * Drop Python 3.4 support
+  * Make text selectable on generated PDF files
+  * Don't inherit dx and dy attributes
+  * Fix support of alignment-baseline="hanging"
+  * Fix backslashes in docstrings and comments
+  * Fix local anchors with files with no given URL
+  * Close VERSION's file descriptor
+  * Fix T commands used with previous relative commands in paths
+  * Use real functions for svg2* commands, improving IDE integration
+  * Handle image-rendering property
+  * Fix crash with some text samples
+  * Fix position of embedded svg tags with a viewbox not at position (0, 0)
+  * Add output-width and output-height options
+  * Handle references to inner document tags defined after the anchor
+  * Fix offsets for texts on paths
+- Run tests manualy reducing the test dependencies a bit
+
+-------------------------------------------------------------------
+Wed Dec  5 01:22:00 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:46:26 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Thu May  3 06:37:32 UTC 2018 - [email protected]
+
+- Update to version 2.1.3
+  * Fix T commands following q or t in paths
+- Update to version 2.1.2
+  * Fix font-size
+- Update to version 2.1.1
+  * Use http://www.w3.org/2000/svg as default namespace
+- Update to version 2.1.0
+  * Use cssselect2 and tinycss2 instead of cssselect and tinycss
+  * Don't require lxml anymore
+  * Rely on defusedxml to detect unsafe SVG files
+
+-------------------------------------------------------------------
+Tue Aug 22 22:16:50 UTC 2017 - [email protected]
+
+- Implement single-spec version.
+- Split Python2 version into separate package due to upstream
+  dropping Python2 support.
+- Update to Version 2.0.3
+  * Add ``python_requires`` in ``setup.py``
+- Update to Version 2.0.2
+  * Handle ``text-align`` in textPath tags
+  * Test with Python 3.6
+- Update to Version 2.0.1
+  * Don't crash on relative refs with no input URL
+- Update to Version 2.0.0
+  * Drop Python 2 support
+  * Drop pycairo support
+  * Rely on cairocffi, lxml, cssselect, pillow and tinycss
+  * Fix markers
+  * Fix URL/id handling
+  * Use bounding boxes for gradients
+  * Split deployment and development tests
+  * Add a scale option
+  * Add a parent size option
+  * Test with Travis
+- Update to Version 1.0.22
+  * Fix crash when lxml is not installed
+- Update to Version 1.0.21
+  **WARNING:** this is a security update.
+  CairoSVG was vulnerable to XML eXternal Entity (XXE) attacks, this release
+  fixes this vulnerability by not resolving the XML entities anymore.
+  The ``--unsafe`` option has been added to force the resolution of XML
+  entities. Obviously, this option is not safe and should only be used with
+  trusted SVG files.
+- Update to Version 1.0.20
+  * Allow the user to give parent size
+- Update to Version 1.0.19
+  * Drastically improve the performance of ``Node()``
+- Update to Version 1.0.18
+  * Use cairo groups to apply filters
+- Update to Version 1.0.17
+  * Fix scale and position of markers
+- Update to Version 1.0.16
+  * Support the text-rendering property
+- Update to Version 1.0.15
+  * Use xMidYMid as default preserveAspectRatio value
+- Update to Version 1.0.14
+  * Support the shape-rendering property
+- Update to Version 1.0.13
+  * Fix end markers
+- Update to Version 1.0.12
+  * Don't crash when paths with markers end with a move_to action
+- Update to Version 1.0.11
+  * Allow commas in viewboxes
+- Update to Version 1.0.10
+  * Allow quotes around font names
+- Update to Version 1.0.9
+  * Don't crash when gradients are applied to paths
+- Update to Version 1.0.8
+  * Don't create an atomic layer for transparent tags with no children
+- Update to Version 1.0.7
+  * Fix scaling with negative viewBox origin
+  * Automatically detect size and position of circles and ellipses for 
gradients
+- Update to Version 1.0.6
+  * Fall back to pycairo if cairocffi is unable to find the cairo library
+- Update to Version 1.0.5
+  * Don't inherit clip* and overflow properties
+  * Don't transform the root svg tag according to the PreservAspectRatio 
attribute
+  * Add simple support for alignment-baseline
+  * Add cairocffi into setup.py deps
+- Update to Version 1.0.4
+  * Clear relative coordinates when absolute coordinates are set in tspan tags
+- Update to Version 1.0.3
+  * Fix clips and viewboxes
+  * Don't draw an empty image when locale is not set
+- Update to Version 1.0.2
+  * Don't crash when locale is not set
+  * Get the xml_tree from the root parent when creating nodes from string
+- Update to Version 1.0.1
+  * Don't crash when svg tag has no width or height
+- Update to Version 1.0
+  * CairoCFFI support
+  * Support of more external CSS stylesheets
+  * Handle more filters
+  * Use pillow instead of pystacia
+  * Fix a lot of bugs with text (whitespaces, text on a path, etc.)
+  * Inherit attributes in ``use`` tags
+  * Cache trees for ``use`` tags
+  * Handle conditional structures
+
+-------------------------------------------------------------------
+Wed Jan 16 18:11:15 UTC 2013 - [email protected]
+
+- Initial version (0.5) for openSUSE.

New:
----
  CairoSVG-2.5.1.obscpio
  CairoSVG.obsinfo
  _service
  python-CairoSVG.changes
  python-CairoSVG.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-CairoSVG.spec ++++++
#
# spec file for package python-CairoSVG
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:           python-CairoSVG
Version:        2.5.1
Release:        0
Summary:        A Python SVG converter based on Cairo
License:        LGPL-3.0-or-later
Group:          Development/Languages/Python
URL:            http://www.cairosvg.org/
Source:         CairoSVG-%{version}.tar.xz
BuildRequires:  %{python_module Pillow}
BuildRequires:  %{python_module cairocffi}
BuildRequires:  %{python_module cssselect2}
BuildRequires:  %{python_module defusedxml}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module tinycss2}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-Pillow
Requires:       python-cairocffi
Requires:       python-cssselect2
Requires:       python-defusedxml
Requires:       python-tinycss2
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch:      noarch
%python_subpackages

%description
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.

For further information, please visit the CairoSVG website, 
http://www.cairosvg.org.

%prep
%setup -q -n CairoSVG-%{version}
# remove needless pytest dependencies
sed -i setup.cfg \
    -e '/pytest-runner/d' \
    -e '/--flake8/d' \
    -e '/--isort/d'

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}/%{_bindir}/cairosvg

%check
%pytest

%post
%python_install_alternative cairosvg

%postun
%python_uninstall_alternative cairosvg

%files %{python_files}
%doc README.rst
%license LICENSE
%python_alternative %{_bindir}/cairosvg
%{python_sitelib}/*

%changelog
++++++ CairoSVG.obsinfo ++++++
name: CairoSVG
version: 2.5.1
mtime: 1609944616
commit: 44c5d42f96be879fc4e21775e51300bd3ad0093e

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">git://github.com/Kozea/CairoSVG.git</param>
    <param name="scm">git</param>
    <param name="submodules">enable</param>
    <param name="revision">44c5d42</param>
    <param name="versionformat">@PARENT_TAG@</param>
  </service>
  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>

Reply via email to