diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-08-15 11:21:30 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-07-16 14:05:34 +0900 |
commit | afcbcbd07ca256066e13fc7324372569a51beb85 (patch) | |
tree | 5b36fc3dd767259e27ea1fa61252e51fe33df2e6 /NEWS | |
parent | 79cba2e824b507d56eaff098ac7b9aa0cac25770 (diff) | |
download | buildstream-afcbcbd07ca256066e13fc7324372569a51beb85.tar.gz |
Add NEWS entry for Source Transform and pip source
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ ================= +buildstream 1.3.1 +================= + + 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.2.7 ================= |