Accepting request 1056746 from devel:languages:python:django

- update to 4.3:
  * `Full Changelog <https://github.com/django-compressor/django-
    compressor/compare/4.1...4.3>`_
  * Officially support Python 3.11
  * Drop Python 3.6 and 3.7 support
  * Drop Django 2.2 and 3.1 support
  * Drop SlimItFilter
  * Update the `CachedS3Boto3Storage` example storage subclass in "Remote
    Storages" to work properly after the v4.0 change to how duplicate file
    names are handled by `CompressorFileStorage` 
  * Update rsmin and jsmin versions

OBS-URL: https://build.opensuse.org/request/show/1056746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-compressor?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2023-01-07 16:19:48 +00:00 committed by Git OBS Bridge
commit 7ccc897c0b
4 changed files with 25 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ece621d2a98f6c6635480cb8b3701db890a99f793f95ca20cb00abc194d331d
size 123694

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26da1f4141157dd5307a6f19b5a144039758375b89241be2354ff72a1633e285
size 124049

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jan 7 08:45:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.3:
* `Full Changelog <https://github.com/django-compressor/django-
compressor/compare/4.1...4.3>`_
* Officially support Python 3.11
* Drop Python 3.6 and 3.7 support
* Drop Django 2.2 and 3.1 support
* Drop SlimItFilter
* Update the `CachedS3Boto3Storage` example storage subclass in "Remote
Storages" to work properly after the v4.0 change to how duplicate file
names are handled by `CompressorFileStorage`
* Update rsmin and jsmin versions
-------------------------------------------------------------------
Thu Nov 24 18:26:17 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-django-compressor
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define mod_name django_compressor
%define skip_python2 1
Name: python-django-compressor
Version: 4.1
Version: 4.3
Release: 0
Summary: Python module to compress linked/inline JavaScript/CSS to cached files
License: Apache-2.0 AND BSD-3-Clause AND MIT
@ -31,12 +31,12 @@ BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module calmjs}
BuildRequires: %{python_module csscompressor}
BuildRequires: %{python_module django-appconf >= 1.0}
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 rcssmin >= 1.0.6}
BuildRequires: %{python_module rjsmin >= 1.1.0}
BuildRequires: %{python_module rcssmin >= 1.1.1}
BuildRequires: %{python_module rjsmin >= 1.2.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module slimit}
BuildRequires: fdupes
@ -46,8 +46,8 @@ Requires: python-Jinja2
Requires: python-beautifulsoup4
Requires: python-csscompressor
Requires: python-django-appconf >= 1.0.3
Requires: python-rcssmin >= 1.0.6
Requires: python-rjsmin >= 1.1.0
Requires: python-rcssmin >= 1.1.1
Requires: python-rjsmin >= 1.2.1
Requires: python-slimit
Recommends: python-Brotli >= 1.0.6
Recommends: python-calmjs