Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-maison for openSUSE:Factory checked in at 2026-04-11 23:13:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-maison (Old) and /work/SRC/openSUSE:Factory/.python-maison.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-maison" Sat Apr 11 23:13:34 2026 rev:2 rq:1346098 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-maison/python-maison.changes 2025-10-02 19:23:28.598682519 +0200 +++ /work/SRC/openSUSE:Factory/.python-maison.new.21863/python-maison.changes 2026-04-11 23:13:48.204928353 +0200 @@ -1,0 +2,9 @@ +Sat Apr 11 18:50:37 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.0.2: + * Removes toml dependency as it's unmaintained and doesn't + support TOML 1.0 symtax. Replaced with tomli. + * Major refactor of the package to improve separation of + concerns, testability, and maintainability. + +------------------------------------------------------------------- Old: ---- maison-2.0.0.tar.gz New: ---- maison-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-maison.spec ++++++ --- /var/tmp/diff_new_pack.WU4CjD/_old 2026-04-11 23:13:48.724949822 +0200 +++ /var/tmp/diff_new_pack.WU4CjD/_new 2026-04-11 23:13:48.728949987 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-maison # -# 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 @@ -16,29 +16,33 @@ # -%bcond_without libalternatives Name: python-maison -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: Read settings from config files License: MIT URL: https://github.com/dbatten5/maison Source: https://files.pythonhosted.org/packages/source/m/maison/maison-%{version}.tar.gz -BuildRequires: alts -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.0.0} +BuildRequires: %{python_module setuptools >= 61.0} +BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module click >= 8.0.1} -BuildRequires: %{python_module toml >= 0.10.2} -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module pydantic} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module loguru >= 0.7.3} +BuildRequires: %{python_module platformdirs >= 4.3.8} +BuildRequires: %{python_module pydantic >= 2.11.9} +BuildRequires: %{python_module pytest >= 8.3.5} +BuildRequires: %{python_module tomli >= 2.2.1 if %python-base < 3.11} +BuildRequires: %{python_module typer >= 0.15.4} +BuildRequires: %{python_module typing-extensions >= 4.13.2} # /SECTION BuildRequires: fdupes -Requires: alts -Requires: python-click >= 8.0.1 -Requires: python-toml >= 0.10.2 +Requires: python-loguru >= 0.7.3 +Requires: python-platformdirs >= 4.3.8 +Requires: python-typer >= 0.15.4 +Requires: python-typing-extensions >= 4.13.2 +%if %{python_version_nodots} < 311 +Requires: python-tomli >= 2.2.1 +%endif BuildArch: noarch %python_subpackages @@ -54,7 +58,6 @@ %install %pyproject_install -%python_clone -a %{buildroot}%{_bindir}/maison %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -63,7 +66,6 @@ %files %{python_files} %doc README.md %license LICENSE -%python_alternative %{_bindir}/maison %{python_sitelib}/maison %{python_sitelib}/maison-%{version}.dist-info ++++++ maison-2.0.0.tar.gz -> maison-2.0.2.tar.gz ++++++ ++++ 3239 lines of diff (skipped)
