Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-et_xmlfile for openSUSE:Factory checked in at 2024-11-24 11:04:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-et_xmlfile (Old) and /work/SRC/openSUSE:Factory/.python-et_xmlfile.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-et_xmlfile" Sun Nov 24 11:04:56 2024 rev:6 rq:1226003 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-et_xmlfile/python-et_xmlfile.changes 2024-10-27 11:26:20.449055227 +0100 +++ /work/SRC/openSUSE:Factory/.python-et_xmlfile.new.28523/python-et_xmlfile.changes 2024-11-24 11:05:08.893210174 +0100 @@ -1,0 +2,10 @@ +Sat Nov 23 18:10:21 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 2.0.0: + * Add new writer method and namespace Element / parsing + * Readd the Element with namespaces + * Add el_has_namespaces to ElementTree classes + * Deprecate python 3.6 and 3.7 as nsetree requires a more recent XMLParser + * Fix docstrings of _IncrementalFileWriter + +------------------------------------------------------------------- Old: ---- LICENCE.rst et_xmlfile-1.0.1.tar.gz New: ---- et_xmlfile-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-et_xmlfile.spec ++++++ --- /var/tmp/diff_new_pack.NAw6l4/_old 2024-11-24 11:05:09.481234620 +0100 +++ /var/tmp/diff_new_pack.NAw6l4/_new 2024-11-24 11:05:09.481234620 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-et_xmlfile # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-et_xmlfile -Version: 1.0.1 +Version: 2.0.0 Release: 0 Summary: An implementation of lxml.xmlfile for the standard library License: MIT -URL: https://bitbucket.org/openpyxl/et_xmlfile -Source0: https://files.pythonhosted.org/packages/source/e/et_xmlfile/et_xmlfile-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/biydnd/et_xmlfile/master/LICENCE.rst +URL: https://foss.heptapod.net/openpyxl/et_xmlfile +Source0: https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/%{version}/et_xmlfile-%{version}.tar.gz BuildRequires: %{python_module lxml} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -46,7 +45,6 @@ %prep %setup -q -n et_xmlfile-%{version} rm -rf *.egg-info -cp -a %{SOURCE1} . %build %pyproject_wheel ++++++ et_xmlfile-1.0.1.tar.gz -> et_xmlfile-2.0.0.tar.gz ++++++ ++++ 11478 lines of diff (skipped)