Accepting request 895333 from home:mcalabkova:branches:devel:languages:python:django

- Update to 2.4.1
  * Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS

OBS-URL: https://build.opensuse.org/request/show/895333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=11
This commit is contained in:
Markéta Machová 2021-05-25 11:17:01 +00:00 committed by Git OBS Bridge
parent 029cf60f4c
commit 1eb6b8d612
4 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3358077605c146fdcca5f9eaffb50aa5dbe15f238f8854679115ebf31c0415e0
size 123800

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 25 11:07:13 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 2.4.1
* Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS
-------------------------------------------------------------------
Mon Jun 1 07:34:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-django-compressor
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,10 +20,10 @@
%define mod_name django_compressor
%define skip_python2 1
Name: python-django-compressor
Version: 2.4
Version: 2.4.1
Release: 0
Summary: Python module to compress linked/inline JavaScript/CSS to cached files
License: MIT AND BSD-3-Clause AND Apache-2.0
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
BuildRequires: %{python_module Brotli >= 1.0.6}