diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index c5e794b..74ba748 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -5,7 +5,7 @@ jobs: - job: win pool: - vmImage: windows-2019 + vmImage: windows-2022 strategy: matrix: win_64_python3.10.____cpython: @@ -45,7 +45,7 @@ jobs: - script: | call activate base - mamba.exe install "python=3.9" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.10" conda-build conda pip boa conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 84431a6..a6b09f6 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/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index b3abaeb..bb00584 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -24,9 +24,9 @@ source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base mamba install --update-specs --quiet --yes --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 diff --git a/README.md b/README.md index b64b50a..2d22961 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About wasabi -============ +About wasabi-feedstock +====================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/wasabi-feedstock/blob/main/LICENSE.txt) Home: http://github.com/ines/wasabi Package license: MIT -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/wasabi-feedstock/blob/main/LICENSE.txt) - Summary: A lightweight console printing and formatting toolkit Development: https://github.com/ines/wasabi diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 940ef32..1864020 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "wasabi" %} -{% set version = "1.1.1" %} -{% set sha256sum = "f5ee7c609027811bd16e620f2fd7a7319466005848e41b051a62053ab8fd70d6" %} +{% set version = "1.1.2" %} +{% set sha256sum = "1aaef3aceaa32edb9c91330d29d3936c0c39fdb965743549c173cb54b16c30b5" %} package: name: {{ name|lower }} @@ -10,7 +10,7 @@ source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256sum }} build: - number: 1 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: