From 9a8234440b63e89328d4cd1a14784afde57ae3aa Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Mon, 8 Oct 2018 05:55:52 +0000 Subject: [PATCH 1/2] updated v0.9.0.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cd778ca..6c9abcc 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "betsee" %} -{% set version = "0.8.2.0" %} +{% set version = "0.9.0.0" %} {% set version_list = version.split('.') %} -{% set sha256 = "ba10c26c591a1640e8dea69b85b7a444a3b9a8951b331e84b75c6b1105307081" %} +{% set sha256 = "6a84242193437fffe5fe1fc8615ad465a5e777367f7cb3cdfc7af4e60f56dc1f" %} package: name: {{ name|lower }} From 48105f0f9897bfbb5335a189c8ef4ab907706795 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Mon, 8 Oct 2018 05:55:57 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.10.03 --- .ci_support/linux_.yaml | 9 ++++++++- .circleci/build_steps.sh | 25 ++++++++++++++++--------- .circleci/fast_finish_ci_pr_build.sh | 2 +- .circleci/run_docker_build.sh | 7 +++++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 12 ++++++------ 6 files changed, 37 insertions(+), 20 deletions(-) diff --git a/.ci_support/linux_.yaml b/.ci_support/linux_.yaml index 0967ef4..9a22688 100644 --- a/.ci_support/linux_.yaml +++ b/.ci_support/linux_.yaml @@ -1 +1,8 @@ -{} +build_number_decrement: +- '0' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +docker_image: +- condaforge/linux-anvil diff --git a/.circleci/build_steps.sh b/.circleci/build_steps.sh index 1becc90..258a085 100755 --- a/.circleci/build_steps.sh +++ b/.circleci/build_steps.sh @@ -7,27 +7,34 @@ set -xeuo pipefail export PYTHONUNBUFFERED=1 +export FEEDSTOCK_ROOT=/home/conda/feedstock_root +export RECIPE_ROOT=/home/conda/recipe_root +export CI_SUPPORT=/home/conda/feedstock_root/.ci_support +export CONFIG_FILE="${CI_SUPPORT}/${CONFIG}.yaml" cat >~/.condarc <@conda-forge-admin, please rerender in a comment in this PR for automated rerendering) * [ ] Ensured the license file is being packaged.