Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-stone for openSUSE:Factory checked in at 2026-03-11 20:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stone (Old) and /work/SRC/openSUSE:Factory/.python-stone.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stone" Wed Mar 11 20:57:49 2026 rev:3 rq:1338345 version:3.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-stone/python-stone.changes 2025-06-04 23:48:38.991534123 +0200 +++ /work/SRC/openSUSE:Factory/.python-stone.new.8177/python-stone.changes 2026-03-11 21:00:07.945826598 +0100 @@ -1,0 +2,8 @@ +Thu Jan 29 17:45:27 UTC 2026 - Georg Pfuetzenreuter <[email protected]> + +- Enable sle15_python_module_pythons to repair build on 15.x + (upstream would still support Python 3.6, but we enabled the macro for Jinja2 + which is needed as a dependency) +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stone.spec ++++++ --- /var/tmp/diff_new_pack.ZL2WOC/_old 2026-03-11 21:00:08.701857733 +0100 +++ /var/tmp/diff_new_pack.ZL2WOC/_new 2026-03-11 21:00:08.701857733 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-stone # -# 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 @@ -17,6 +17,7 @@ %bcond_without libalternatives +%{?sle15_python_module_pythons} Name: python-stone Version: 3.3.9 Release: 0 @@ -25,11 +26,18 @@ URL: https://github.com/dropbox/stone Source: https://github.com/dropbox/stone/archive/refs/tags/v%{version}.tar.gz#/stone-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/dropbox/stone/pull/318 remove dependency on six -Patch: remove-six.patch +Patch0: remove-six.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: alts +Requires: python-Jinja2 >= 3.0.3 +Requires: python-packaging >= 21.0 +Requires: python-ply >= 3.4 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2 >= 3.0.3} BuildRequires: %{python_module packaging >= 21.0} @@ -37,13 +45,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module testsuite} # /SECTION -BuildRequires: fdupes -BuildRequires: alts -Requires: alts -Requires: python-Jinja2 >= 3.0.3 -Requires: python-packaging >= 21.0 -Requires: python-ply >= 3.4 -BuildArch: noarch %python_subpackages %description
