Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package weblate for openSUSE:Factory checked 
in at 2021-12-21 18:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weblate (Old)
 and      /work/SRC/openSUSE:Factory/.weblate.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weblate"

Tue Dec 21 18:40:33 2021 rev:9 rq:940131 version:4.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/weblate/weblate.changes  2021-09-25 
00:36:33.959202759 +0200
+++ /work/SRC/openSUSE:Factory/.weblate.new.2520/weblate.changes        
2021-12-21 18:40:54.705888927 +0100
@@ -1,0 +2,43 @@
+Mon Dec  6 23:10:10 UTC 2021 - Matej Cepl <[email protected]>
+
+- Fix BRs python-akismet -> python-python-akismet
+- Add missing BR python-fluent
+- Better method of stopping redis-server.
+
+-------------------------------------------------------------------
+Thu Dec  2 23:32:02 UTC 2021 - Stanislav Brabec <[email protected]>
+
+- Update to version 4.9.1:
+  * Provide more details for events in history.
+  * Improved rendering of history.
+  * Improved performance of the translation pages.
+  * Added support for restricting translation file downloads.
+  * The ``safe-html`` can now understand Markdown when used with
+    ``md-text``.
+  * The ``max-length`` tag now ignores XML markup when used with
+    ``xml-text``.
+  * Fixed dimensions of rendered texts in :ref:`check-max-size`.
+  * Lowered app store title length to 30 to assist with upcoming
+    Google policy changes.
+  * Added support for customizing SSH invocation via
+    :setting:`SSH_EXTRA_ARGS`.
+  * Added checks for ICU MessageFormat.
+  * Improved error condition handling in machine translation
+    backends.
+  * Highlight unusual whitespace characters in the strings.
+  * Added option to stay on translated string while editing.
+  * Added support for customizing Borg invocation via
+    :setting:`BORG_EXTRA_ARGS`.
+  * Fixed generating of MO files for monolingual translations.
+  * Added API endpoint to download all component translations
+    as a ZIP file.
+  * Added support for Python 3.10.
+  * Added support for resending e-mail invitation from the
+    management interface.
+  * Fixed upload of monolingual files after changing template.
+  * Improved handling of whitespace in flags.
+  * Add support for filtering in download API.
+  * Fixed statistics display when adding new translations.
+  * Mitigate issues with GitHub SSH key change.
+
+-------------------------------------------------------------------

Old:
----
  Weblate-4.8.1.tar.xz
  Weblate-4.8.1.tar.xz.asc

New:
----
  Weblate-4.9.1.tar.xz
  Weblate-4.9.1.tar.xz.asc

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

Other differences:
------------------
++++++ weblate.spec ++++++
--- /var/tmp/diff_new_pack.iaJRgh/_old  2021-12-21 18:40:55.569889703 +0100
+++ /var/tmp/diff_new_pack.iaJRgh/_new  2021-12-21 18:40:55.573889707 +0100
@@ -21,7 +21,7 @@
 %define WLETCDIR %{_sysconfdir}/weblate
 %define _name Weblate
 Name:           weblate
-Version:        4.8.1
+Version:        4.9.1
 Release:        0
 Summary:        Web-based translation tool
 License:        GPL-3.0-or-later
@@ -41,10 +41,11 @@
 BuildRequires:  gpg2
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gd
-BuildRequires:  mercurial > 5.2
+BuildRequires:  mercurial >= 5.2
 BuildRequires:  postgresql
 BuildRequires:  postgresql-contrib
 BuildRequires:  postgresql-server
+BuildRequires:  procps
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Cython >= 0.29.14
 BuildRequires:  python3-Django >= 3.2
@@ -54,7 +55,6 @@
 BuildRequires:  python3-Sphinx >= 1.8
 BuildRequires:  python3-Whoosh >= 2.7.0
 BuildRequires:  python3-aeidon >= 1.9
-BuildRequires:  python3-akismet >= 1.0.1
 BuildRequires:  python3-bleach >= 3.1.1
 BuildRequires:  python3-boto3 >= 1.15.0
 BuildRequires:  python3-celery >= 5.0.3
@@ -62,7 +62,7 @@
 BuildRequires:  python3-chardet >= 3.0.4
 BuildRequires:  python3-cssselect >= 1.0.0
 BuildRequires:  python3-dbm
