Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitlint for openSUSE:Factory checked in at 2026-09-17 15:25:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitlint (Old) and /work/SRC/openSUSE:Factory/.gitlint.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitlint" Thu Sep 17 15:25:04 2026 rev:7 rq:1378559 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gitlint/gitlint.changes 2024-02-23 16:47:34.892236575 +0100 +++ /work/SRC/openSUSE:Factory/.gitlint.new.383539/gitlint.changes 2026-09-17 15:25:18.066780463 +0200 @@ -1,0 +2,14 @@ +Sun Sep 13 08:19:35 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.19.1: + * Python 3.6 support dropped, sh lib kept as opt-in fallback + only (disabled by default since 0.18.0) + * --commits accepts a single commit, FILE/TERMINAL encoding + split for unicode, ignore-by-author-name --staged fix + * Upstream sdist renamed gitlint-core- to gitlint_core- and + switched to the hatchling/hatch-vcs build backend +- Drop dead update-alternatives Requires, no scriptlet uses it +- Add hatchling/hatch-vcs BuildRequires, feed the version to + the VCS-based backend via SETUPTOOLS_SCM_PRETEND_VERSION + +------------------------------------------------------------------- Old: ---- gitlint-core-0.18.0.tar.gz New: ---- gitlint_core-0.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitlint.spec ++++++ --- /var/tmp/diff_new_pack.THg7Xj/_old 2026-09-17 15:25:18.899815399 +0200 +++ /var/tmp/diff_new_pack.THg7Xj/_new 2026-09-17 15:25:18.901815483 +0200 @@ -1,7 +1,7 @@ # # spec file for package gitlint # -# Copyright (c) 2024 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 @@ -16,16 +16,17 @@ # -%global pythons %primary_python +%global pythons %{primary_python} Name: gitlint -Version: 0.18.0 +Version: 0.19.1 Release: 0 Summary: Git commit message linter checking License: MIT -Group: Development/Languages/Python URL: https://github.com/jorisroovers/%{name} -Source: https://pypi.io/packages/source/g/%{name}-core/%{name}-core-%{version}.tar.gz +Source: https://pypi.io/packages/source/g/%{name}-core/%{name}_core-%{version}.tar.gz 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} @@ -34,8 +35,6 @@ Requires: python-arrow >= 1 Requires: python-click >= 8 Requires: python-sh >= 1.13.0 -Requires(post): update-alternatives -Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -47,9 +46,10 @@ also easily customize it to your own liking. %prep -%setup -q -n %{name}-core-%{version} +%setup -q -n %{name}_core-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install @@ -59,5 +59,6 @@ %files %{python_files} %license LICENSE %{_bindir}/gitlint -%{python_sitelib}/* +%{python_sitelib}/gitlint +%{python_sitelib}/gitlint_core-%{version}*-info
