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-04-17 00:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weblate (Old)
 and      /work/SRC/openSUSE:Factory/.weblate.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weblate"

Sat Apr 17 00:01:21 2021 rev:2 rq:885882 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/weblate/weblate.changes  2020-07-03 
00:09:59.855586820 +0200
+++ /work/SRC/openSUSE:Factory/.weblate.new.12324/weblate.changes       
2021-04-17 00:01:21.913556225 +0200
@@ -1,0 +2,43 @@
+Thu Apr 15 13:12:05 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Re-add and fix sed for python3
+
+-------------------------------------------------------------------
+Thu Apr 15 08:10:19 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Remove unneeded sed for python3
+
+-------------------------------------------------------------------
+Tue Mar 16 07:46:41 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Update to 4.5.1
+  * Dropped support for migrating from 3.x releases, migrate through 4.1 or 
4.0.
+  * Added exports into several monolingual formats.
+  * Simplified main navigation (replaced buttons with icons).
+  * Removed separate Celery queue for translation memory.
+  * Added support for aliasing languages at project level.
+  * The Weblate domain is now configured in the settings, see SITE_DOMAIN.
+  * Include user stats in the API.
+  * Rewritten support for GitHub and GitLab pull requests.
+  * Add Vue I18n formatting check.
+  * Unit API now properly handles plural strings.
+  * Support Markdown in contributor agreement.
+  * Added support for Python 3.9.
+  * Improved performance of translation memory updates.
+  * Weblate now requires Django 3.1.
+  * Improved support for non-standard language codes.
+  * Improved performance of file upload.
+  * Added support for lua-format used in gettext PO.
+  * Added support for sharing a component between projects.
+  * Dropped mailing list field on the project in favor of generic instructions 
for translators.
+  * Strings can now be added and removed in bilingual formats as well.
+  * Glossaries are now stored as regular components.
+  * Added support for customizing navigation text color.
+
+-------------------------------------------------------------------
+Tue Jan 26 14:12:45 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Replace system-user-wwwrun with user(wwwrun): be resilient to
+  package name changes.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ weblate.spec ++++++
--- /var/tmp/diff_new_pack.VVELNx/_old  2021-04-17 00:01:24.421560180 +0200
+++ /var/tmp/diff_new_pack.VVELNx/_new  2021-04-17 00:01:24.425560187 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package weblate
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define WLETCDIR %{_sysconfdir}/weblate
 %define _name Weblate
 Name:           weblate
-Version:        4.1.1
+Version:        4.5.1
 Release:        0
 Summary:        Web-based translation tool
 License:        GPL-3.0-or-later
@@ -47,25 +47,26 @@
 BuildRequires:  postgresql-server
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Cython >= 0.29.14
-BuildRequires:  python3-Django >= 3.0
+BuildRequires:  python3-Django >= 3.1
 BuildRequires:  python3-GitPython >= 2.1.15
 BuildRequires:  python3-Levenshtein
 BuildRequires:  python3-Pillow >= 6.0.0
 BuildRequires:  python3-Sphinx >= 1.8
 BuildRequires:  python3-Whoosh >= 2.7.0
-BuildRequires:  python3-aeidon >= 1.6.0
+BuildRequires:  python3-aeidon >= 1.9
 BuildRequires:  python3-akismet >= 1.0.1
 BuildRequires:  python3-bleach >= 3.1.1
-BuildRequires:  python3-boto3 >= 1.9.0
-BuildRequires:  python3-celery >= 4.4.2
+BuildRequires:  python3-boto3 >= 1.15.0
+BuildRequires:  python3-celery >= 4.4.5
 BuildRequires:  python3-celery-batches >= 0.2
 BuildRequires:  python3-chardet >= 3.0.4
+BuildRequires:  python3-cssselect >= 1.0.0
 BuildRequires:  python3-dbm
-BuildRequires:  python3-diff_match_patch >= 20121119
-BuildRequires:  python3-django-appconf >= 1.0.0
+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
-BuildRequires:  python3-django-filter >= 2.2.0
+BuildRequires:  python3-django-filter >= 2.4.0
 BuildRequires:  python3-django-redis >= 4.11.0
 BuildRequires:  python3-django_compressor >= 2.4
 BuildRequires:  python3-djangorestframework >= 3.11
@@ -73,7 +74,7 @@
 BuildRequires:  python3-gobject >= 3.27.0
 BuildRequires:  python3-gobject-Gdk
 BuildRequires:  python3-gobject-cairo
-BuildRequires:  python3-google-cloud-translate >= 2.0.1
+BuildRequires:  python3-google-cloud-translate >= 3.0.0
 BuildRequires:  python3-hiredis >= 1.0.1
 BuildRequires:  python3-html2text >= 2019.8.11
 BuildRequires:  python3-httpretty
@@ -85,6 +86,7 @@
 BuildRequires:  python3-openpyxl >= 2.6.0
 BuildRequires:  python3-phply >= 1.2.3
 BuildRequires:  python3-psycopg2
+BuildRequires:  python3-pyahocorasick >= 1.4
 BuildRequires:  python3-pycairo >= 1.15.3
 BuildRequires:  python3-pyparsing >= 2.4.0
 BuildRequires:  python3-python-dateutil >= 2.8.1
@@ -96,42 +98,41 @@
 BuildRequires:  python3-ruamel.yaml >= 0.16.0
 BuildRequires:  python3-selenium
 BuildRequires:  python3-sentry-sdk >= 0.13.0
-BuildRequires:  python3-setuptools >= 36.0.1
+BuildRequires:  python3-setuptools >= 40.3.0
 BuildRequires:  python3-siphashc >= 1.2