-BuildRequires:  python3-diff_match_patch >= 20200713
+BuildRequires:  python3-diff_match_patch = 20200713
 BuildRequires:  python3-django-appconf >= 1.0.3
 BuildRequires:  python3-django-auth-ldap >= 1.3.0
 BuildRequires:  python3-django-crispy-forms >= 1.9.0
@@ -71,6 +71,7 @@
 BuildRequires:  python3-django_compressor >= 2.4
 BuildRequires:  python3-djangorestframework >= 3.11
 BuildRequires:  python3-filelock >= 3.0.0
+BuildRequires:  python3-fluent
 BuildRequires:  python3-gobject >= 3.27.0
 BuildRequires:  python3-gobject-Gdk
 BuildRequires:  python3-gobject-cairo
@@ -78,30 +79,32 @@
 BuildRequires:  python3-hiredis >= 1.0.1
 BuildRequires:  python3-html2text >= 2019.8.11
 BuildRequires:  python3-httpretty
-BuildRequires:  python3-iniparse >= 0.5
+BuildRequires:  python3-iniparse = 0.5
 BuildRequires:  python3-jellyfish >= 0.7.2
 BuildRequires:  python3-jsonschema >= 3.0.0
 BuildRequires:  python3-lxml >= 4.6.3
 BuildRequires:  python3-misaka >= 2.1.0
 BuildRequires:  python3-openpyxl >= 2.6.0
-BuildRequires:  python3-phply >= 1.2.3
-BuildRequires:  python3-psycopg2
+BuildRequires:  python3-phply >= 1.2.5
+BuildRequires:  python3-psycopg2 >= 2.7.7
 BuildRequires:  python3-pyahocorasick >= 1.4
 BuildRequires:  python3-pycairo >= 1.15.3
-BuildRequires:  python3-pyparsing >= 2.4.0
+BuildRequires:  python3-pyicumessageformat >= 1.0.0
+BuildRequires:  python3-pyparsing >= 3.0.5
+BuildRequires:  python3-python-akismet >= 0.4.2
 BuildRequires:  python3-python-dateutil >= 2.8.1
 BuildRequires:  python3-python-redis-lock >= 3.6.0
 BuildRequires:  python3-python3-saml >= 1.2.1
 BuildRequires:  python3-pytz
-BuildRequires:  python3-requests >= 2.22.0
+BuildRequires:  python3-requests >= 2.20.0
 BuildRequires:  python3-responses >= 0.10.1
 BuildRequires:  python3-ruamel.yaml >= 0.16.0
 BuildRequires:  python3-selenium
 BuildRequires:  python3-sentry-sdk >= 0.13.0
 BuildRequires:  python3-setuptools >= 40.3.0
 BuildRequires:  python3-siphashc >= 1.2
-BuildRequires:  python3-social-auth-app-django >= 5.0.0
-BuildRequires:  python3-social-auth-core >= 4.1.0
+BuildRequires:  python3-social-auth-app-django = 5.0.0
+BuildRequires:  python3-social-auth-core = 4.1.0
 BuildRequires:  python3-sphinx-jsonschema
 BuildRequires:  python3-sphinx_rtd_theme
 BuildRequires:  python3-sphinxcontrib-httpdomain
@@ -109,11 +112,11 @@
 BuildRequires:  python3-translation-finder >= 2.7
 BuildRequires:  python3-user-agents >= 2.0
 BuildRequires:  python3-weblate-language-data >= 2021.5
-BuildRequires:  python3-weblate-schemas >= 0.7
+BuildRequires:  python3-weblate-schemas = 0.7
 BuildRequires:  python3-zeep >= 3.2.0
 BuildRequires:  tesseract-ocr-traineddata-english
 BuildRequires:  tesseract-ocr-traineddata-orientation_and_script_detection
-BuildRequires:  translate-toolkit >= 3.3.6
+BuildRequires:  translate-toolkit >= 3.5.1
 BuildRequires:  typelib(Pango) >= 1.0
 BuildRequires:  typelib(PangoCairo) >= 1.0
 BuildRequires:  user(wwwrun)
@@ -130,7 +133,7 @@
 Requires:       python3-bleach >= 3.1.1
 Requires:       python3-celery >= 5.0.3
 Requires:       python3-celery-batches >= 0.2
-Requires:       python3-diff_match_patch >= 20200713
+Requires:       python3-diff_match_patch = 20200713
 Requires:       python3-django-appconf >= 1.0.3
 Requires:       python3-django-crispy-forms >= 1.9.0
 Requires:       python3-django-filter >= 2.4.0
