Hello community,

here is the log from the commit of package python-django_compressor for 
openSUSE:Factory checked in at 2013-05-16 11:25:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django_compressor (Old)
 and      /work/SRC/openSUSE:Factory/.python-django_compressor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django_compressor"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
        2012-12-09 14:12:05.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_compressor.new/python-django_compressor.changes
   2013-05-16 11:25:26.000000000 +0200
@@ -1,0 +2,35 @@
+Mon May 13 08:39:13 UTC 2013 - [email protected]
+
+- update to 1.3:
+- *Backward incompatible changes*
+
+  -  Dropped support for Python 2.5. Removed ``any`` and ``walk`` 
compatibility 
+     functions in ``compressor.utils``.
+  
+  - Removed compatibility with Django 1.2 for default values of some settings:
+
+    - :attr:`~COMPRESS_ROOT` no longer uses ``MEDIA_ROOT`` if ``STATIC_ROOT`` 
is
+      not defined. It expects ``STATIC_ROOT`` to be defined instead.
+
+    - :attr:`~COMPRESS_URL` no longer uses ``MEDIA_URL`` if ``STATIC_URL`` is
+      not defined. It expects ``STATIC_URL`` to be defined instead.
+
+    - :attr:`~COMPRESS_CACHE_BACKEND` no longer uses ``CACHE_BACKEND`` and 
simply 
+      defaults to ``default``.
+
+- Added precompiler class support. This enables you to write custom 
precompilers
+  with Python logic in them instead of just relying on executables.
+
+- Made CssAbsoluteFilter smarter: it now handles URLs with hash fragments or
+  querystring correctly. In addition, it now leaves alone fragment-only URLs.
+
+- Removed a ``fsync()`` call in ``CompilerFilter`` to improve performance.
+  We already called ``self.infile.flush()`` so that call was not necessary.
+
+- Added an extension to provide django-sekizai support. 
+  See :ref:`django-sekizai Support <django-sekizai_support>` for more 
+  information.
+- Fixed a ``DeprecationWarning`` regarding the use of 
``django.utils.hashcompat``
+- Updated bundled ``rjsmin.py`` to fix some JavaScript compression errors.
+
+-------------------------------------------------------------------

Old:
----
  django_compressor-1.2.tar.gz

New:
----
  django_compressor-1.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django_compressor.spec ++++++
--- /var/tmp/diff_new_pack.bRlJ0r/_old  2013-05-16 11:25:26.000000000 +0200
+++ /var/tmp/diff_new_pack.bRlJ0r/_new  2013-05-16 11:25:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_compressor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,17 +11,18 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-django_compressor
-Version:        1.2
+Version:        1.3
 Release:        0
-License:        MIT and BSD-3-Clause and Apache-2.0
 Summary:        Compresses Linked and Inline JavaScript or CSS Into Single 
Cached Files
-Url:            http://django_compressor.readthedocs.org/
+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
 BuildRequires:  python-devel
 BuildRequires:  python-distribute

++++++ django_compressor-1.2.tar.gz -> django_compressor-1.3.tar.gz ++++++
++++ 4006 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to