Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-translation-finder for 
openSUSE:Factory checked in at 2021-03-21 23:20:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-translation-finder (Old)
 and      /work/SRC/openSUSE:Factory/.python-translation-finder.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-translation-finder"

Sun Mar 21 23:20:18 2021 rev:11 rq:879835 version:2.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-translation-finder/python-translation-finder.changes
      2020-06-17 14:48:25.964591799 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-translation-finder.new.2401/python-translation-finder.changes
    2021-03-21 23:20:27.984741232 +0100
@@ -1,0 +2,38 @@
+Tue Mar 16 18:38:29 UTC 2021 - Matthias Fehring <[email protected]>
+
+- Update to 2.9
+  * Fixed discovery execution in standalone environments.
+- Update to 2.8
+  * Added detection of RC files.
+  * Added detection of TBX files.
+- Update to 2.7
+  * Fixed support for CSV files.
+  * Added eager detection mode.
+  * Added type hints.
+- Update to 2.6
+  * Added support for CSV files.
+  * Improved detection of PHP files.
+  * Removed filtering of test files.
+  * Finder now skips non accessible directories.
+
+-------------------------------------------------------------------
+Thu Feb 11 14:07:01 UTC 2021 - Matthias Fehring <[email protected]>
+
+- Update to 2.5:
+  * Improved POT detection in some cases.
+  * Tested with Python 3.9.
+- Update to 2.4:
+  * Fixed build of wheel packages.
+- Update to 2.3:
+  * New dependency on weblate-language-data module.
+  * Reduced amount of false positives on language codes inside a filename.
+  * Improved iOS strings encoding detection.
+  * Removed charamel dependency.
+- Update to 2.2:
+  * Added detection of Golang i18n json files.
+  * Added detection of TOML files.
+  * Improved charset detection by switching to charamel.
+  * Dropped support for Python 3.5.
+  * Added detection of ARB files.
+
+-------------------------------------------------------------------

Old:
----
  2.1.tar.gz

New:
----
  translation-finder-2.9.tar.gz

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

Other differences:
------------------
++++++ python-translation-finder.spec ++++++
--- /var/tmp/diff_new_pack.wzCsGN/_old  2021-03-21 23:20:29.000741581 +0100
+++ /var/tmp/diff_new_pack.wzCsGN/_new  2021-03-21 23:20:29.004741582 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package python-translation-finder
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019 Matthias Fehring <[email protected]>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2019-2021 Matthias Fehring <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,26 +21,25 @@
 %define modname translation-finder
 %define skip_python2 1
 Name:           python-translation-finder
-Version:        2.1
+Version:        2.9
 Release:        0
 Summary:        Translation Files Finder
 License:        GPL-3.0-or-later
 URL:            https://github.com/WeblateOrg/translation-finder
 # test_data/linked has to be symlink, hance using github tar ball
-Source:         
https://github.com/WeblateOrg/translation-finder/archive/%{version}.tar.gz
-BuildRequires:  %{python_module chardet}
+Source:         
https://github.com/WeblateOrg/translation-finder/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests-toolbelt}
 BuildRequires:  %{python_module ruamel.yaml}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module twine}
+BuildRequires:  %{python_module weblate-language-data >= 2021.2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-chardet
 Requires:       python-ruamel.yaml
 Requires:       python-setuptools
+Requires:       python-weblate-language-data >= 2021.2
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -58,6 +57,8 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/weblate-discover
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# remove test data
+%python_expand rm -r 
%{buildroot}%{$python_sitelib}/translation_finder/test_data
 
 %post
 %python_install_alternative weblate-discover

Reply via email to