@@ -138,6 +141,7 @@
 Requires:       python3-django_compressor >= 2.4
 Requires:       python3-djangorestframework >= 3.11
 Requires:       python3-filelock >= 3.0.0
+Requires:       python3-fluent
 Requires:       python3-gobject >= 3.27.0
 Requires:       python3-gobject-Gdk
 Requires:       python3-gobject-cairo
@@ -150,39 +154,46 @@
 Requires:       python3-openpyxl >= 2.6.0
 Requires:       python3-pyahocorasick >= 1.4
 Requires:       python3-pycairo >= 1.15.3
-Requires:       python3-pyparsing >= 2.4.0
+Requires:       python3-pyicumessageformat >= 1.0.0
+Requires:       python3-pyparsing >= 3.0.5
 Requires:       python3-python-dateutil >= 2.8.1
 Requires:       python3-python-redis-lock >= 3.6.0
 Requires:       python3-pyuca >= 1.1
-Requires:       python3-requests >= 2.22.0
+Requires:       python3-requests >= 2.20.0
 Requires:       python3-sentry-sdk >= 0.13.0
 Requires:       python3-setuptools >= 40.3.0
 Requires:       python3-siphashc >= 1.2
-Requires:       python3-social-auth-app-django >= 5.0.0
-Requires:       python3-social-auth-core >= 4.1.0
+Requires:       python3-social-auth-app-django = 5.0.0
+Requires:       python3-social-auth-core = 4.1.0
 Requires:       python3-translation-finder >= 2.7
 Requires:       python3-user-agents >= 2.0
 Requires:       python3-weblate-language-data >= 2021.5
-Requires:       python3-weblate-schemas >= 0.7
+Requires:       python3-weblate-schemas = 0.7
 Requires:       translate-toolkit >= 3.3.6
 Requires:       ((apache2 and apache2-mod_wsgi) or (nginx and uwsgi))
-Requires:       (postgresql and python3-psycopg2 and postgresql-contrib)
+Requires:       (postgresql and python3-psycopg2 >= 2.7.7 and 
postgresql-contrib)
 Requires:       typelib(Pango) >= 1.0
 Requires:       typelib(PangoCairo) >= 1.0
 Requires(pre):  user(wwwrun)
+Conflicts:      python3-jellyfish >= 0.8.3
+Conflicts:      python3-jellyfish >= 0.8.4
+Conflicts:      python3-jellyfish >= 0.8.5
+Conflicts:      python3-jellyfish >= 0.8.6
+Conflicts:      python3-jellyfish >= 0.8.7
+Conflicts:      python3-jellyfish >= 0.8.8
 Recommends:     borgbackup >= 1.1.9
 Recommends:     git-review >= 1.27.0
 Recommends:     git-svn
 Recommends:     mercurial >= 5.2
 Recommends:     python3-aeidon >= 1.9
-Recommends:     python3-akismet >= 1.0.1
 Recommends:     python3-boto3 >= 1.15.0
 Recommends:     python3-chardet >= 3.0.4
 Recommends:     python3-django-auth-ldap >= 1.3.0
 Recommends:     python3-docutils
 Recommends:     python3-google-cloud-translate >= 3.0.0
-Recommends:     python3-iniparse >= 0.5
+Recommends:     python3-iniparse = 0.5
 Recommends:     python3-phply >= 1.2.5
+Recommends:     python3-python-akismet >= 0.4.2
 Recommends:     python3-python-memcached
 Recommends:     python3-python3-saml >= 1.2.1
 Recommends:     python3-pytz
@@ -222,6 +233,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %autopatch -p1
+
 sed -i \
     -e 's:#!%{_bindir}/env python3:#!%{_bindir}/python3:' \
     setup.py manage.py weblate/examples/generate-secret-key
@@ -324,7 +336,7 @@
 python3 ./manage.py test -v 2
 
 # kill the redis server
-kill %%1
+pkill -f redis-server
 
 # Cleanup postgresql
 %{_bindir}/pg_ctl stop

++++++ Weblate-4.8.1.tar.xz -> Weblate-4.9.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/weblate/Weblate-4.8.1.tar.xz 
/work/SRC/openSUSE:Factory/.weblate.new.2520/Weblate-4.9.1.tar.xz differ: char 
26, line 1

Reply via email to