Hello community,
here is the log from the commit of package python-django_compressor for
openSUSE:Factory checked in at 2019-06-03 18:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django_compressor (Old)
and /work/SRC/openSUSE:Factory/.python-django_compressor.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django_compressor"
Mon Jun 3 18:57:37 2019 rev:14 rq:707111 version:2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
2019-01-11 14:04:33.119856627 +0100
+++
/work/SRC/openSUSE:Factory/.python-django_compressor.new.5148/python-django_compressor.changes
2019-06-03 18:57:41.200377305 +0200
@@ -1,0 +2,17 @@
+Mon Jun 3 09:55:50 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.3 release:
+ - Drop support for Django 1.8, 1.9 and 1.10
+ - Add support for Django 2.1 and 2.2, as well as Python 3.7
+ - Update all dependencies. This required minor code changes, you might need
to update some optional dependencies if you use any
+ - Allow the mixed use of JS/CSS in Sekizai's templatetags `{% addtoblock
"js" %}` and `{% addtoblock "css" %}` (#891)
+ - Allow the implementation of new types other than css and js. (#900)
+ - Update jinja2 extension to behave similar to the django tag (#899)
+ - Fix crash in offline compression when child nodelist is None, again (#605)
+ - Support STATIC_URL and COMPRESS_URL being string-like objects
+ - Improve compress command memory usage (#870)
+ - Ensure generated file always contains a base name (#775)
+ - Add BrotliCompressorFileStorage (#867)
+- Drop merged patch compressor-django2.patch
+
+-------------------------------------------------------------------
Old:
----
compressor-django2.patch
django_compressor-2.2.tar.gz
New:
----
django_compressor-2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django_compressor.spec ++++++
--- /var/tmp/diff_new_pack.qxnrCD/_old 2019-06-03 18:57:41.988377013 +0200
+++ /var/tmp/diff_new_pack.qxnrCD/_new 2019-06-03 18:57:41.992377012 +0200
@@ -19,15 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define mod_name django_compressor
Name: python-%{mod_name}
-Version: 2.2
+Version: 2.3
Release: 0
Summary: Python module to compress linked/inline JavaScript/CSS to
cached files
License: MIT AND BSD-3-Clause AND Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/django-compressor/django-compressor
Source:
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
-Patch0: compressor-django2.patch
-BuildRequires: %{python_module Django}
+BuildRequires: %{python_module Brotli >= 1.0.6}
+BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module csscompressor}
@@ -35,17 +35,18 @@
BuildRequires: %{python_module django-sekizai >= 0.9.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module rcssmin >= 1.0.6}
-BuildRequires: %{python_module rjsmin >= 1.0.12}
+BuildRequires: %{python_module rjsmin >= 1.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django
+Requires: python-Django >= 1.11
Requires: python-Jinja2
Requires: python-beautifulsoup4
Requires: python-csscompressor
Requires: python-django-appconf >= 1.0
Requires: python-rcssmin >= 1.0.6
-Requires: python-rjsmin >= 1.0.12
+Requires: python-rjsmin >= 1.1.0
+Recommends: python-Brotli >= 1.0.6
Suggests: python-django-sekizai >= 0.9.0
BuildArch: noarch
%python_subpackages
@@ -57,7 +58,6 @@
%prep
%setup -q -n %{mod_name}-%{version}
-%patch0 -p1
%build
%python_build
++++++ django_compressor-2.2.tar.gz -> django_compressor-2.3.tar.gz ++++++
++++ 3400 lines of diff (skipped)