Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-compressor for
openSUSE:Factory checked in at 2022-11-25 13:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-compressor (Old)
and /work/SRC/openSUSE:Factory/.python-django-compressor.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-compressor"
Fri Nov 25 13:12:18 2022 rev:8 rq:1037971 version:4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-compressor/python-django-compressor.changes
2022-08-05 19:52:09.809635774 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-compressor.new.1597/python-django-compressor.changes
2022-11-25 13:22:31.915478085 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 18:26:17 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Fix tests problem related to jinja2 version
+ # gh#django-compressor/django-compressor#1139
+ # gh#django-compressor/django-compressor@bcdd21956a84
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-compressor.spec ++++++
--- /var/tmp/diff_new_pack.PxEHZ0/_old 2022-11-25 13:22:32.323480286 +0100
+++ /var/tmp/diff_new_pack.PxEHZ0/_new 2022-11-25 13:22:32.327480308 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
%define mod_name django_compressor
%define skip_python2 1
Name: python-django-compressor
@@ -66,6 +65,10 @@
%prep
%setup -q -n %{mod_name}-%{version}
sed -i '1{/env python/d}' compressor/tests/precompiler.py
+# Fix broken tests related to jijna2
+# gh#django-compressor/django-compressor#1139
+# gh#django-compressor/django-compressor@bcdd21956a84
+sed -i '/jinja2.ext.with_/d' compressor/tests/test_offline.py
%build
%python_build