From 372f2910511819d2e90297678bb7cac57c86b0c9 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 11:56:24 +0100 Subject: [PATCH 1/4] fix pgscatalog.core dependency --- recipes/pgscatalog.match/meta.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/pgscatalog.match/meta.yaml b/recipes/pgscatalog.match/meta.yaml index 7b5debb7c3471..4711e1ad3367e 100644 --- a/recipes/pgscatalog.match/meta.yaml +++ b/recipes/pgscatalog.match/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 316feb3337298ac54a2b8aa5baa68bb9144acc1f38795cce628d8cd9b2e3b7c1 build: - number: 0 + number: 1 noarch: python entry_points: - pgscatalog-match = pgscatalog.match.cli.match_cli:run_match @@ -29,15 +29,18 @@ requirements: - python >=3.10 - polars 0.20.30 - pyarrow >=15.0.0,<16.0.0 - - pgscatalog.core >=0.2.1,<0.3.0 + - pgscatalog.core >=0.3.0,<0.4.0 test: imports: - pgscatalog.match commands: + - pip check - pgscatalog-match --help - pgscatalog-matchmerge --help - pgscatalog-intersect --help + requires: + - pip about: home: https://github.com/PGScatalog/pygscatalog From 66c05e7fa14817d56da786589e4cffed70331375 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 13:16:52 +0100 Subject: [PATCH 2/4] bump pgscatalog.match --- recipes/pgscatalog.match/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pgscatalog.match/meta.yaml b/recipes/pgscatalog.match/meta.yaml index 4711e1ad3367e..4856041c89ee1 100644 --- a/recipes/pgscatalog.match/meta.yaml +++ b/recipes/pgscatalog.match/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pgscatalog.match" %} -{% set version = "0.3.1" %} +{% set version = "0.3.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_match-{{ version }}.tar.gz - sha256: 316feb3337298ac54a2b8aa5baa68bb9144acc1f38795cce628d8cd9b2e3b7c1 + sha256: d927fa227917d3e03fb06370dfadc6a5fe4b85f0008f303909f0d7b2d1c48c61 build: number: 1 From 41375033e22c4332992ebc01f78332d88addbde5 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 13:19:08 +0100 Subject: [PATCH 3/4] fix version --- recipes/pgscatalog.match/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pgscatalog.match/meta.yaml b/recipes/pgscatalog.match/meta.yaml index 4856041c89ee1..234438d670099 100644 --- a/recipes/pgscatalog.match/meta.yaml +++ b/recipes/pgscatalog.match/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pgscatalog.match" %} -{% set version = "0.3.2" %} +{% set version = "0.3.3" %} package: name: {{ name|lower }} From 90be507bf5133fbe3a5c071eb9b8ace4be91405c Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 13:27:03 +0100 Subject: [PATCH 4/4] reset build number --- recipes/pgscatalog.match/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pgscatalog.match/meta.yaml b/recipes/pgscatalog.match/meta.yaml index a844965b4df55..e91c94f3ff030 100644 --- a/recipes/pgscatalog.match/meta.yaml +++ b/recipes/pgscatalog.match/meta.yaml @@ -12,7 +12,7 @@ source: build: - number: 1 + number: 0 noarch: python entry_points: - pgscatalog-match = pgscatalog.match.cli.match_cli:run_match