Thu, 30 May 2024 10:18:40 UTC | login

Information for build python-django-macros-0.4.0-7.fc29

ID25135
Package Namepython-django-macros
Version0.4.0
Release7.fc29
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-django-macros.git#0f9107a20a5b6210384cf931f98e377c58e1a61f
SummaryMacros for Django templates
DescriptionMacros accepting positional and keyword arguments, and repeated block tags in the django template system. Sometimes include tags just do not get the job done. Either you have repeated code that you want to keep all in the same single template, or your code needs to dynamically generate and substitute in certain values, in a way that the include syntax inhibits. Whatever the case, if you are finding that the built in include tag just is not working for your use case, then perhaps django-macros is for you.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 13 May 2018 15:36:27 UTC
CompletedSun, 13 May 2018 16:33:47 UTC
Taskbuild (f29-candidate, /rpms/python-django-macros.git:0f9107a20a5b6210384cf931f98e377c58e1a61f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-django-macros.git?#0f9107a20a5b6210384cf931f98e377c58e1a61f'}}
Tags
f29
RPMs
src
python-django-macros-0.4.0-7.fc29.src.rpm (info) (download)
noarch
python3-django-macros-0.4.0-7.fc29.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Feb 13 2018 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-7 - Remove resudal Python 2 dependency - Switch to automated Python dependency generator (https://fedoraproject.org/wiki/Changes/EnablingPythonGenerators) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 28 2018 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-5 - Adapt the test code to work with Django 2 (#1537537) * Mon Jan 22 2018 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-4 - Remove support for Python 2 (#1494761) - Add a README file * Mon Aug 21 2017 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-3 - Second review round: - Explain that patch 0 and source 1 are needed for the test suite.. - Fix formatting mistakes in the SPEC file. * Sat Aug 19 2017 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-2 - Improvements after review by Robert-André Mauchin: - Use pyX_dist macros. - Add a check section and include the necessary build requirements. - Fix django.template.base.Lexer signature. * Mon Aug 14 2017 Göran Uddeborg <goeran@uddeborg.se> - 0.4.0-1 - Initial RPM release