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.build
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.recipe.build
Commits
d3041978
Commit
d3041978
authored
Oct 04, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.49
parent
1b7a2b4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
CHANGELOG.rst
CHANGELOG.rst
+14
-2
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
d3041978
...
@@ -2,6 +2,17 @@
...
@@ -2,6 +2,17 @@
Changes
Changes
=========
=========
0.49 (2021-10-04)
-----------------
* download-unpacked: fix `strip-top-level-dir` if unset
and nothing should be stripped.
* Work around circular imports inside slapos.buildout.
* default: preserve symlinks in `copyTree()` & `extract()`.
* default: fix error handling in `pipeCommand()`.
* shared: change JSON serialization of signature to indent with 2 spaces
(instead of 0) and to save non-ascii chars as utf-8 (rather than escaped).
0.48 (2021-09-25)
0.48 (2021-09-25)
-----------------
-----------------
...
@@ -13,10 +24,11 @@
...
@@ -13,10 +24,11 @@
* download*: fix `shared=true` using new `Shared` class.
* download*: fix `shared=true` using new `Shared` class.
* download*: new `alternate-url` option.
* download*: new `alternate-url` option.
* downloadunpacked: decompress directly within target folder to avoid copies
* download
-
unpacked: decompress directly within target folder to avoid copies
accross different file systems.
accross different file systems.
* default: add support for shared parts.
* default: add support for shared parts.
* downloadunpacked: `environment-section` option is deprecated.
* download-unpacked: `environment-section` option is deprecated.
* download-unpacked: `extract-directory` option is dropped.
* For some boolean options, the value must be either 'false' or 'true'.
* For some boolean options, the value must be either 'false' or 'true'.
0.47 (2021-07-26)
0.47 (2021-07-26)
...
...
setup.py
View file @
d3041978
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
version
=
'0.4
8
'
version
=
'0.4
9
'
name
=
'slapos.recipe.build'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGELOG.rst"
).
read
()
+
"
\
n
"
open
(
"CHANGELOG.rst"
).
read
()
+
"
\
n
"
...
...
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