update to python-django-compressor-1.3
This commit is contained in:
parent
702c2cb0ac
commit
73bcb05755
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/django_compressor-1.2.tar.gz
|
||||
/django_compressor-1.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global pypi_name django_compressor
|
||||
|
||||
Name: python-django-compressor
|
||||
Version: 1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Compresses linked and inline JavaScript or CSS into single cached files
|
||||
|
||||
License: MIT
|
||||
|
|
@ -59,6 +59,9 @@ done
|
|||
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2013 Matthias Runge <mrunge@redhat.com> - 1.3-1
|
||||
- update to python-django-compressor-1.3 (rhbz#923735)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a740f2f67a3532cd0da412f0123e34c5 django_compressor-1.2.tar.gz
|
||||
da8ee3c5908d648ded03dfe996499b15 django_compressor-1.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue