Since dependencies need a new python_version field in the JSON schemas, the https://packagecontrol.io code will need to be updated also. Here are a few relevant places: - https://github.com/wbond/packagecontrol.io/blob/master/setup/sql/up.sql#L101-L109 - https://github.com/wbond/packagecontrol.io/tree/master/setup/sql/migrations - https://github.com/wbond/packagecontrol.io/blob/master/app/models/dependency.py - https://github.com/wbond/packagecontrol.io/blob/master/app/lib/refresh_packages.py#L136-L162 - https://github.com/wbond/packagecontrol.io/blob/master/app/tasks/generate_channel_v3_json.py There are likely a few more I haven't thought of, off of the top of my head.
Since dependencies need a new python_version field in the JSON schemas, the https://packagecontrol.io code will need to be updated also.
Here are a few relevant places:
There are likely a few more I haven't thought of, off of the top of my head.