Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ruamel.yaml for openSUSE:Factory checked in at 2022-08-04 13:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ruamel.yaml (Old) and /work/SRC/openSUSE:Factory/.python-ruamel.yaml.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ruamel.yaml" Thu Aug 4 13:23:14 2022 rev:31 rq:990231 version:0.17.21 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ruamel.yaml/python-ruamel.yaml.changes 2022-05-01 18:53:40.927168166 +0200 +++ /work/SRC/openSUSE:Factory/.python-ruamel.yaml.new.1521/python-ruamel.yaml.changes 2022-08-04 13:23:29.888504563 +0200 @@ -1,0 +2,6 @@ +Tue Jul 19 11:59:38 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.17.21: + * fix bug in calling `.compose()` method with `pathlib.Path` instance. + +------------------------------------------------------------------- Old: ---- ruamel.yaml-0.17.20.tar.gz New: ---- ruamel.yaml-0.17.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ruamel.yaml.spec ++++++ --- /var/tmp/diff_new_pack.Ea0DSa/_old 2022-08-04 13:23:30.332505823 +0200 +++ /var/tmp/diff_new_pack.Ea0DSa/_new 2022-08-04 13:23:30.336505833 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.17.20 +Version: 0.17.21 Release: 0 Summary: Python YAML parser License: MIT ++++++ ruamel.yaml-0.17.20.tar.gz -> ruamel.yaml-0.17.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/CHANGES new/ruamel.yaml-0.17.21/CHANGES --- old/ruamel.yaml-0.17.20/CHANGES 2022-01-03 09:19:20.000000000 +0100 +++ new/ruamel.yaml-0.17.21/CHANGES 2022-02-12 09:48:26.000000000 +0100 @@ -1,3 +1,6 @@ +[0, 17, 21]: 2022-02-12 + - fix bug in calling `.compose()` method with `pathlib.Path` instance. + [0, 17, 20]: today - fix error in microseconds while rounding datetime fractions >= 9999995 (reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/PKG-INFO new/ruamel.yaml-0.17.21/PKG-INFO --- old/ruamel.yaml-0.17.20/PKG-INFO 2022-01-03 09:22:49.514227600 +0100 +++ new/ruamel.yaml-0.17.21/PKG-INFO 2022-02-12 09:52:35.999632600 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: ruamel.yaml -Version: 0.17.20 +Version: 0.17.21 Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order Home-page: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree Author: Anthon van der Neut @@ -36,23 +36,18 @@ ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.20 -:updated: today +:version: 0.17.21 +:updated: 2022-02-12 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ :pypi: https://pypi.org/project/ruamel.yaml/ *The 0.16.13 release was the last that was tested to be working on Python 2.7. -The 0.17 series will still be tested on Python 3.5, but the 0.18 will not. The -0.17 series will also stop support for the old PyYAML functions, so a `YAML()` instance -will need to be created.* - -*The 0.17 series will also see changes in how comments are attached during -roundtrip. This will result in backwards incompatibilities on the `.ca` data and -it might even be necessary for documented methods that handle comments.* - -*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.17`)* +The 0.17.21 is the last one tested to be working on Python 3.5, +that is also the last release supporting old PyYAML functions, you'll have to create a +`YAML()` instance and use its `.load()` and `.dump()` methods.* +*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.18`)* Starting with version 0.15.0 the way YAML files are loaded and dumped has been changing, see the API doc for details. Currently existing @@ -104,7 +99,10 @@ .. should insert NEXT: at the beginning of line for next key (with empty line) -0.17.20 (today): +0.17.21 (2022-02-12): + - fix bug in calling `.compose()` method with `pathlib.Path` instance. + +0.17.20 (2022-01-03): - fix error in microseconds while rounding datetime fractions >= 9999995 (reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/README.rst new/ruamel.yaml-0.17.21/README.rst --- old/ruamel.yaml-0.17.20/README.rst 2022-01-03 09:19:20.000000000 +0100 +++ new/ruamel.yaml-0.17.21/README.rst 2022-02-12 09:48:26.000000000 +0100 @@ -4,23 +4,18 @@ ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.20 -:updated: today +:version: 0.17.21 +:updated: 2022-02-12 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ :pypi: https://pypi.org/project/ruamel.yaml/ *The 0.16.13 release was the last that was tested to be working on Python 2.7. -The 0.17 series will still be tested on Python 3.5, but the 0.18 will not. The -0.17 series will also stop support for the old PyYAML functions, so a `YAML()` instance -will need to be created.* - -*The 0.17 series will also see changes in how comments are attached during -roundtrip. This will result in backwards incompatibilities on the `.ca` data and -it might even be necessary for documented methods that handle comments.* - -*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.17`)* +The 0.17.21 is the last one tested to be working on Python 3.5, +that is also the last release supporting old PyYAML functions, you'll have to create a +`YAML()` instance and use its `.load()` and `.dump()` methods.* +*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.18`)* Starting with version 0.15.0 the way YAML files are loaded and dumped has been changing, see the API doc for details. Currently existing @@ -72,7 +67,10 @@ .. should insert NEXT: at the beginning of line for next key (with empty line) -0.17.20 (today): +0.17.21 (2022-02-12): + - fix bug in calling `.compose()` method with `pathlib.Path` instance. + +0.17.20 (2022-01-03): - fix error in microseconds while rounding datetime fractions >= 9999995 (reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/__init__.py new/ruamel.yaml-0.17.21/__init__.py --- old/ruamel.yaml-0.17.20/__init__.py 2022-01-03 09:19:48.000000000 +0100 +++ new/ruamel.yaml-0.17.21/__init__.py 2022-02-12 09:49:22.000000000 +0100 @@ -5,9 +5,9 @@ _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 17, 20), - __version__='0.17.20', - version_timestamp='2022-01-03 09:19:48', + version_info=(0, 17, 21), + __version__='0.17.21', + version_timestamp='2022-02-12 09:49:22', author='Anthon van der Neut', author_email='a.van.der.n...@ruamel.eu', description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/main.py new/ruamel.yaml-0.17.21/main.py --- old/ruamel.yaml-0.17.20/main.py 2021-12-25 07:50:42.000000000 +0100 +++ new/ruamel.yaml-0.17.21/main.py 2022-02-11 11:07:52.000000000 +0100 @@ -367,7 +367,7 @@ if not hasattr(stream, 'read') and hasattr(stream, 'open'): # pathlib.Path() instance with stream.open('rb') as fp: - return self.load(fp) + return self.compose(fp) constructor, parser = self.get_constructor_parser(stream) try: return constructor.composer.get_single_node() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruamel.yaml-0.17.20/ruamel.yaml.egg-info/PKG-INFO new/ruamel.yaml-0.17.21/ruamel.yaml.egg-info/PKG-INFO --- old/ruamel.yaml-0.17.20/ruamel.yaml.egg-info/PKG-INFO 2022-01-03 09:22:49.000000000 +0100 +++ new/ruamel.yaml-0.17.21/ruamel.yaml.egg-info/PKG-INFO 2022-02-12 09:52:35.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: ruamel.yaml -Version: 0.17.20 +Version: 0.17.21 Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order Home-page: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree Author: Anthon van der Neut @@ -36,23 +36,18 @@ ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.20 -:updated: today +:version: 0.17.21 +:updated: 2022-02-12 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ :pypi: https://pypi.org/project/ruamel.yaml/ *The 0.16.13 release was the last that was tested to be working on Python 2.7. -The 0.17 series will still be tested on Python 3.5, but the 0.18 will not. The -0.17 series will also stop support for the old PyYAML functions, so a `YAML()` instance -will need to be created.* - -*The 0.17 series will also see changes in how comments are attached during -roundtrip. This will result in backwards incompatibilities on the `.ca` data and -it might even be necessary for documented methods that handle comments.* - -*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.17`)* +The 0.17.21 is the last one tested to be working on Python 3.5, +that is also the last release supporting old PyYAML functions, you'll have to create a +`YAML()` instance and use its `.load()` and `.dump()` methods.* +*Please adjust your dependencies accordingly if necessary. (`ruamel.yaml<0.18`)* Starting with version 0.15.0 the way YAML files are loaded and dumped has been changing, see the API doc for details. Currently existing @@ -104,7 +99,10 @@ .. should insert NEXT: at the beginning of line for next key (with empty line) -0.17.20 (today): +0.17.21 (2022-02-12): + - fix bug in calling `.compose()` method with `pathlib.Path` instance. + +0.17.20 (2022-01-03): - fix error in microseconds while rounding datetime fractions >= 9999995 (reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__)