Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-jinja for
openSUSE:Factory checked in at 2026-02-13 12:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-jinja (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-jinja.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-jinja"
Fri Feb 13 12:46:54 2026 rev:2 rq:1332786 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-jinja/python-sphinxcontrib-jinja.changes
2024-09-27 17:12:12.084428507 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-jinja.new.1977/python-sphinxcontrib-jinja.changes
2026-02-13 12:46:57.346832054 +0100
@@ -1,0 +2,5 @@
+Fri Feb 13 03:14:33 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Use poetry-core for building, rather than poetry.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-jinja.spec ++++++
--- /var/tmp/diff_new_pack.3cpmdl/_old 2026-02-13 12:47:00.762975126 +0100
+++ /var/tmp/diff_new_pack.3cpmdl/_new 2026-02-13 12:47:00.766975294 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-jinja
#
-# 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
@@ -24,10 +24,8 @@
License: MIT
URL: https://github.com/tardyp/sphinx-jinja
Source:
https://github.com/tardyp/sphinx-jinja/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
-BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module poetry-core >= 1.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Jinja2