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 2021-12-28 12:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-compressor (Old)
and /work/SRC/openSUSE:Factory/.python-django-compressor.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-compressor"
Tue Dec 28 12:26:17 2021 rev:5 rq:942814 version:3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-compressor/python-django-compressor.changes
2021-06-01 10:36:21.264699932 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-compressor.new.2520/python-django-compressor.changes
2021-12-28 12:26:50.668494262 +0100
@@ -1,0 +2,24 @@
+Sun Dec 26 09:03:25 UTC 2021 - John Vandenberg <[email protected]>
+
+- Re-activate test suite
+- Update to v3.1
+ * Fix error with verbose offline compression when
+ COMPRESS_OFFLINE_CONTEXT is a generator
+- from v3.0
+ * Officially support for Python 3.9 and 3.10 as well as
+ Django 3.1, 3.2 and 4.0
+ * Drop support for Django 1.11, 2.1 and 3.0
+ * Drop support for Python 2.x and 3.4
+ * Fix compatibility with Jinja 3.x
+ * Require django-sekizai 2.0 for django-sekizai extension
+ * Make template compression in compress command threaded to
+ improve performance
+ * Correctly handle relative paths in ``extends`` tags
+ * Enable ``rCSSMinFilter`` by default
+ * Fix various deprecation warnings
+ * Add ability to pass a logger to various classes & methods
+ * Removed deprecated ``COMPRESS_JS_FILTERS`` and
+ ``COMPRESS_CSS_FILTERS`` settings
+ * Fix offline compression race condition, which could result in incomplete
manifest
+
+-------------------------------------------------------------------
Old:
----
django_compressor-2.4.1.tar.gz
New:
----
django_compressor-3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-compressor.spec ++++++
--- /var/tmp/diff_new_pack.FzY4I8/_old 2021-12-28 12:26:51.168494640 +0100
+++ /var/tmp/diff_new_pack.FzY4I8/_new 2021-12-28 12:26:51.172494643 +0100
@@ -20,7 +20,7 @@
%define mod_name django_compressor
%define skip_python2 1
Name: python-django-compressor
-Version: 2.4.1
+Version: 3.1
Release: 0
Summary: Python module to compress linked/inline JavaScript/CSS to
cached files
License: Apache-2.0 AND BSD-3-Clause AND MIT
@@ -33,7 +33,7 @@
BuildRequires: %{python_module calmjs}
BuildRequires: %{python_module csscompressor}
BuildRequires: %{python_module django-appconf >= 1.0}
-BuildRequires: %{python_module django-sekizai >= 0.9.0}
+BuildRequires: %{python_module django-sekizai >= 2.0.0}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module mock}
@@ -53,7 +53,7 @@
Requires: python-slimit
Recommends: python-Brotli >= 1.0.6
Recommends: python-calmjs
-Suggests: python-django-sekizai >= 0.9.0
+Suggests: python-django-sekizai >= 2.0.0
Provides: python-django_compressor = %{version}
Obsoletes: python-django_compressor < %{version}
BuildArch: noarch
@@ -75,9 +75,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# https://github.com/django-compressor/django-compressor/issues/998
-# Upstream needs to fix the tests to work with new python stack
-#%%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test
--settings=compressor.test_settings compressor --pythonpath=`pwd` -v2
+%python_expand $python -m django test --settings=compressor.test_settings
compressor --pythonpath=`pwd` -v2
%files %{python_files}
%license LICENSE
++++++ django_compressor-2.4.1.tar.gz -> django_compressor-3.1.tar.gz ++++++
++++ 3008 lines of diff (skipped)