Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-yamlloader for
openSUSE:Factory checked in at 2026-05-21 18:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yamlloader (Old)
and /work/SRC/openSUSE:Factory/.python-yamlloader.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yamlloader"
Thu May 21 18:25:34 2026 rev:8 rq:1354124 version:1.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yamlloader/python-yamlloader.changes
2025-04-15 20:46:58.120808655 +0200
+++
/work/SRC/openSUSE:Factory/.python-yamlloader.new.2084/python-yamlloader.changes
2026-05-21 18:26:01.975341856 +0200
@@ -1,0 +2,14 @@
+Tue May 19 21:57:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.6.0:
+ * Add Python 3.14 support
+- update to 1.5.2:
+ * deps: add PyYaml module as runtime requirement
+- update to 1.5.1:
+ * Python 3.13 is now supported. Using hatch as build system.
+ * (fixes 1.5.0 which didn't have the minimum Python version of
+ 3.7 specified)
+- update to 1.5.0:
+ * Python 3.13 is now supported. Using hatch as build system.
+
+-------------------------------------------------------------------
Old:
----
yamlloader-1.4.1.tar.gz
New:
----
yamlloader-1.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-yamlloader.spec ++++++
--- /var/tmp/diff_new_pack.AeYcT8/_old 2026-05-21 18:26:02.775374714 +0200
+++ /var/tmp/diff_new_pack.AeYcT8/_new 2026-05-21 18:26:02.775374714 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-yamlloader
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 @@
%{?sle15_python_module_pythons}
Name: python-yamlloader
-Version: 1.4.1
+Version: 1.6.0
Release: 0
Summary: Ordered YAML loader and dumper for PyYAML
License: MIT
@@ -27,11 +27,12 @@
Source:
https://files.pythonhosted.org/packages/source/y/yamlloader/yamlloader-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module hatch-vcs}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-PyYAML
BuildArch: noarch
%python_subpackages
@@ -59,6 +60,8 @@
# there are no tests at all. Sorry.
%files %{python_files}
+%license LICENSE
+%doc README.rst
%{python_sitelib}/yamlloader
%{python_sitelib}/yamlloader-%{version}*-info
++++++ yamlloader-1.4.1.tar.gz -> yamlloader-1.6.0.tar.gz ++++++
++++ 1794 lines of diff (skipped)