diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ buildstream 1.3.1 to avoid having to specify the dependency type for every entry in 'depends'. + o Source plugins may now request access access to previous during track and + fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or + `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes. + + o Add new `pip` source plugin for downloading python packages using pip, + based on requirements files from previous sources. + ================= buildstream 1.1.5 |