From 4907eb4e67696e37ff64a4c1f1446ec7b55a07aa Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:08:59 +0000 Subject: [PATCH 1/2] updated v4.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cb08b6b..3ac1b1f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "atpublic" %} -{% set version = "3.1.2" %} +{% set version = "4.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 88ff77dde0ecd921bb7a31f914faaf8b10fec0478bf4a8998f3be9c5ca1b47da + sha256: 0f40433219e124edf115c6c363808ca6f0e1cfa7d160d86b2fb94793086d1294 build: From d698f22b3001f3d6035a7819bff3c1460824356f Mon Sep 17 00:00:00 2001 From: Mark Keller <8452750+keller00@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:52:50 -0700 Subject: [PATCH 2/2] update supported python version and pdm dependency --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3ac1b1f..3439f49 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,10 +18,10 @@ build: requirements: host: - pip - - python >=3.6 + - python >=3.8 - pdm-backend run: - - python >=3.6 + - python >=3.8 test: imports: