Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dicttoxml for openSUSE:Factory checked in at 2023-01-03 15:05:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dicttoxml (Old) and /work/SRC/openSUSE:Factory/.python-dicttoxml.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dicttoxml" Tue Jan 3 15:05:24 2023 rev:3 rq:1046297 version:1.7.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dicttoxml/python-dicttoxml.changes 2019-06-06 18:17:29.392683085 +0200 +++ /work/SRC/openSUSE:Factory/.python-dicttoxml.new.1563/python-dicttoxml.changes 2023-01-03 15:05:43.078633344 +0100 @@ -1,0 +2,24 @@ +Mon Jan 2 19:52:01 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.7.16: + * Resolved issue #98 and issue #99 + * Added `python_requires=">=3.6"` to `setup.py` + * Fixed [issue #43] + * Implemented [issue #82] + * Small fixes to readme.md + * Handle floating point keys as per [issue #61] + * Option to return string instead of bytes as per [issue #55] + * Reorganized readme.md to have a better flow. + * Fixed [issue #53] break in 1.7 + * Fixed [issue #96], update readme section on debugging + * Fixed [issue #95]: changed project.toml to support Python 3.6+ and updated + readme documentation. + * Simplified solution to issue 94 + * Fixed [issue #94] + * Fixed [issue #67]. + * Fixed [issue #58] on github: debug is turned off by default, and no longer + prints "Debug mode is off" in the console. Fixed [issue #88] on github. + * Made XML encoding attribute optional and editable as per [issue 83] on github. + * Fixed [isue #91] on github. + +------------------------------------------------------------------- Old: ---- dicttoxml-1.7.4.tar.gz New: ---- dicttoxml-1.7.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dicttoxml.spec ++++++ --- /var/tmp/diff_new_pack.J2OUYC/_old 2023-01-03 15:05:43.622636520 +0100 +++ /var/tmp/diff_new_pack.J2OUYC/_new 2023-01-03 15:05:43.626636543 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dicttoxml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dicttoxml -Version: 1.7.4 +Version: 1.7.16 Release: 0 Summary: Python module for converting a dictionary to XML License: GPL-2.0-only @@ -51,7 +51,7 @@ # no testsuite found %files %{python_files} -%doc README.markdown +%doc README.md %license LICENSE.txt %{python_sitelib}/* ++++++ dicttoxml-1.7.4.tar.gz -> dicttoxml-1.7.16.tar.gz ++++++ ++++ 4274 lines of diff (skipped)