From 574b845a298683c02bcda5b71cbcbb4cd2834fdc Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:38:36 +0000 Subject: [PATCH 1/2] updated v3.1.3 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 426b7b5..048ef0e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "inquirer" %} -{% set version = "3.1.2" %} +{% set version = "3.1.3" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/inquirer-{{ version }}.tar.gz - sha256: d5b4dafe5cbb9edf5991b77bd08053b683e13b600bf9174c0bda5a35b3e88ec5 + sha256: aac309406f5b49d4b8ab7c6872117f43bf082a552dc256aa16bc95e16bb58bec build: number: 0 From 47d4227c5e872bb27ed50405afcf3e74e2895ca6 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:38:45 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and conda-forge-pinning 2023.03.06.17.29.54 --- .scripts/build_steps.sh | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 71a4242..595f8b5 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/README.md b/README.md index 74c8e04..ca84753 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About inquirer -============== +About inquirer-feedstock +======================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/inquirer-feedstock/blob/main/LICENSE.txt) Home: https://github.com/magmax/python-inquirer Package license: MIT -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/inquirer-feedstock/blob/main/LICENSE.txt) - Summary: Collection of common interactive command line user interfaces, based on Inquirer.js Current build status