Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual migration for PyPy3.7 on windows [1.19] #239

Merged
merged 5 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
33 changes: 0 additions & 33 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
35 changes: 0 additions & 35 deletions .ci_support/linux_aarch64_numpy1.18python3.6.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/migrations/pypy.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions .ci_support/migrations/pypy37-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy # new entry
paused: False
longterm: True
pr_limit: 6
bump_number: 0
wait_for_migrators:
- pypy37
commit_message: "Rebuild for PyPy3.7 for windows"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python: # [win]
- 3.7.* *_73_pypy # [win]
# additional entries to add for zip_keys
numpy: # [win]
- 1.19 # [win]
python_impl: # [win]
- pypy # [win]
20 changes: 0 additions & 20 deletions .ci_support/migrations/python39.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ liblapack:
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ liblapack:
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ liblapack:
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
31 changes: 0 additions & 31 deletions .ci_support/osx_64_numpy1.18python3.6.____73_pypy.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge main
libblas:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge main
libblas:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libcblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Loading