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 2024-09-05 15:47:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-compressor (Old)
and /work/SRC/openSUSE:Factory/.python-django-compressor.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-compressor"
Thu Sep 5 15:47:32 2024 rev:14 rq:1198904 version:4.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-compressor/python-django-compressor.changes
2023-12-11 21:51:50.534399751 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-compressor.new.10096/python-django-compressor.changes
2024-09-05 15:48:19.386900269 +0200
@@ -1,0 +2,16 @@
+Tue Sep 3 13:44:11 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 4.5.1
+ * Officially support Python 3.12 (requires lxml 4.9.3 or higher)
+ * Drop support for Django versions before 4.2.
+ * Added support for Django 5.1
+ * Added new ``COMPRESS_STORAGE_ALIAS`` and
``COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS``
+ settings. These point to keys in Django's ``storages`` handler. If set by
the
+ user, Compressor will use these storages, or otherwise will set a default
+ storage, given by ``COMPRESS_STORAGE`` and
+ ``COMPRESS_OFFLINE_MANIFEST_STORAGE`` respectively on first access.
+- Drop already merged patches:
+ * python-django-compressor-rcssmin-and-rjsmin-versions.patch
+ * lstrip.patch
+
+-------------------------------------------------------------------
Old:
----
django_compressor-4.4.tar.gz
lstrip.patch
python-django-compressor-rcssmin-and-rjsmin-versions.patch
New:
----
django_compressor-4.5.1.tar.gz
BETA DEBUG BEGIN:
Old: * python-django-compressor-rcssmin-and-rjsmin-versions.patch
* lstrip.patch
Old:- Drop already merged patches:
* python-django-compressor-rcssmin-and-rjsmin-versions.patch
* lstrip.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-compressor.spec ++++++
--- /var/tmp/diff_new_pack.mLIqNO/_old 2024-09-05 15:48:19.810917878 +0200
+++ /var/tmp/diff_new_pack.mLIqNO/_new 2024-09-05 15:48:19.814918044 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-compressor
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,14 @@
%{?sle15_python_module_pythons}
%define mod_name django_compressor
Name: python-django-compressor
-Version: 4.4
+Version: 4.5.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
URL: https://github.com/django-compressor/django-compressor
Source:
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM
https://github.com/django-compressor/django-compressor/pull/1196 Add
LazyScriptNamePrefixedUrl.lstrip to fix tests
-Patch0: lstrip.patch
-#PATCH-FIX-UPSTREAM
https://github.com/django-compressor/django-compressor/pull/1205 Update rcssmin
-Patch1: python-django-compressor-rcssmin-and-rjsmin-versions.patch
BuildRequires: %{python_module Brotli >= 1.0.6}
-BuildRequires: %{python_module Django >= 2.2}
+BuildRequires: %{python_module Django >= 4.2}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module calmjs}
@@ -38,22 +34,20 @@
BuildRequires: %{python_module django-appconf >= 1.0.3}
BuildRequires: %{python_module django-sekizai >= 2.0.0}
BuildRequires: %{python_module html5lib}
-BuildRequires: %{python_module lxml}
+BuildRequires: %{python_module lxml >= 4.9.3}
BuildRequires: %{python_module rcssmin >= 1.1.1}
BuildRequires: %{python_module rjsmin >= 1.2.1}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module slimit}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 2.2
-Requires: python-Jinja2
+Requires: python-Django >= 4.2
Requires: python-beautifulsoup4
Requires: python-csscompressor
Requires: python-django-appconf >= 1.0.3
Requires: python-rcssmin >= 1.1.1
Requires: python-rjsmin >= 1.2.1
-Requires: python-slimit
Recommends: python-Brotli >= 1.0.6
+Recommends: python-Jinja2
Recommends: python-calmjs
Suggests: python-django-sekizai >= 2.0.0
Provides: python-django_compressor = %{version}
++++++ django_compressor-4.4.tar.gz -> django_compressor-4.5.1.tar.gz ++++++
++++ 23013 lines of diff (skipped)