Skip to content

Commit dba6945

Browse files
authored
Merge pull request #1 from regro-cf-autotick-bot/rebuild-python310-0-1_h6b74b2
Rebuild for python310
2 parents 6d5e9c6 + ff80bf3 commit dba6945

7 files changed

Lines changed: 118 additions & 1 deletion

File tree

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

Lines changed: 4 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: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
boost_cpp:
2+
- 1.74.0
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '10'
7+
cdt_name:
8+
- cos6
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
cxx_compiler_version:
16+
- '10'
17+
docker_image:
18+
- quay.io/condaforge/linux-anvil-cos7-x86_64
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.10.* *_cpython
27+
target_platform:
28+
- linux-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
migrator_ts: 1634137107
2+
__migrator:
3+
migration_number: 1
4+
operation: key_add
5+
primary_key: python
6+
ordering:
7+
python:
8+
- 3.6.* *_cpython
9+
- 3.7.* *_cpython
10+
- 3.8.* *_cpython
11+
- 3.9.* *_cpython
12+
- 3.10.* *_cpython # new entry
13+
- 3.6.* *_73_pypy
14+
- 3.7.* *_73_pypy
15+
paused: false
16+
longterm: True
17+
pr_limit: 40
18+
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times
19+
exclude:
20+
# this shouldn't attempt to modify the python feedstocks
21+
- python
22+
- pypy3.6
23+
- pypy-meta
24+
- cross-python
25+
- python_abi
26+
exclude_pinned_pkgs: false
27+
28+
python:
29+
- 3.10.* *_cpython
30+
# additional entries to add for zip_keys
31+
numpy:
32+
- 1.21
33+
python_impl:
34+
- cpython
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
boost_cpp:
4+
- 1.74.0
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '13'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- clangxx
15+
cxx_compiler_version:
16+
- '13'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.10.* *_cpython
27+
target_platform:
28+
- osx-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version

README.md

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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 0
15+
number: 1
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)