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 2022-10-27 13:52:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.translate-toolkit.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translate-toolkit"

Thu Oct 27 13:52:06 2022 rev:51 rq:1031389 version:3.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes      
2022-10-11 18:04:02.369938316 +0200
+++ 
/work/SRC/openSUSE:Factory/.translate-toolkit.new.2275/translate-toolkit.changes
    2022-10-27 13:52:09.187953752 +0200
@@ -1,0 +2,18 @@
+Wed Oct 26 16:27:56 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 3.7.3:
+  * Addded new classified rewriter
+  * Updated CLDR data
+  * Fixes in the Android, GWT and RC formats.
+  * Rewritten installation to use modern setuptools features.
+  * Added support for Resource Dictionary format.
+  * Fixes in the CSV, PO and RC formats.
+  * Fixes in the JSON, YAML, RC, and properties formats.
+  * see 
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.3.html
+  * see 
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.2.html
+  * see 
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.1.html
+  * see 
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.0.html
+  * see 
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.6.2.html
+- switch to obs_scm due to broken upstream tarball 
(gh#translate/translate#4744)
+
+-------------------------------------------------------------------

Old:
----
  translate-toolkit-3.6.1.tar.gz

New:
----
  _service
  translate-3.7.3.obscpio
  translate.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ translate-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.Apmb71/_old  2022-10-27 13:52:09.983957739 +0200
+++ /var/tmp/diff_new_pack.Apmb71/_new  2022-10-27 13:52:09.991957779 +0200
@@ -42,16 +42,17 @@
 %define manpages translatetoolkit %binaries_and_manpages
 
 Name:           translate-toolkit%{psuffix}
-Version:        3.6.1
+Version:        3.7.3
 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:         
https://github.com/translate/translate/releases/download/%{version}/%{modname}-%{version}.tar.gz
+Source:         translate-%{version}.tar
 Patch0:         xliff-xsd-no-network.patch
 Patch1:         sphinx-intersphinx.patch
 BuildRequires:  %{python_module Levenshtein >= 0.12}
 BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module sphinx-bootstrap-theme}
 BuildRequires:  %{python_module beautifulsoup4 >= 4.3}
 # extra modules here are needed for manpages
 BuildRequires:  %{python_module cheroot >= 8.3.0}
@@ -147,7 +148,7 @@
 toolkit or to use the libraries in other localization tools.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n translate-%{version}
 %autopatch -p1
 
 sed -i 296"s|'share'|'translate/share'|" setup.py
@@ -185,7 +186,7 @@
 
 # move documentation files to datadir, use default flavor version for common
 install -d -m 755 %{buildroot}%{_defaultdocdir}/%{modname}
-mv %{buildroot}%{python_sitelib}/translate/docs/_build/html 
%{buildroot}%{_defaultdocdir}/%{modname}
+mv docs/_build/html %{buildroot}%{_defaultdocdir}/%{modname}
 %{python_expand rm -rf %{buildroot}%{$python_sitelib}/translate/docs
 rm -rf 
%{buildroot}home/abuild/.local/lib/python%{$python_version}/site-packages/
 }
@@ -207,7 +208,8 @@
 %check
 %if %{with test}
 rm -v translate/storage/test_fluent.py
-%pytest
+# https://github.com/translate/translate/issues/4745
+%pytest -k 'not test_wrap_gettext'
 %endif
 
 %post

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="url">https://github.com/translate/translate.git</param>
    <param name="revision">3.7.3</param>
    <param name="version">3.7.3</param>
    <param name="submodules">enable</param>
    <param name="scm">git</param>
  </service>
  <service mode="disabled" name="set_version" />
  <service mode="buildtime" name="tar" />
</services>


++++++ translate.obsinfo ++++++
name: translate
version: 3.7.3
mtime: 1662541755
commit: 0dedea661ca6047b1c81429a16d28efd5be2b058

Reply via email to