Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package translate-toolkit for openSUSE:Factory checked in at 2024-04-09 16:46:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old) and /work/SRC/openSUSE:Factory/.translate-toolkit.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "translate-toolkit" Tue Apr 9 16:46:17 2024 rev:56 rq:1166246 version:3.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes 2024-01-17 22:14:25.453067209 +0100 +++ /work/SRC/openSUSE:Factory/.translate-toolkit.new.29460/translate-toolkit.changes 2024-04-09 16:46:29.078430326 +0200 @@ -1,0 +2,6 @@ +Mon Apr 8 13:28:24 UTC 2024 - Ana Guerrero <ana.guerr...@suse.com> + +- Add patch 0001-tests-Adjust-to-changed-aeidon-behavior.patch for + the new the "in-between" newline logic + +------------------------------------------------------------------- New: ---- 0001-tests-Adjust-to-changed-aeidon-behavior.patch BETA DEBUG BEGIN: New: - Add patch 0001-tests-Adjust-to-changed-aeidon-behavior.patch for the new the "in-between" newline logic BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ translate-toolkit.spec ++++++ --- /var/tmp/diff_new_pack.qywiUp/_old 2024-04-09 16:46:29.718453865 +0200 +++ /var/tmp/diff_new_pack.qywiUp/_new 2024-04-09 16:46:29.722454012 +0200 @@ -49,6 +49,8 @@ Source: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz Patch0: xliff-xsd-no-network.patch Patch1: sphinx-intersphinx.patch +# PATCH-FIX-UPSTREAM +Patch2: 0001-tests-Adjust-to-changed-aeidon-behavior.patch BuildRequires: %{python_module Levenshtein >= 0.12} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module sphinx-bootstrap-theme} ++++++ 0001-tests-Adjust-to-changed-aeidon-behavior.patch ++++++ >From f6b4d0489040b1a4dcfb91bd9ed5860e72fbf085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= <mic...@cihar.com> Date: Tue, 2 Apr 2024 14:35:41 +0200 Subject: [PATCH] tests: Adjust to changed aeidon behavior Followup to https://github.com/otsaloma/gaupol/commit/92db8f1cf4b344b074ccb638f4220c8bef188350 --- tests/translate/convert/test_po2sub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/translate/convert/test_po2sub.py b/tests/translate/convert/test_po2sub.py index 8f031279..48c1015c 100644 --- a/tests/translate/convert/test_po2sub.py +++ b/tests/translate/convert/test_po2sub.py @@ -56,6 +56,7 @@ Blah blah blah blah 2 00:00:24,600 --> 00:00:27,800 Koei koei koei koei + """ subfile = self.merge2sub(subtemplate, posource) print(subexpected) -- 2.44.0