File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ __migrator :
2+ build_number : 1
3+ commit_message : Rebuild for libffi 3.5
4+ kind : version
5+ migration_number : 1
6+ libffi :
7+ - ' 3.5'
8+ migrator_ts : 1760302128.4447467
Original file line number Diff line number Diff line change 1- build_platform : {osx_arm64: osx_64, linux_ppc64le: linux_64, linux_aarch64: linux_64}
2- conda_forge_output_validation : true
3- provider : {linux_aarch64: default, linux_ppc64le: native}
1+ azure :
2+ store_build_artifacts : true
43bot :
54 abi_migration_branches :
65 - ' 3.8'
76 - ' 3.9'
87 - ' 3.10'
98 - ' 3.11'
109 - ' 3.12'
11- azure :
12- store_build_artifacts : true
10+ build_platform :
11+ linux_aarch64 : linux_64
12+ linux_ppc64le : linux_64
13+ osx_arm64 : osx_64
14+ conda_build :
15+ pkg_format : ' 2'
16+ conda_forge_output_validation : true
1317github :
1418 branch_name : main
1519 tooling_branch_name : main
16- conda_build :
17- pkg_format : ' 2'
20+ provider :
21+ linux_aarch64 : default
22+ linux_ppc64le : native
1823test : native_and_emulated
Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 0 %}
7+ {% set build_number = 1 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
You can’t perform that action at this time.
0 commit comments