Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-01-30 11:43:14 +00:00
commit 488b36c1f7

View file

@ -1,7 +1,7 @@
%global pypi_name django_compressor
Name: python-django-compressor
Version: 2.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Compresses linked and inline JavaScript or CSS into single cached files
License: MIT
@ -63,6 +63,9 @@ processed with optional, configurable compilers and filters.
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2-8
- Rebuilt for Python 3.8.0rc1 (#1748018)