Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyaml for openSUSE:Factory checked in at 2025-07-14 10:52:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyaml (Old) and /work/SRC/openSUSE:Factory/.python-pyaml.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyaml" Mon Jul 14 10:52:23 2025 rev:16 rq:1292522 version:25.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyaml/python-pyaml.changes 2025-06-11 16:27:37.015203944 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyaml.new.7373/python-pyaml.changes 2025-07-14 10:58:09.584693245 +0200 @@ -1,0 +2,6 @@ +Sun Jul 13 14:39:52 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 25.7.0: + * tests: still match module in addition to class name + +------------------------------------------------------------------- Old: ---- pyaml-25.5.0.tar.gz New: ---- pyaml-25.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyaml.spec ++++++ --- /var/tmp/diff_new_pack.Zp0ffq/_old 2025-07-14 10:58:10.236720275 +0200 +++ /var/tmp/diff_new_pack.Zp0ffq/_new 2025-07-14 10:58:10.240720441 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyaml -Version: 25.5.0 +Version: 25.7.0 Release: 0 Summary: Python module to produce formatted YAML-serialized data License: WTFPL ++++++ pyaml-25.5.0.tar.gz -> pyaml-25.7.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyaml-25.5.0/PKG-INFO new/pyaml-25.7.0/PKG-INFO --- old/pyaml-25.5.0/PKG-INFO 2025-05-29 07:34:01.356427700 +0200 +++ new/pyaml-25.7.0/PKG-INFO 2025-07-10 20:44:48.431457000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: pyaml -Version: 25.5.0 +Version: 25.7.0 Summary: PyYAML-based module to produce a bit more pretty and readable YAML-serialized data Home-page: https://github.com/mk-fg/pretty-yaml Author: Mike Kazantsev diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyaml-25.5.0/pyaml/tests/test_dump.py new/pyaml-25.7.0/pyaml/tests/test_dump.py --- old/pyaml-25.5.0/pyaml/tests/test_dump.py 2025-05-29 07:26:47.000000000 +0200 +++ new/pyaml-25.7.0/pyaml/tests/test_dump.py 2025-07-10 20:43:38.000000000 +0200 @@ -606,13 +606,13 @@ self.assertIn(' ...[1/', pyaml.dump(data, repr_unknown=1)) ys = pyaml.dump(data, repr_unknown=True) self.assertEqual(len(ys.splitlines()), 5) - self.assertIn('pyaml.tests.test_dump.TestType3', ys) + self.assertIn('.test_dump.TestType3', ys) self.assertIn('TextIOWrapper', ys) ys = pyaml.dump(data, width=30, repr_unknown=30) self.assertEqual(len(ys.splitlines()), 5) self.assertIn(' ...[30/', ys) self.assertNotIn('unknown2: # should end up quoted', ys) - self.assertIn('pyaml.tests.test_dump.TestType3', ys) + self.assertIn('.test_dump.TestType3', ys) def test_long_value_split(self): data = dict( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyaml-25.5.0/pyaml.egg-info/PKG-INFO new/pyaml-25.7.0/pyaml.egg-info/PKG-INFO --- old/pyaml-25.5.0/pyaml.egg-info/PKG-INFO 2025-05-29 07:34:01.000000000 +0200 +++ new/pyaml-25.7.0/pyaml.egg-info/PKG-INFO 2025-07-10 20:44:48.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: pyaml -Version: 25.5.0 +Version: 25.7.0 Summary: PyYAML-based module to produce a bit more pretty and readable YAML-serialized data Home-page: https://github.com/mk-fg/pretty-yaml Author: Mike Kazantsev diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyaml-25.5.0/pyproject.toml new/pyaml-25.7.0/pyproject.toml --- old/pyaml-25.5.0/pyproject.toml 2025-05-29 07:21:30.000000000 +0200 +++ new/pyaml-25.7.0/pyproject.toml 2025-07-10 20:43:58.000000000 +0200 @@ -1,7 +1,7 @@ [project] name = "pyaml" -version = "25.5.0" +version = "25.7.0" description = "PyYAML-based module to produce a bit more pretty and readable YAML-serialized data" authors = [{name="Mike Kazantsev", email="mk.frag...@gmail.com"}]