You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mark Liu (JIRA)" <ji...@apache.org> on 2018/10/02 23:45:00 UTC

[jira] [Created] (BEAM-5613) Snapshot Python dependencies and add to Python_NightlySnapshot

Mark Liu created BEAM-5613:
------------------------------

             Summary: Snapshot Python dependencies and add to Python_NightlySnapshot
                 Key: BEAM-5613
                 URL: https://issues.apache.org/jira/browse/BEAM-5613
             Project: Beam
          Issue Type: Improvement
          Components: dependencies
            Reporter: Mark Liu
            Assignee: Mark Liu


Python SDK depends on a list of libraries without specific versions. Unexpected or unaware version change could happen if there is a new release or range change in setup.py. This can be detected by dependency checking tools which require to track dependency list and their versions periodically. 

We could snapshot dependencies periodically using pip freeze and python setup.py egg_info and upload them to a public accessible location to benefit people who want to check dependency info or building related tools.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)