From 61cd52334373e66b456a60d5b44662f50a87481a Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:50:17 +0000 Subject: [PATCH 1/2] updated v3.0.6 --- recipe/meta.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 75a2801..2573efe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "guidata" %} -{% set version = "3.0.5" %} +{% set version = "3.0.6" %} package: name: guidata @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 0b603b5d1d096a72b0a3377944e0183cf0b3c3ab9e0fa572c932da0069fd9259 + sha256: 12c5666752251ff3d36d8db4c8717b0e4f1bb8220c31ea3f752d2faacd5d6054 build: number: 0 @@ -40,10 +40,7 @@ about: license: BSD-3-Clause license_file: LICENSE summary: Automatic GUI generation for easy dataset editing and display with Python - description: - The guidata package is a Python library generating Qt graphical user interfaces. - It is part of the PlotPyStack project, aiming at providing a unified framework for - creating scientific GUIs with Python and Qt. + description: The guidata package is a Python library generating Qt graphical user interfaces. It is part of the PlotPyStack project, aiming at providing a unified framework for creating scientific GUIs with Python and Qt. doc_url: https://guidata.readthedocs.io dev_url: https://github.com/PlotPyStack/guidata From 6f05ce7ca96c140b46ddf2205798d4a6712b44ad Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:50:20 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.08.10.53.16 --- .scripts/build_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 05044ba..e82d0a7 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ pip mamba conda-build boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"