Commit 59c48e51 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.53

parent e01e634a
Pipeline #19405 failed with stage
in 0 seconds
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
Changes Changes
========= =========
0.53 (2022-01-11)
-----------------
- default: execute 'init' after the 'location' option is automatically set.
- Drop multiarch support: see new 'multiarch' value in conditional configuration
sections since SlapOS fork of zc.buildout version 2.7.1+slapos015.
- default: make 'self.download' use url&md5sum options if called without url.
- default: add support for xz/lz archives to 'self.extract'.
- download*: new 'offline' option to override ${buildout:offline}.
0.52 (2021-12-10) 0.52 (2021-12-10)
----------------- -----------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.52' version = '0.53'
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"
......
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