From c78a9d854acd9a5c09c33489d35c52ea2eb98d4f Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 11 May 2024 16:45:35 +0000 Subject: [PATCH 1/2] updated v0.1.20 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b87e7b5..b438b79 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pysqa" %} -{% set version = "0.1.19" %} +{% set version = "0.1.20" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pysqa-{{ version }}.tar.gz - sha256: 3fda188ac46e5bab727522963c75c690f881766d4dc9602a662a27e224c6e060 + sha256: 5d0fac058c3f2416b432aeebd5c221b1e736e03d682e725784f01f33cfe9a81e build: entry_points: @@ -28,7 +28,7 @@ requirements: - toml run: - python >=3.7 - - jinja2 >=2.11.3,<=3.1.3 + - jinja2 >=2.11.3,<=3.1.4 - pandas >=1.5.3,<=2.2.2 - pyyaml >=5.3.1,<=6.0.1 From 9cc1826f17e9863a84b61d676e7a76c4c5a47dc0 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 11 May 2024 16:46:06 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.1, and conda-forge-pinning 2024.05.11.10.59.21 --- .ci_support/linux_64_.yaml | 7 ------- .github/workflows/automerge.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 3166d1d..6c59082 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,3 @@ -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' cdt_name: - cos6 channel_sources: @@ -10,6 +6,3 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -zip_keys: -- - c_stdlib_version - - cdt_name diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index da1368a..0535f6a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,8 +9,6 @@ jobs: runs-on: ubuntu-latest name: automerge steps: - - name: checkout - uses: actions/checkout@v3 - name: automerge-action id: automerge-action uses: conda-forge/automerge-action@main