From 468435e39028d37315604ddcbaadfd83619298ac Mon Sep 17 00:00:00 2001
From: regro-cf-autotick-bot
<36490558+regro-cf-autotick-bot@users.noreply.github.com>
Date: Tue, 13 Oct 2020 01:39:37 +0000
Subject: [PATCH 1/2] Rebuild for python39
---
.ci_support/migrations/python39.yaml | 26 ++++++++++++++++++++++++++
recipe/meta.yaml | 2 +-
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 .ci_support/migrations/python39.yaml
diff --git a/.ci_support/migrations/python39.yaml b/.ci_support/migrations/python39.yaml
new file mode 100644
index 0000000..3eff5c7
--- /dev/null
+++ b/.ci_support/migrations/python39.yaml
@@ -0,0 +1,26 @@
+migrator_ts: 1602104489
+__migrator:
+ migration_number: 2
+ operation: key_add
+ primary_key: python
+ ordering:
+ python:
+ - 3.6.* *_cpython
+ - 3.7.* *_cpython
+ - 3.8.* *_cpython
+ - 3.9.* *_cpython # new entry
+ - 3.6.* *_73_pypy
+ paused: false
+ pr_limit: 50
+ exclude:
+ # this shouldn't attempt to modify the python feedstocks
+ - python
+ - pypy3.6
+ - pypy-meta
+python:
+ - 3.9.* *_cpython
+# additional entries to add for zip_keys
+numpy:
+ - 1.19
+python_impl:
+ - cpython
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index db5baaa..9311b18 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}
build:
- number: 0
+ number: 1
script: {{ PYTHON }} -m pip install . -vv
requirements:
From d642051d57a5f5f24cecae6b136f407e21764e32 Mon Sep 17 00:00:00 2001
From: regro-cf-autotick-bot
<36490558+regro-cf-autotick-bot@users.noreply.github.com>
Date: Tue, 13 Oct 2020 01:39:48 +0000
Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.20.3, conda-smithy
3.8.2, and conda-forge-pinning 2020.10.13.00.03.02
---
.azure-pipelines/azure-pipelines-linux.yml | 5 ++++-
.azure-pipelines/azure-pipelines-osx.yml | 4 +++-
.azure-pipelines/azure-pipelines-win.yml | 4 +++-
.../linux_64_python3.9.____cpython.yaml | 18 ++++++++++++++++
.ci_support/osx_64_python3.9.____cpython.yaml | 20 ++++++++++++++++++
.ci_support/win_64_python3.9.____cpython.yaml | 14 +++++++++++++
README.md | 21 +++++++++++++++++++
build-locally.py | 2 +-
8 files changed, 84 insertions(+), 4 deletions(-)
create mode 100644 .ci_support/linux_64_python3.9.____cpython.yaml
create mode 100644 .ci_support/osx_64_python3.9.____cpython.yaml
create mode 100644 .ci_support/win_64_python3.9.____cpython.yaml
diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml
index 1b28213..1f0eda0 100755
--- a/.azure-pipelines/azure-pipelines-linux.yml
+++ b/.azure-pipelines/azure-pipelines-linux.yml
@@ -24,7 +24,10 @@ jobs:
CONFIG: linux_64_python3.8.____cpython
UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: condaforge/linux-anvil-comp7
- maxParallel: 8
+ linux_64_python3.9.____cpython:
+ CONFIG: linux_64_python3.9.____cpython
+ UPLOAD_PACKAGES: 'True'
+ DOCKER_IMAGE: condaforge/linux-anvil-comp7
timeoutInMinutes: 360
steps:
diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml
index 9ada444..d4c9ef2 100755
--- a/.azure-pipelines/azure-pipelines-osx.yml
+++ b/.azure-pipelines/azure-pipelines-osx.yml
@@ -20,7 +20,9 @@ jobs:
osx_64_python3.8.____cpython:
CONFIG: osx_64_python3.8.____cpython
UPLOAD_PACKAGES: 'True'
- maxParallel: 8
+ osx_64_python3.9.____cpython:
+ CONFIG: osx_64_python3.9.____cpython
+ UPLOAD_PACKAGES: 'True'
timeoutInMinutes: 360
steps:
diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml
index a4edbe6..5c854f7 100755
--- a/.azure-pipelines/azure-pipelines-win.yml
+++ b/.azure-pipelines/azure-pipelines-win.yml
@@ -17,7 +17,9 @@ jobs:
win_64_python3.8.____cpython:
CONFIG: win_64_python3.8.____cpython
UPLOAD_PACKAGES: 'True'
- maxParallel: 4
+ win_64_python3.9.____cpython:
+ CONFIG: win_64_python3.9.____cpython
+ UPLOAD_PACKAGES: 'True'
timeoutInMinutes: 360
variables:
CONDA_BLD_PATH: D:\\bld\\
diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml
new file mode 100644
index 0000000..d70ba32
--- /dev/null
+++ b/.ci_support/linux_64_python3.9.____cpython.yaml
@@ -0,0 +1,18 @@
+channel_sources:
+- conda-forge,defaults
+channel_targets:
+- conda-forge main
+cxx_compiler:
+- gxx
+cxx_compiler_version:
+- '7'
+docker_image:
+- condaforge/linux-anvil-comp7
+pin_run_as_build:
+ python:
+ min_pin: x.x
+ max_pin: x.x
+python:
+- 3.9.* *_cpython
+target_platform:
+- linux-64
diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml
new file mode 100644
index 0000000..957089e
--- /dev/null
+++ b/.ci_support/osx_64_python3.9.____cpython.yaml
@@ -0,0 +1,20 @@
+MACOSX_DEPLOYMENT_TARGET:
+- '10.9'
+channel_sources:
+- conda-forge,defaults
+channel_targets:
+- conda-forge main
+cxx_compiler:
+- clangxx
+cxx_compiler_version:
+- '10'
+macos_machine:
+- x86_64-apple-darwin13.4.0
+pin_run_as_build:
+ python:
+ min_pin: x.x
+ max_pin: x.x
+python:
+- 3.9.* *_cpython
+target_platform:
+- osx-64
diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_python3.9.____cpython.yaml
new file mode 100644
index 0000000..3e4ce48
--- /dev/null
+++ b/.ci_support/win_64_python3.9.____cpython.yaml
@@ -0,0 +1,14 @@
+channel_sources:
+- conda-forge,defaults
+channel_targets:
+- conda-forge main
+cxx_compiler:
+- vs2017
+pin_run_as_build:
+ python:
+ min_pin: x.x
+ max_pin: x.x
+python:
+- 3.9.* *_cpython
+target_platform:
+- win-64
diff --git a/README.md b/README.md
index 0f8f4af..14551f4 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,13 @@ Current build status
+