Hello community,
here is the log from the commit of package python-django_compressor for
openSUSE:Factory checked in at 2017-09-22 21:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django_compressor (Old)
and /work/SRC/openSUSE:Factory/.python-django_compressor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django_compressor"
Fri Sep 22 21:34:03 2017 rev:11 rq:527390 version:2.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
2016-05-23 16:39:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django_compressor.new/python-django_compressor.changes
2017-09-22 21:34:06.475015931 +0200
@@ -1,0 +2,33 @@
+Wed Aug 16 06:45:28 UTC 2017 - [email protected]
+
+- update to 2.1.1
+
+-------------------------------------------------------------------
+Wed Feb 22 18:18:31 CET 2017 - [email protected]
+
+- Update to version 2.1:
+ * Add Django 1.10 compatibility
+ * Add support for inheritance using a variable in offline
+ compression
+ * Fix recursion error with offline compression when extending
+ templates with the same name
+ * Fix UnicodeDecodeError when using CompilerFilter and caching
+ * Fix CssAbsoluteFilter changing double quotes to single quotes,
+ breaking SVG
+
+-------------------------------------------------------------------
+Wed Jul 6 16:24:17 UTC 2016 - [email protected]
+
+- update to 2.0:
+ - Add Django 1.9 compatibility
+ - Remove official support for Django 1.4 and 1.7
+ - Add official support for Python 3.5
+ - Remove official support for Python 2.6
+ - Remove support for coffin and jingo
+ - Fix Jinja2 compatibility for Django 1.8+
+ - Stop bundling vendored versions of rcssmin and rjsmin, make them proper
dependencies
+ - Remove support for CSSTidy
+ - Remove support for beautifulsoup 3.
+ - Replace cssmin by csscompressor (cssmin is still available for
backwards-compatibility but points to rcssmin)
+
+-------------------------------------------------------------------
Old:
----
django_compressor-1.6.tar.gz
New:
----
django_compressor-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django_compressor.spec ++++++
--- /var/tmp/diff_new_pack.dgyFLe/_old 2017-09-22 21:34:06.986943869 +0200
+++ /var/tmp/diff_new_pack.dgyFLe/_new 2017-09-22 21:34:06.986943869 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django_compressor
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,19 @@
Name: python-django_compressor
-Version: 1.6
+Version: 2.1.1
Release: 0
Summary: Compresses Linked and Inline JavaScript or CSS Into Single
Cached Files
License: MIT and BSD-3-Clause and Apache-2.0
Group: Development/Languages/Python
Url: http://django_compressor.readthedocs.org/
-Source:
http://pypi.python.org/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
+Source:
https://pypi.io/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-django
-Requires: python-django-appconf
+Requires: python-django-appconf >= 1.0
+Requires: python-rcssmin >= 1.0.6
+Requires: python-rjsmin >= 1.0.12
%if 0%{?suse_version}
Suggests: python-beautifulsoup
Suggests: python-html5lib
++++++ django_compressor-1.6.tar.gz -> django_compressor-2.1.1.tar.gz ++++++
++++ 4507 lines of diff (skipped)