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 2023-03-25 18:55:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old) and /work/SRC/openSUSE:Factory/.translate-toolkit.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "translate-toolkit" Sat Mar 25 18:55:02 2023 rev:53 rq:1074122 version:3.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes 2023-01-03 15:04:22.902165390 +0100 +++ /work/SRC/openSUSE:Factory/.translate-toolkit.new.31432/translate-toolkit.changes 2023-03-25 18:55:14.358627213 +0100 @@ -1,0 +2,13 @@ +Fri Mar 17 20:38:39 UTC 2023 - Luiz Fernando Ranghetti <[email protected]> + +- update to 3.8.6 + * Improved support for go-i18n v2 + * Fixed parsing unicode RC files with pragma encoding + * Add support for go-i18n v2 + * Fixes in the i18next v4 and GWT formats + * Fixes in the JSON, YAML and stringsdict formats + * Adds support for gotext and i18next v4 JSON variants +- switch back to upstream tarball +- fix for boo#1208870 (translate/share folder not packaged) + +------------------------------------------------------------------- @@ -211 +224 @@ -Mon Jan 28 11:30:50 UTC 2019 - Luiz Fernando Ranghetti <[email protected]> +Mon Jan 28 11:30:50 UTC 2019 - Luiz Fernando Ranghetti <[email protected]> Old: ---- _service translate-3.8.0.obscpio translate.obsinfo New: ---- translate-toolkit-3.8.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ translate-toolkit.spec ++++++ --- /var/tmp/diff_new_pack.0Xoz3s/_old 2023-03-25 18:55:14.962630370 +0100 +++ /var/tmp/diff_new_pack.0Xoz3s/_new 2023-03-25 18:55:14.970630412 +0100 @@ -1,7 +1,7 @@ # # spec file for package translate-toolkit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,12 +42,12 @@ %define manpages translatetoolkit %binaries_and_manpages Name: translate-toolkit%{psuffix} -Version: 3.8.0 +Version: 3.8.6 Release: 0 Summary: Tools and API to assist with translation and software localization License: GPL-2.0-or-later URL: https://toolkit.translatehouse.org/ -Source: translate-%{version}.tar +Source: %{modname}-%{version}.tar.gz Patch0: xliff-xsd-no-network.patch Patch1: sphinx-intersphinx.patch BuildRequires: %{python_module Levenshtein >= 0.12} @@ -153,7 +153,7 @@ toolkit or to use the libraries in other localization tools. %prep -%setup -q -n translate-%{version} +%setup -q -n %{modname}-%{version} %autopatch -p1 sed -i 296"s|'share'|'translate/share'|" setup.py @@ -213,8 +213,7 @@ %check %if %{with test} rm -v translate/storage/test_fluent.py -# https://github.com/translate/translate/issues/4745 -%pytest -k 'not test_wrap_gettext' +%pytest %endif %post