-BuildRequires:  python3-social-auth-app-django >= 3.4.0
-BuildRequires:  python3-social-auth-core >= 3.3.3
+BuildRequires:  python3-social-auth-app-django >= 4.0.0
+BuildRequires:  python3-social-auth-core >= 4.1.0
 BuildRequires:  python3-sphinx-jsonschema
 BuildRequires:  python3-sphinx_rtd_theme
 BuildRequires:  python3-sphinxcontrib-httpdomain
 BuildRequires:  python3-tesserocr >= 2.3.0
-BuildRequires:  python3-translation-finder >= 2.1
+BuildRequires:  python3-translation-finder >= 2.7
 BuildRequires:  python3-user-agents >= 2.0
-BuildRequires:  python3-weblate-schemas >= 0.3
+BuildRequires:  python3-weblate-language-data >= 2021.1
+BuildRequires:  python3-weblate-schemas >= 0.6
 BuildRequires:  python3-zeep >= 3.2.0
-BuildRequires:  system-user-wwwrun
 BuildRequires:  tesseract-ocr-traineddata-english
 BuildRequires:  tesseract-ocr-traineddata-orientation_and_script_detection
-BuildRequires:  translate-toolkit >= 3.0.0
+BuildRequires:  translate-toolkit >= 3.3.3
 BuildRequires:  typelib(Pango) >= 1.0
 BuildRequires:  typelib(PangoCairo) >= 1.0
-Requires:       ((apache2 and apache2-mod_wsgi) or (nginx and uwsgi))
-Requires:       (postgresql and python3-psycopg2 and postgresql-contrib)
+BuildRequires:  user(wwwrun)
 Requires:       cron
 Requires:       git
 Requires:       gpg2
 Requires:       python3-Cython >= 0.29.14
-Requires:       python3-Django >= 3.0
+Requires:       python3-Django >= 3.1
 Requires:       python3-GitPython >= 2.1.15
 Requires:       python3-Levenshtein
 Requires:       python3-Pillow >= 6.0.0
 Requires:       python3-Whoosh >= 2.7.0
 Requires:       python3-bleach >= 3.1.1
-Requires:       python3-celery >= 4.4.2
+Requires:       python3-celery >= 4.4.5
 Requires:       python3-celery-batches >= 0.2
-Requires:       python3-diff_match_patch >= 20121119
-Requires:       python3-django-appconf >= 1.0.0
+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.2.0
+Requires:       python3-django-filter >= 2.4.0
 Requires:       python3-django-redis >= 4.11.0
 Requires:       python3-django_compressor >= 2.4
 Requires:       python3-djangorestframework >= 3.11
@@ -146,6 +147,7 @@
 Requires:       python3-lxml >= 4.4.0
 Requires:       python3-misaka >= 2.1.0
 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-python-dateutil >= 2.8.1
@@ -153,14 +155,17 @@
 Requires:       python3-pyuca >= 1.1
 Requires:       python3-requests >= 2.22.0
 Requires:       python3-sentry-sdk >= 0.13.0
-Requires:       python3-setuptools >= 36.0.1
+Requires:       python3-setuptools >= 40.3.0
 Requires:       python3-siphashc >= 1.2
-Requires:       python3-social-auth-app-django >= 3.4.0
-Requires:       python3-social-auth-core >= 3.3.3
-Requires:       python3-translation-finder >= 2.1
+Requires:       python3-social-auth-app-django >= 4.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-schemas >= 0.3
-Requires:       translate-toolkit >= 2.4.0
+Requires:       python3-weblate-language-data >= 2021.1
+Requires:       python3-weblate-schemas >= 0.6
+Requires:       translate-toolkit >= 3.3.3
+Requires:       ((apache2 and apache2-mod_wsgi) or (nginx and uwsgi))
+Requires:       (postgresql and python3-psycopg2 and postgresql-contrib)
 Requires:       typelib(Pango) >= 1.0
 Requires:       typelib(PangoCairo) >= 1.0
 Requires(pre):  user(wwwrun)
@@ -168,15 +173,15 @@
 Recommends:     git-review >= 1.27.0
 Recommends:     git-svn
 Recommends:     mercurial >= 5.2
-Recommends:     python3-aeidon >= 1.6.0
+Recommends:     python3-aeidon >= 1.9
 Recommends:     python3-akismet >= 1.0.1
-Recommends:     python3-boto3 >= 1.9.0
+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 >= 2.0.1
+Recommends:     python3-google-cloud-translate >= 3.0.0
 Recommends:     python3-iniparse >= 0.5
-Recommends:     python3-phply >= 1.2.3
+Recommends:     python3-phply >= 1.2.5
 Recommends:     python3-python-memcached
 Recommends:     python3-python3-saml >= 1.2.1
 Recommends:     python3-pytz
@@ -216,9 +221,8 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %autopatch -p1
-# fix shebangs to point to python3
 sed -i \
-    -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:' \
+    -e 's:#!%{_bindir}/env python3:#!%{_bindir}/python3:' \
     setup.py manage.py weblate/examples/generate-secret-key
 # do not pull in the diff match patch
 sed -i -e '/diff-match-patch/d' requirements.txt
@@ -257,7 +261,6 @@
     %{buildroot}/%{WLDIR}/BACKERS.rst \
     %{buildroot}/%{WLDIR}/CONTRIBUTING.md
 
-
 # Byte compile python files
 %py3_compile %{buildroot}/%{WLDIR}
 

++++++ Weblate-4.1.1.tar.xz -> Weblate-4.5.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/weblate/Weblate-4.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.weblate.new.12324/Weblate-4.5.1.tar.xz differ: char 
25, line 1

Reply via email to