Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package weblate for openSUSE:Factory checked 
in at 2023-11-02 20:21:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weblate (Old)
 and      /work/SRC/openSUSE:Factory/.weblate.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weblate"

Thu Nov  2 20:21:15 2023 rev:19 rq:1121682 version:4.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/weblate/weblate.changes  2023-07-25 
11:50:37.997287379 +0200
+++ /work/SRC/openSUSE:Factory/.weblate.new.17445/weblate.changes       
2023-11-02 20:21:29.415880615 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 13:04:53 UTC 2023 - Jaime Marquínez Ferrándiz 
<[email protected]>
+
+- Add build dependency on redis and openssh
+- Add upstream patch redis_config_remove_parser_class.patch
+
+-------------------------------------------------------------------

New:
----
  redis_config_remove_parser_class.patch

BETA DEBUG BEGIN:
  New:- Add build dependency on redis and openssh
- Add upstream patch redis_config_remove_parser_class.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ weblate.spec ++++++
--- /var/tmp/diff_new_pack.IsMhj4/_old  2023-11-02 20:21:30.163908140 +0100
+++ /var/tmp/diff_new_pack.IsMhj4/_new  2023-11-02 20:21:30.163908140 +0100
@@ -41,6 +41,8 @@
 Patch:          use-old-html-theme.patch
 # PATCH-FIX-UPSTREAM 
https://github.com/WeblateOrg/weblate/commit/fedbd8e6e50cf982295567f833b3348609c10fa6
 chore(deps): update dependency pyparsing to >=3.0.7,<3.2
 Patch:          pyparsing.patch
+# PATCH-FIX-UPSTREAM 
https://github.com/WeblateOrg/weblate/commit/f990e0a5e0087b905b4d96e6bd926cff2a3c8de8
 settings: remove explicit PARSER_CLASS from redis configuration
+Patch:          redis_config_remove_parser_class.patch
 BuildRequires:  bitstream-vera
 BuildRequires:  borgbackup >= 1.2.1
 BuildRequires:  fdupes
@@ -51,6 +53,7 @@
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gd
 BuildRequires:  mercurial >= 6.2
+BuildRequires:  openssh
 BuildRequires:  postgresql
 BuildRequires:  postgresql-contrib
 BuildRequires:  postgresql-server
@@ -129,6 +132,7 @@
 BuildRequires:  python3-weblate-language-data >= 2022.7
 BuildRequires:  python3-weblate-schemas = 2023.3
 BuildRequires:  python3-zeep >= 4.1.0
+BuildRequires:  redis
 BuildRequires:  tesseract-ocr-traineddata-english
 BuildRequires:  tesseract-ocr-traineddata-orientation_and_script_detection
 BuildRequires:  translate-toolkit >= 3.9.2


++++++ redis_config_remove_parser_class.patch ++++++
>From f990e0a5e0087b905b4d96e6bd926cff2a3c8de8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= <[email protected]>
Date: Thu, 17 Aug 2023 07:12:09 +0200
Subject: [PATCH] settings: remove explicit PARSER_CLASS from redis
 configuration

It uses hiredis automatically when available for quite some time and
redis-py 5.0 release changed parser class naming.
---
 weblate/settings_docker.py  | 1 -
 weblate/settings_example.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/weblate/settings_docker.py b/weblate/settings_docker.py
index ea266797b7cf..ec66be7b27c4 100644
--- a/weblate/settings_docker.py
+++ b/weblate/settings_docker.py
@@ -1191,7 +1191,6 @@
         # "LOCATION": "unix:///var/run/redis/redis.sock?db=1",
         "OPTIONS": {
             "CLIENT_CLASS": "django_redis.client.DefaultClient",
-            "PARSER_CLASS": "redis.connection.HiredisParser",
             # If you set password here, adjust CELERY_BROKER_URL as well
             "PASSWORD": REDIS_PASSWORD if REDIS_PASSWORD else None,
             "CONNECTION_POOL_KWARGS": {},
diff --git a/weblate/settings_example.py b/weblate/settings_example.py
index 17eb2ff3a878..f66828605766 100644
--- a/weblate/settings_example.py
+++ b/weblate/settings_example.py
@@ -827,7 +827,6 @@
         # "LOCATION": "unix:///var/run/redis/redis.sock?db=1",
         "OPTIONS": {
             "CLIENT_CLASS": "django_redis.client.DefaultClient",
-            "PARSER_CLASS": "redis.connection.HiredisParser",
             # If you set password here, adjust CELERY_BROKER_URL as well
             "PASSWORD": None,
             "CONNECTION_POOL_KWARGS": {},

Reply via email to