diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-08-15 11:21:30 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2018-08-15 19:58:58 +0100 |
commit | 4a2dd6afe5e04c8f12a2680a09a1225831565731 (patch) | |
tree | 88e1200a462a66e5893b69ce29a30acb7ff1f30f | |
parent | a7a8265090eaba5cb99fec7ad9acbadb84e998de (diff) | |
download | buildstream-4a2dd6afe5e04c8f12a2680a09a1225831565731.tar.gz |
Add NEWS entry for Source Transform and pip sourcechandan/sourcetransform
-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 |