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 2021-12-26 13:30:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rosetta (Old)
and /work/SRC/openSUSE:Factory/.python-django-rosetta.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rosetta"
Sun Dec 26 13:30:32 2021 rev:3 rq:942573 version:0.9.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-rosetta/python-django-rosetta.changes
2021-07-30 23:22:46.755596693 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rosetta.new.2520/python-django-rosetta.changes
2021-12-26 13:30:51.270973934 +0100
@@ -1,0 +2,13 @@
+Sun Dec 26 08:29:46 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v0.9.8
+ * Test against Django 4.0
+- from v0.9.7
+ * Arabic translation
+ * Translations via the DeepL API
+ * Fixed unicode handling in gettext headers
+ * Remove six as a dependency
+ * Move context and comment hints into the right-most column
+ * Add extra styles block to the base template
+
+-------------------------------------------------------------------
Old:
----
django-rosetta-0.9.6.zip
New:
----
django-rosetta-0.9.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rosetta.spec ++++++
--- /var/tmp/diff_new_pack.0CNeBI/_old 2021-12-26 13:30:51.694974229 +0100
+++ /var/tmp/diff_new_pack.0CNeBI/_new 2021-12-26 13:30:51.698974232 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-rosetta
#
-# 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
@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-rosetta
-Version: 0.9.6
+Version: 0.9.8
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}.zip
+Source:
https://files.pythonhosted.org/packages/source/d/django-rosetta/django-rosetta-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -52,7 +52,7 @@
%prep
%setup -q -n django-rosetta-%{version}
-# https://github.com/mbi/django-rosetta/issues/233
+# 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
%build
@@ -70,6 +70,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/*rosetta*/
%changelog