Commit f42fbfd2 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.48

parent 85eabd23
Pipeline #17528 failed with stage
in 0 seconds
......@@ -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)
-----------------
......
from setuptools import setup, find_packages
version = '0.47'
version = '0.48'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment