Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.template
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.recipe.template
Commits
831ae295
Commit
831ae295
authored
Feb 03, 2022
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 5.0
parent
6e937e55
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
CHANGELOG.rst
CHANGELOG.rst
+15
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
831ae295
...
@@ -2,6 +2,21 @@
...
@@ -2,6 +2,21 @@
History
History
-------
-------
5.0 (2022-02-03)
----------------
* jinja2: annotate compiled source with source path rather than download
destination path.
* default: bring some of the jinja2 improvements by refactoring the 2 recipes.
* default: add support for inline templates.
* Improve condition to determine if the output file is executable or not.
* jinja2: fix default context (range missing, Py2/Py3 inconsistencies).
* jinja2: new options to specify source (template -> url/inline) and
destination (rendered -> output) the same way as the default recipe.
rendered & template are deprecated.
* jinja2: by default, rerender on update only if the template may have changed,
and new boolean option to force update like it used to be.
4.6 (2021-06-08)
4.6 (2021-06-08)
----------------
----------------
...
...
setup.py
View file @
831ae295
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
import
os
import
os
version
=
'
4.6
'
version
=
'
5.0
'
name
=
'slapos.recipe.template'
name
=
'slapos.recipe.template'
long_description
=
'
\
n
'
.
join
((
open
(
path
).
read
()
for
path
in
(
long_description
=
'
\
n
'
.
join
((
open
(
path
).
read
()
for
path
in
(
"README.rst"
,
"README.rst"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment