Skip to content

Commit 0ef245a

Browse files
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and conda-forge-pinning 2024.11.10.22.41.52
1 parent 6045c4c commit 0ef245a

35 files changed

+336
-154
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.10.* *_cpython
2525
target_platform:
2626
- linux-64
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.11.* *_cpython
2525
target_platform:
2626
- linux-64
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.12.* *_cpython
2525
target_platform:
2626
- linux-64
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- conda
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
docker_image:
16+
- quay.io/condaforge/linux-anvil-cos7-x86_64
17+
krb5:
18+
- '1.21'
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.13.* *_cp313
25+
target_platform:
26+
- linux-64

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.9.* *_cpython
2525
target_platform:
2626
- linux-64
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

.ci_support/linux_aarch64_python3.10.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c_stdlib_version:
1111
cdt_arch:
1212
- aarch64
1313
cdt_name:
14-
- cos7
14+
- conda
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:
@@ -28,6 +28,3 @@ python:
2828
- 3.10.* *_cpython
2929
target_platform:
3030
- linux-aarch64
31-
zip_keys:
32-
- - c_stdlib_version
33-
- cdt_name

.ci_support/linux_aarch64_python3.11.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c_stdlib_version:
1111
cdt_arch:
1212
- aarch64
1313
cdt_name:
14-
- cos7
14+
- conda
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:
@@ -28,6 +28,3 @@ python:
2828
- 3.11.* *_cpython
2929
target_platform:
3030
- linux-aarch64
31-
zip_keys:
32-
- - c_stdlib_version
33-
- cdt_name

.ci_support/linux_aarch64_python3.12.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c_stdlib_version:
1111
cdt_arch:
1212
- aarch64
1313
cdt_name:
14-
- cos7
14+
- conda
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:
@@ -28,6 +28,3 @@ python:
2828
- 3.12.* *_cpython
2929
target_platform:
3030
- linux-aarch64
31-
zip_keys:
32-
- - c_stdlib_version
33-
- cdt_name
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '13'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
11+
cdt_arch:
12+
- aarch64
13+
cdt_name:
14+
- conda
15+
channel_sources:
16+
- conda-forge
17+
channel_targets:
18+
- conda-forge main
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
krb5:
22+
- '1.21'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
python:
28+
- 3.13.* *_cp313
29+
target_platform:
30+
- linux-aarch64

.ci_support/linux_aarch64_python3.9.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c_stdlib_version:
1111
cdt_arch:
1212
- aarch64
1313
cdt_name:
14-
- cos7
14+
- conda
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:
@@ -28,6 +28,3 @@ python:
2828
- 3.9.* *_cpython
2929
target_platform:
3030
- linux-aarch64
31-
zip_keys:
32-
- - c_stdlib_version
33-
- cdt_name

.ci_support/linux_ppc64le_python3.10.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.10.* *_cpython
2525
target_platform:
2626
- linux-ppc64le
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

.ci_support/linux_ppc64le_python3.11.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.11.* *_cpython
2525
target_platform:
2626
- linux-ppc64le
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

.ci_support/linux_ppc64le_python3.12.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.12.* *_cpython
2525
target_platform:
2626
- linux-ppc64le
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- conda
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
docker_image:
16+
- quay.io/condaforge/linux-anvil-cos7-x86_64
17+
krb5:
18+
- '1.21'
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.13.* *_cp313
25+
target_platform:
26+
- linux-ppc64le

.ci_support/linux_ppc64le_python3.9.____cpython.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -24,6 +24,3 @@ python:
2424
- 3.9.* *_cpython
2525
target_platform:
2626
- linux-ppc64le
27-
zip_keys:
28-
- - c_stdlib_version
29-
- cdt_name

0 commit comments

Comments
 (0)