[python-django-pipeline] Upgrade to latest upstream release 1.2.24

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jan 28 16:12:59 UTC 2013


commit 92a26ae8722ab02fc9c17ba826464aac35d7fbf3
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jan 28 11:12:38 2013 -0500

    Upgrade to latest upstream release 1.2.24
    
    - Fix yui/yuglify settings overriding each other
    - Separate yuglify compressor from YUI compressor
    - Improve HTML compression middleware
    - Better compressor error messages
    - Improve installation documentation
    - Fix packaging metadata
    - Add documentation about non-packing storage

 .gitignore                  |    1 +
 python-django-pipeline.spec |   12 +++++++++++-
 sources                     |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd88092..c5e32b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /django-pipeline-1.2.1.tar.gz
 /django-pipeline-1.2.17.tar.gz
 /django-pipeline-1.2.21.tar.gz
+/django-pipeline-1.2.24.tar.gz
diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec
index 5fd0583..3d86b9a 100644
--- a/python-django-pipeline.spec
+++ b/python-django-pipeline.spec
@@ -1,5 +1,5 @@
 Name: python-django-pipeline
-Version: 1.2.21
+Version: 1.2.24
 Release: 1%{?dist}
 Summary: An asset packaging library for Django
 
@@ -43,6 +43,16 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests
 
 
 %changelog
+* Mon Jan 28 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.2.24-1
+- Upgrade to latest upstream release 1.2.24
+- Fix yui/yuglify settings overriding each other
+- Separate yuglify compressor from YUI compressor
+- Improve HTML compression middleware
+- Better compressor error messages
+- Improve installation documentation
+- Fix packaging metadata
+- Add documentation about non-packing storage
+
 * Thu Dec 13 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.21-1
 - Upgrade to latest upstream release 1.2.21
 
diff --git a/sources b/sources
index 95ae796..72f832d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7915514e7cd5dcde0c9ad29d8cc58dba  django-pipeline-1.2.21.tar.gz
+972d1be867a61680b67e09a6ec55d839  django-pipeline-1.2.24.tar.gz


More information about the scm-commits mailing list