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

Stephen Gallagher sgallagh at fedoraproject.org
Fri May 9 12:44:07 UTC 2014


commit 91d04c5d88585786df0d99c824435e8497e7001f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri May 9 08:42:51 2014 -0400

    Upgrade to latest upstream release 1.3.24
    
    - Changelog: https://pypi.python.org/pypi/django-pipeline/

 .gitignore                  |    1 +
 python-django-pipeline.spec |   18 ++++++++++++++++--
 sources                     |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5e32b8..fc2595c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /django-pipeline-1.2.17.tar.gz
 /django-pipeline-1.2.21.tar.gz
 /django-pipeline-1.2.24.tar.gz
+/django-pipeline-1.3.24.tar.gz
diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec
index 0f22a33..c82a1cc 100644
--- a/python-django-pipeline.spec
+++ b/python-django-pipeline.spec
@@ -1,6 +1,6 @@
 Name: python-django-pipeline
-Version: 1.2.24
-Release: 3%{?dist}
+Version: 1.3.24
+Release: 1%{?dist}
 Summary: An asset packaging library for Django
 
 Group: Applications/Internet
@@ -10,11 +10,13 @@ Source0: http://pypi.python.org/packages/source/d/django-pipeline/django-pipelin
 BuildArch: noarch
 buildRequires: python2-devel
 BuildRequires:  python-setuptools
+
 %if 0%{?fedora} > 17
 Requires:       python-django
 %else
 Requires:       Django
 %endif
+Requires:       python-futures >= 2.1.3
 
 %description
 Pipeline is an asset packaging library for Django, providing both CSS
@@ -43,6 +45,18 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests
 
 
 %changelog
+* Fri May 09 2014 Stephen Gallagher <sgallagh at redhat.com> 1.3.24-1
+- Upgrade to latest upstream release 1.3.24
+- Changelog: https://pypi.python.org/pypi/django-pipeline/
+
+* Thu Apr 03 2014 Stephen Gallagher <sgallagh at redhat.com> 1.3.23-1
+- Upgrade to latest upstream release 1.3.23
+- Changelog: https://pypi.python.org/pypi/django-pipeline/
+
+* Wed Jan 22 2014 Stephen Gallagher <sgallagh at redhat.com> - 1.3.20-2
+- Upgrade to latest upstream release 1.3.20
+- Changelog: https://pypi.python.org/pypi/django-pipeline/
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 72f832d..51232b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-972d1be867a61680b67e09a6ec55d839  django-pipeline-1.2.24.tar.gz
+4bdb8afb6389127a81b53f70dcad1b0c  django-pipeline-1.3.24.tar.gz


More information about the scm-commits mailing list