Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-odfpy for openSUSE:Factory checked in at 2023-01-05 15:00:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-odfpy (Old) and /work/SRC/openSUSE:Factory/.python-odfpy.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-odfpy" Thu Jan 5 15:00:33 2023 rev:23 rq:1055975 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-odfpy/python-odfpy.changes 2020-10-23 12:22:25.816686177 +0200 +++ /work/SRC/openSUSE:Factory/.python-odfpy.new.1563/python-odfpy.changes 2023-01-05 15:00:52.273026079 +0100 @@ -1,0 +2,9 @@ +Wed Jan 4 18:32:36 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.4.2: + * Add scale-to-X and scale-to-Y attributes to page-layout properties + * Add Support for Linux on power + * Update datatable.py + * Fix bug in __replaceGenerator() + +------------------------------------------------------------------- Old: ---- odfpy-1.4.1.tar.gz New: ---- release-1.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-odfpy.spec ++++++ --- /var/tmp/diff_new_pack.9jItQ7/_old 2023-01-05 15:00:53.577032953 +0100 +++ /var/tmp/diff_new_pack.9jItQ7/_new 2023-01-05 15:00:53.589033016 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-odfpy +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,13 @@ %define binaries csv2ods mailodf odf2mht odf2xhtml odf2xml odfimgimport odflint odfmeta odfoutline odfuserfield xml2odf %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{modname} -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Python API and tools to manipulate OpenDocument files -License: GPL-2.0-or-later OR Apache-2.0 +License: Apache-2.0 OR GPL-2.0-or-later Group: Development/Languages/Python URL: https://github.com/eea/odfpy -Source: https://files.pythonhosted.org/packages/source/o/odfpy/%{modname}-%{version}.tar.gz +Source: https://github.com/eea/odfpy/archive/refs/tags/release-%{version}.tar.gz BuildRequires: %{python_module defusedxml} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros Requires: python-defusedxml Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -67,7 +67,7 @@ Visit https://github.com/eea/odfpy for documentation and examples. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n %{modname}-release-%{version} sed -i "1d" odf/{userfield,odf2xhtml,manifest,element,elementtypes,load,odfmanifest,thumbnail}.py # Fix non-executable scripts %build