From 7d30be3e2aac1d4b5cad4f2e8561781bd84b8bec Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:08:49 +0000 Subject: [PATCH 1/3] Update pgscatalog-utils to 1.4.3 --- recipes/pgscatalog-utils/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index d2ad494269d8b..a23b54b52f2d7 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.2" %} +{% set version = "1.4.3" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_utils-{{ version }}.tar.gz - sha256: a6393687b1b38a1926f999434c6c459f03a4e625ca6a66075b55b82ce1cc186b + sha256: eb5f43461e2c082d2b2a2dd1ac63abde2c2cc28cb2f0edf2788ef7711c049353 build: noarch: python From 2f9934b847d87a13349ab667f9f211e6f48458f7 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:22:13 +0000 Subject: [PATCH 2/3] Update pgscatalog-utils to 1.4.4 --- recipes/pgscatalog-utils/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index a23b54b52f2d7..d0c8d19d5e36b 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.3" %} +{% set version = "1.4.4" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_utils-{{ version }}.tar.gz - sha256: eb5f43461e2c082d2b2a2dd1ac63abde2c2cc28cb2f0edf2788ef7711c049353 + sha256: dd431b3e064194d6febb1d41e8c9f558cd4421d1e94d7d42e3f42f3f100ac2ae build: noarch: python From dba3322642013c6ecda95f6608d515f10bb32b08 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:53:04 -0500 Subject: [PATCH 3/3] bump minimal pgscatalog.core version --- recipes/pgscatalog-utils/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index d0c8d19d5e36b..912fd1d00bbab 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -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.2,<0.4.0 + - pgscatalog.core >=0.3.3,<0.4.0 - pgscatalog.match >=0.3.3,<0.4.0 test: