a449cc6
Name: python-django-pipeline
91d04c5
Version: 1.3.24
fab9d7c
Release: 3%{?dist}
a449cc6
Summary: An asset packaging library for Django
a449cc6
a449cc6
Group: Applications/Internet
a449cc6
License: MIT
a449cc6
URL: https://github.com/cyberdelia/django-pipeline
b1bbebd
Source0: http://pypi.python.org/packages/source/d/django-pipeline/django-pipeline-%{version}.tar.gz
a449cc6
BuildArch: noarch
a449cc6
buildRequires: python2-devel
a449cc6
BuildRequires:  python-setuptools
91d04c5
a449cc6
%if 0%{?fedora} > 17
a449cc6
Requires:       python-django
a449cc6
%else
a449cc6
Requires:       Django
a449cc6
%endif
91d04c5
Requires:       python-futures >= 2.1.3
a449cc6
a449cc6
%description
a449cc6
Pipeline is an asset packaging library for Django, providing both CSS
a449cc6
and JavaScript concatenation and compression, built-in JavaScript template
a449cc6
support, and optional data-URI image and font embedding
a449cc6
a449cc6
%prep
a449cc6
%setup -q -n django-pipeline-%{version}
a449cc6
rm -Rf django_pipeline*.egg-info
a449cc6
a449cc6
%build
a449cc6
%{__python} setup.py build
a449cc6
a449cc6
%install
a449cc6
%{__python} setup.py install --root $RPM_BUILD_ROOT
a449cc6
a449cc6
# Remove the "tests" subdirectory to avoid it polluting the main python
a449cc6
# namespace:
a449cc6
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests
a449cc6
a449cc6
%files
a449cc6
%doc LICENSE
a449cc6
%{python_sitelib}/django_pipeline*.egg-info/
a449cc6
%{python_sitelib}/pipeline/
a449cc6
a449cc6
a449cc6
a449cc6
%changelog
fab9d7c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.24-3
fab9d7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fab9d7c
cd3c967
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.24-2
cd3c967
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
cd3c967
91d04c5
* Fri May 09 2014 Stephen Gallagher <sgallagh@redhat.com> 1.3.24-1
91d04c5
- Upgrade to latest upstream release 1.3.24
91d04c5
- Changelog: https://pypi.python.org/pypi/django-pipeline/
91d04c5
91d04c5
* Thu Apr 03 2014 Stephen Gallagher <sgallagh@redhat.com> 1.3.23-1
91d04c5
- Upgrade to latest upstream release 1.3.23
91d04c5
- Changelog: https://pypi.python.org/pypi/django-pipeline/
91d04c5
91d04c5
* Wed Jan 22 2014 Stephen Gallagher <sgallagh@redhat.com> - 1.3.20-2
91d04c5
- Upgrade to latest upstream release 1.3.20
91d04c5
- Changelog: https://pypi.python.org/pypi/django-pipeline/
91d04c5
d02f538
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.24-3
d02f538
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d02f538
6d2f020
* Thu Apr 11 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.2.24-2
6d2f020
- Bumping release for rebuild
6d2f020
92a26ae
* Mon Jan 28 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.2.24-1
92a26ae
- Upgrade to latest upstream release 1.2.24
92a26ae
- Fix yui/yuglify settings overriding each other
92a26ae
- Separate yuglify compressor from YUI compressor
92a26ae
- Improve HTML compression middleware
92a26ae
- Better compressor error messages
92a26ae
- Improve installation documentation
92a26ae
- Fix packaging metadata
92a26ae
- Add documentation about non-packing storage
92a26ae
51552c9
* Thu Dec 13 2012 Stephen Gallagher <sgallagh@redhat.com> - 1.2.21-1
51552c9
- Upgrade to latest upstream release 1.2.21
51552c9
d26ec62
* Wed Oct 03 2012 Stephen Gallagher <sgallagh@redhat.com> - 1.2.17-1
d26ec62
- Upgrade to latest upstream release
d26ec62
- Support for more compressors:
d26ec62
-   SlimIt
d26ec62
-   Closure
d26ec62
-   CSSTidy
d26ec62
-   cssmin
a449cc6
d26ec62
* Mon Aug 06 2012 Stephen Gallagher <sgallagh@redhat.com> - 1.2.1-3
a449cc6
- Initial release
a449cc6
- Add django_pipeline to Fedora to support Review Board 1.7