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

add proposed pypy versions to matrix #225

Merged
merged 12 commits into from
Mar 10, 2020
6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ poppler:
proj:
- 6.3.1
python:
- 2.7.* *_cpython # [not (aarch64 or ppc64le)]
- 3.6.* *_cpython
- 3.7.* *_cpython
- 2.7.* *_cpython # [not (aarch64 or ppc64le)]
- 3.6.* *_cpython
- 3.7.* *_cpython
qt:
- 5.12
readline:
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2020.03.06" %}
{% set version = "2020.03.09" %}

package:
name: conda-forge-pinning
Expand All @@ -8,7 +8,7 @@ source:
path: .

build:
number: 3
number: 0
noarch: generic
script:
- cp conda_build_config.yaml $PREFIX # [unix]
Expand Down
15 changes: 15 additions & 0 deletions recipe/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers.
pr_limit: 1 # Limit 1 PR per hour

beckermr marked this conversation as resolved.
Show resolved Hide resolved
python:
beckermr marked this conversation as resolved.
Show resolved Hide resolved
- 2.7.* *_cpython # [not (aarch64 or ppc64le)]
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not win64]