Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-yamllint for openSUSE:Factory
checked in at 2025-07-01 11:34:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
and /work/SRC/openSUSE:Factory/.python-yamllint.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yamllint"
Tue Jul 1 11:34:16 2025 rev:21 rq:1289273 version:1.37.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes
2025-03-18 17:44:48.366350724 +0100
+++
/work/SRC/openSUSE:Factory/.python-yamllint.new.7067/python-yamllint.changes
2025-07-01 11:35:25.140454518 +0200
@@ -1,0 +2,22 @@
+Mon Jun 30 10:54:06 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 1.37.1
+ * Rule ``comments``: tell how many spaces are expected
+ * Rule ``quoted-strings``: Fix ``only-when-needed`` on
+ multiline with backslash
+ * Config: Report if ``rules`` is not a dict
+ * Fix ``test_codec_built_in_equivalent()`` test when run with pytest
+ * CI: Fix TestPyPI "dev0" versions for master commits on tags
+ * Docs: Add links to GitHub repository and releases
+ * Docs: Fix GitLab integration example
+ * Docs: Fix GitLab integration link
+ * Fix the tests badge link on the README
+- from version 1.37.0
+ * Automatically detect Unicode character encoding of files
+ * Publish pushes to master branch to TestPyPI
+- Switch build system from setuptools to pyproject.toml
+ * Add python-pip and python-wheel to BuildRequires
+ * Replace %python_build with %pyproject_wheel
+ * Replace %python_install with %pyproject_install
+
+-------------------------------------------------------------------
Old:
----
yamllint-1.36.2.tar.gz
New:
----
yamllint-1.37.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-yamllint.spec ++++++
--- /var/tmp/diff_new_pack.xL2z2s/_old 2025-07-01 11:35:25.852484021 +0200
+++ /var/tmp/diff_new_pack.xL2z2s/_new 2025-07-01 11:35:25.856484186 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-yamllint
-Version: 1.36.2
+Version: 1.37.1
Release: 0
Summary: A linter for YAML files
License: GPL-3.0-only
@@ -26,7 +26,9 @@
URL: https://github.com/adrienverge/yamllint
Source:
https://files.pythonhosted.org/packages/source/y/yamllint/yamllint-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
@@ -53,10 +55,10 @@
sed 's/ setuptools/ setuptools; python_version < "3.8"/' setup.cfg
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/yamllint
++++++ yamllint-1.36.2.tar.gz -> yamllint-1.37.1.tar.gz ++++++
++++ 2125 lines of diff (skipped)