Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-rosetta for
openSUSE:Factory checked in at 2026-03-23 17:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rosetta (Old)
and /work/SRC/openSUSE:Factory/.python-django-rosetta.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rosetta"
Mon Mar 23 17:11:43 2026 rev:9 rq:1341710 version:0.10.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-rosetta/python-django-rosetta.changes
2025-06-03 17:54:10.875202434 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rosetta.new.8177/python-django-rosetta.changes
2026-03-23 17:12:01.178308628 +0100
@@ -1,0 +2,29 @@
+Sat Mar 21 14:51:16 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.10.3:
+ * Test against Django 6.0
+ * Test using tox-uv
+ * Tests: update flake8 in tox tests
+ * Format all rendered assets (html, css, js) in a pre-commit
+ task. (PR #294, thanks @balazs-endresz)
+ * Fix Deepl translations containing variables
+ * Rewrite rosetta.js: drop jQuery and modernize rosetta.js (PR
+ #295, thanks @balazs-endresz)
+ * Fix broken link in documentation (PR #300, thanks @KommuSoft)
+ * Test against Django 5.2
+ * Add OPENAI_BASE_URL and OPENAI_MODEL config for self hosted
+ LLM translation (PR #301, thanks @ydf)
+ * Remamed the zh_hans locale to zh_Hans (issue #282, thanks
+ @sunfkny)
+ * Fixed the test configuration following #282
+ * Improve CSP support by avoiding inline styles and server-side
+ rendered stylesheets
+ * Improve error handling when using the Deepl translation
+ service
+ * Add support for translation using OpenAI API
+ * Adds Azerbaijani translation
+ * Allow overriding OpenAI prompt with a template (PR #293,
+ thanks @danleyb2)
+ * Test against Django 5.1
+
+-------------------------------------------------------------------
Old:
----
django-rosetta-0.10.0.tar.gz
New:
----
django_rosetta-0.10.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rosetta.spec ++++++
--- /var/tmp/diff_new_pack.AsmfCo/_old 2026-03-23 17:12:01.766333119 +0100
+++ /var/tmp/diff_new_pack.AsmfCo/_new 2026-03-23 17:12:01.766333119 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-rosetta
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
#
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-django-rosetta
-Version: 0.10.0
+Version: 0.10.3
Release: 0
Summary: Django application that eases the translation of Django
projects
License: MIT
URL: https://github.com/mbi/django-rosetta
-Source:
https://files.pythonhosted.org/packages/source/d/django-rosetta/django-rosetta-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django-rosetta/django_rosetta-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -49,9 +49,7 @@
Django application that eases the translation of Django projects.
%prep
-%setup -q -n django-rosetta-%{version}
-# Workaround https://github.com/mbi/django-rosetta/issues/233
-sed -i 's/test_47_azure_ajax_translation/_test_47_azure_ajax_translation/'
rosetta/tests/tests.py
+%setup -q -n django_rosetta-%{version}
%build
%pyproject_wheel