From 3ba572adde8e57e383fc2d1ff316e153e5746d24 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Thu, 24 Oct 2024 12:05:28 +0100 Subject: [PATCH] Fix pgscatalog-utils patch update 1.4.2 (#51608) --- recipes/pgscatalog-utils/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index 9f2ccfa52bfaf..d2ad494269d8b 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pgscatalog-utils" %} -{% set version = "1.4.1" %} +{% set version = "1.4.2" %} package: name: {{ name|lower }} @@ -7,12 +7,12 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_utils-{{ version }}.tar.gz - sha256: e54e67f9a372e91a7cc640528c66a9989258bc5ae61e7d6972a5b8ef4e1aa2da + sha256: a6393687b1b38a1926f999434c6c459f03a4e625ca6a66075b55b82ce1cc186b build: noarch: python script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir - number: 1 + number: 0 run_exports: - {{ pin_subpackage('pgscatalog-utils', max_pin='x.x') }} @@ -24,7 +24,7 @@ requirements: run: - python >=3.10.0,<4.0.0 - pgscatalog.calc >=0.3.0,<0.4.0 - - pgscatalog.core >=0.3.1,<0.4.0 + - pgscatalog.core >=0.3.2,<0.4.0 - pgscatalog.match >=0.3.3,<0.4.0 test: