bf0d46
%global srcname django-compressor
bf0d46
%global pypi_name django_compressor
bf0d46
%global _desc\
bf0d46
Django Compressor combines and compresses linked and inline Javascript\
bf0d46
or CSS in a Django templates into cacheable static files by using the\
bf0d46
``compress`` template tag.  HTML in between\
bf0d46
``{% compress js/css %}`` and ``{% endcompress %}`` is\
bf0d46
parsed and searched for CSS or JS. These styles and scripts are subsequently\
bf0d46
processed with optional, configurable compilers and filters.
bf0d46
bf0d46
Name:		python-django-compressor
bf0d46
Version:	4.5.1
bf0d46
Release:	2%{?dist}
bf0d46
Summary:	Compresses linked and inline JavaScript or CSS into single cached files
bf0d46
bf0d46
License:	MIT
bf0d46
URL:		https://github.com/django-compressor/django-compressor
bf0d46
Source0:	%{pypi_source django_compressor}
bf0d46
bf0d46
Patch:		rdep-version.patch
bf0d46
# Fix for https://github.com/django-compressor/django-compressor/issues/1270
bf0d46
# https://github.com/django-compressor/django-compressor/pull/1271
bf0d46
Patch:		django-compressor-py314-ast.diff
bf0d46
bf0d46
BuildArch:	noarch
bf0d46
bf0d46
BuildRequires:	python3-devel
bf0d46
bf0d46
%description %_desc
bf0d46
bf0d46
%package -n python3-%{srcname}
bf0d46
Summary:	%{summary}
bf0d46
bf0d46
%description -n python3-%{srcname}
bf0d46
%_desc
bf0d46
bf0d46
# Added in f28 cycle.
bf0d46
Obsoletes: python2-%{srcname} < 2.1-6
bf0d46
Obsoletes: python-%{srcname} < 2.1-6
bf0d46
bf0d46
%prep
bf0d46
%autosetup -p1 -n %{pypi_name}-%{version}
bf0d46
bf0d46
%generate_buildrequires
bf0d46
%pyproject_buildrequires
bf0d46
bf0d46
%build
bf0d46
%pyproject_wheel
bf0d46
bf0d46
%install
bf0d46
%pyproject_install
bf0d46
%pyproject_save_files compressor
bf0d46
bf0d46
%files -n python3-%{srcname} -f %{pyproject_files}
bf0d46
%doc README.rst
bf0d46
bf0d46
%changelog
bf0d46
* Fri Dec 20 2024 Michel Lind <salimma@fedoraproject.org> - 4.5.1-2
bf0d46
- Fix building with Python 3.14; resolves: rhbz#2322719
bf0d46
bf0d46
* Fri Dec 20 2024 Michel Lind <salimma@fedoraproject.org> - 4.5.1-1
bf0d46
- Update to 4.5.1 (resolves: rhbz#2292613)
bf0d46
bf0d46
* Tue Aug 06 2024 karolinku <kkula@redhat.com> - 4.4-6
bf0d46
- Replace git source with pypi one
bf0d46
bf0d46
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
bf0d46
bf0d46
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 4.4-4
bf0d46
- Rebuilt for Python 3.13
bf0d46
bf0d46
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-3
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
bf0d46
bf0d46
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
bf0d46
bf0d46
* Tue Jan 16 2024 Michel Lind <salimma@fedoraproject.org> - 4.4-1
bf0d46
- Update to 4.4 (rhbz#1715669)
bf0d46
- cleanup unused patches
bf0d46
bf0d46
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
bf0d46
bf0d46
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 4.1-3
bf0d46
- Rebuilt for Python 3.12
bf0d46
bf0d46
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
bf0d46
bf0d46
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.4.1-2
bf0d46
- Rebuilt for Python 3.11
bf0d46
bf0d46
* Mon Mar 14 2022 Karolina Kula <kkula@redhat.com> - 2.4.1-1
bf0d46
- Update to 2.4.1
bf0d46
bf0d46
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-5
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
bf0d46
bf0d46
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
bf0d46
bf0d46
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.4-3
bf0d46
- Rebuilt for Python 3.10
bf0d46
bf0d46
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bf0d46
bf0d46
* Wed Sep 09 2020 Yatin Karel <ykarel@redhat.com> - 2.4-1
bf0d46
- Update to 2.4
bf0d46
bf0d46
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-11
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bf0d46
bf0d46
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.2-10
bf0d46
- Rebuilt for Python 3.9
bf0d46
bf0d46
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-9
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bf0d46
bf0d46
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2-8
bf0d46
- Rebuilt for Python 3.8.0rc1 (#1748018)
bf0d46
bf0d46
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2-7
bf0d46
- Rebuilt for Python 3.8
bf0d46
bf0d46
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-6
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bf0d46
bf0d46
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-5
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bf0d46
bf0d46
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bf0d46
bf0d46
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2-3
bf0d46
- Rebuilt for Python 3.7
bf0d46
bf0d46
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bf0d46
bf0d46
* Wed Jan 31 2018 Matthias Runge <mrunge@redhat.com> - 2.2-1
bf0d46
- update to 2.2
bf0d46
bf0d46
* Fri Jan 26 2018 Matthias Runge <mrunge@redhat.com> - 2.1-6
bf0d46
- Drop python2 package for https://fedoraproject.org/wiki/Changes/Django20
bf0d46
bf0d46
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1-5
bf0d46
- Python 2 binary package renamed to python2-django-compressor
bf0d46
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
bf0d46
bf0d46
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bf0d46
bf0d46
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bf0d46
bf0d46
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.1-2
bf0d46
- Rebuild for Python 3.6
bf0d46
bf0d46
* Thu Aug 11 2016 Matthias Runge <mrunge@redhat.com> - 2.1-1
bf0d46
- update to 2.1 (rhbz#1365700)
bf0d46
- modernize spec
bf0d46
bf0d46
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
bf0d46
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bf0d46
bf0d46
* Fri Feb 26 2016 Matthias Runge <mrunge@redhat.com> - 2.0-1
bf0d46
- update to 2.0 (rhbz#1296716)
bf0d46
bf0d46
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bf0d46
bf0d46
* Fri Nov 20 2015 Matthias Runge <mrunge@redhat.com> - 1.6-1
bf0d46
- update to 1.6 (rhbz#1283807)
bf0d46
bf0d46
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
bf0d46
bf0d46
* Thu Aug 27 2015 Matthias Runge <mrunge@redhat.com> - 1.5-2
bf0d46
- add python3 subpackage
bf0d46
bf0d46
* Wed Aug 26 2015 Matthias Runge <mrunge@redhat.com> - 1.5-1
bf0d46
- update to 1.5
bf0d46
bf0d46
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bf0d46
bf0d46
* Wed Apr 15 2015 Matthias Runge <mrunge@redhat.com> - 1.4-3
bf0d46
- make compress command work on django-1.8
bf0d46
bf0d46
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bf0d46
bf0d46
* Mon May 26 2014 Matthias Runge <mrunge@redhat.com> - 1.4-1
bf0d46
- update to 1.4 (rhbz#1100732)
bf0d46
bf0d46
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bf0d46
bf0d46
* Wed Mar 20 2013 Matthias Runge <mrunge@redhat.com> - 1.3-1
bf0d46
- update to python-django-compressor-1.3 (rhbz#923735)
bf0d46
bf0d46
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
bf0d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bf0d46
bf0d46
* Mon Sep 24 2012 Matthias Runge <mrunge@redhat.com> - 1.2-3
bf0d46
- add requirement Django/python-django
bf0d46
bf0d46
* Fri Sep 14 2012 Matthias Runge <mrunge@redhat.com> - 1.2-2
bf0d46
- add requirement python-versiontools
bf0d46
bf0d46
* Tue Sep 11 2012 Matthias Runge <mrunge@redhat.com> - 1.2-1
bf0d46
- Initial package.