Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-incremental for openSUSE:Factory checked in at 2026-05-12 19:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-incremental (Old) and /work/SRC/openSUSE:Factory/.python-incremental.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-incremental" Tue May 12 19:26:06 2026 rev:10 rq:1352254 version:24.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-incremental/python-incremental.changes 2024-09-26 18:53:00.744400260 +0200 +++ /work/SRC/openSUSE:Factory/.python-incremental.new.1966/python-incremental.changes 2026-05-12 19:26:10.565863220 +0200 @@ -1,0 +2,21 @@ +Sun May 10 09:27:20 UTC 2026 - Dirk Müller <[email protected]> + +- update to 24.11.0: + * Incremental now provides a CLI script, incremental, allowing + you to run it with pipx run incremental. The incremental + update subcommand offers the same functionality as python -m + incremental.update. + * Incremental now depends on packaging instead of setuptools at + runtime + * Add Python 3.13 and 3.14 to the test matrix. + * Build Incremental itself with Hatchling, working around + failures with certain versions of setuptools + * Incremental's documentation now highlights its primary + features: CalVer and indeterminate versions (NEXT). + * Incremental's CLI no longer depends on Click, so you no + longer need to install incremental[scripts] for it to + function. The scripts extra is deprecated. + * Drop support for Python 3.8, which has been end-of-life since + October 2024. + +------------------------------------------------------------------- Old: ---- incremental-24.7.2.tar.gz New: ---- incremental-24.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-incremental.spec ++++++ --- /var/tmp/diff_new_pack.rCQmQV/_old 2026-05-12 19:26:11.373896709 +0200 +++ /var/tmp/diff_new_pack.rCQmQV/_new 2026-05-12 19:26:11.377896875 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-incremental # -# 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 @@ -26,24 +26,30 @@ %endif %{?sle15_python_module_pythons} Name: python-incremental%{psuffix} -Version: 24.7.2 +Version: 24.11.0 Release: 0 Summary: Library that versions your Python projects License: MIT URL: https://github.com/twisted/incremental Source: https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz +BuildRequires: %{python_module hatchling >= 1.6.0} +BuildRequires: %{python_module packaging >= 17.0} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 61.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{python_version_nodots} < 311 +BuildRequires: %{python_module tomli} +%endif +Requires: python-packaging >= 17.0 +%if %{python_version_nodots} < 311 +Requires: python-tomli +%endif Suggests: python-Twisted >= 16.4.0 -Suggests: python-click >= 6.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module Twisted >= 16.4.0} BuildRequires: %{python_module build} -BuildRequires: %{python_module click >= 6.0} BuildRequires: %{python_module pytest} %endif %python_subpackages @@ -60,6 +66,7 @@ %install %if %{without test} %pyproject_install +rm -v %{buildroot}%{_bindir}/incremental %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif ++++++ incremental-24.7.2.tar.gz -> incremental-24.11.0.tar.gz ++++++ ++++ 2504 lines of diff (skipped)
