summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-15 11:21:30 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-08-15 19:58:58 +0100
commit4a2dd6afe5e04c8f12a2680a09a1225831565731 (patch)
tree88e1200a462a66e5893b69ce29a30acb7ff1f30f
parenta7a8265090eaba5cb99fec7ad9acbadb84e998de (diff)
downloadbuildstream-chandan/sourcetransform.tar.gz
Add NEWS entry for Source Transform and pip sourcechandan/sourcetransform
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1f5b9f0f..bc35ff79a 100644
--- a/NEWS
+++ b/NEWS
@@ -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