From e1f37288a680f0ab44bb1507150da7e82cb9655d Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 4 Sep 2024 07:02:44 +0800 Subject: [PATCH 1/2] updated v0.0.28 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6a45496..8704ca9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.0.26" %} +{% set version = "0.0.28" %} package: name: {{ name|lower }} @@ -7,14 +7,14 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: 3b81182d38a8ab2058570baa2b9d2ab5c3c8482366044f223847631233bf8854 + sha256: 5a85112ca458d4ba9c0fe34da0448065aa75449135bbf21e67254e3e8b9d6bef build: entry_points: - gdptools = gdptools.__main__:main noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 1 + number: 0 requirements: host: From b2486ae250dbe4052e0753ddb27a90156f702317 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sat, 7 Sep 2024 22:12:04 +0800 Subject: [PATCH 2/2] add bot inspection --- conda-forge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index 993de48..9823d65 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -4,3 +4,5 @@ github: conda_forge_output_validation: true conda_build: pkg_format: '2' +bot: + inspection: update-grayskull