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
Thomas Leymonerie
slapos.recipe.build
Commits
f42fbfd2
Commit
f42fbfd2
authored
Sep 21, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.48
parent
85eabd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGELOG.rst
CHANGELOG.rst
+17
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
f42fbfd2
...
...
@@ -2,6 +2,23 @@
Changes
=========
0.48 (2021-09-25)
-----------------
* New API to share parts:
- new `Shared` class that should be used by recipes to make a part shared;
- the signature file is in JSON format and
it is named `.buildout-shared.signature`.
* download*: fix `shared=true` using new `Shared` class.
* download*: new `alternate-url` option.
* downloadunpacked: decompress directly within target folder to avoid copies
accross different file systems.
* default: add support for shared parts.
* downloadunpacked: `environment-section` option is deprecated.
* For some boolean options, the value must be either 'false' or 'true'.
0.47 (2021-07-26)
-----------------
...
...
setup.py
View file @
f42fbfd2
from
setuptools
import
setup
,
find_packages
version
=
'0.4
7
'
version
=
'0.4
8
'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.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