Hello community, here is the log from the commit of package python-odfpy for openSUSE:Factory checked in at 2019-02-27 17:28:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-odfpy (Old) and /work/SRC/openSUSE:Factory/.python-odfpy.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-odfpy" Wed Feb 27 17:28:57 2019 rev:19 rq:678216 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-odfpy/python-odfpy.changes 2018-08-31 10:46:00.383315508 +0200 +++ /work/SRC/openSUSE:Factory/.python-odfpy.new.28833/python-odfpy.changes 2019-02-27 17:29:01.943323286 +0100 @@ -1,0 +2,10 @@ +Fri Feb 22 01:45:28 UTC 2019 - John Vandenberg <[email protected]> + +- Update to v1.4.0 + * Use defusedxml, which guards against various XML vulnerabilities + * Fix odf/opendocument.py toXml needs codecs import + * Add tests for various XML vulnerabilities + * Add metadata for Python 3.7 support +- Replace dead url with https://github.com/eea/odfpy + +------------------------------------------------------------------- @@ -12 +22,5 @@ - - Various bugfixes + * Proper import of load + * Escaping: replace xml-1.0-illegal characters with question marks + * ODT merge example + * Changed the path to save images. + Now image of the subobject is stored in a folder of subobject Old: ---- odfpy-1.3.6.tar.gz New: ---- odfpy-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-odfpy.spec ++++++ --- /var/tmp/diff_new_pack.32zhlg/_old 2019-02-27 17:29:02.615323045 +0100 +++ /var/tmp/diff_new_pack.32zhlg/_new 2019-02-27 17:29:02.615323045 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-odfpy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,18 +20,20 @@ %define modname odfpy %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{modname} -Version: 1.3.6 +Version: 1.4.0 Release: 0 Summary: Python API and tools to manipulate OpenDocument files License: GPL-2.0-or-later AND Apache-2.0 Group: Development/Languages/Python -URL: http://opendocumentfellowship.com/development/projects/odfpy +URL: https://github.com/eea/odfpy Source: https://files.pythonhosted.org/packages/source/o/odfpy/%{modname}-%{version}.tar.gz +BuildRequires: %{python_module defusedxml} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-defusedxml %python_subpackages %description @@ -59,7 +61,7 @@ - odfuserfield - List or change the user-field declarations in an ODF file - xml2odf - Create OD? package from OpenDocument in XML form -Visit http://odfpy.forge.osor.eu/ for documentation and examples. +Visit https://github.com/eea/odfpy for documentation and examples. %prep %setup -q -n %{modname}-%{version} ++++++ odfpy-1.3.6.tar.gz -> odfpy-1.4.0.tar.gz ++++++ ++++ 11229 lines of diff (skipped)
