From 8deeb72fda3efd4d848543b256ad2f1f1425c368 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 16:33:22 +0100 Subject: [PATCH 1/3] fix dependencies --- recipes/pgscatalog-utils/meta.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index f75bb5bdd2eca..652284e4c58d8 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pgscatalog-utils" %} -{% set version = "1.3.1" %} +{% set version = "1.4.1" %} 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: 7816a0de184e385a1afeec153a5079f751ccda578d702af91391be389c0f09a7 + sha256: e54e67f9a372e91a7cc640528c66a9989258bc5ae61e7d6972a5b8ef4e1aa2da build: noarch: python @@ -23,9 +23,9 @@ requirements: - pip run: - python >=3.10.0,<4.0.0 - - pgscatalog.calc >=0.2.1,<0.3.0 - - pgscatalog.core >=0.2.1,<0.3.0 - - pgscatalog.match >=0.2.1,<0.3.0 + - pgscatalog.calc >=0.3.0,<0.4.0 + - pgscatalog.core >=0.3.1,<0.4.0 + - pgscatalog.match >=0.3.3,<0.4.0 test: imports: @@ -33,6 +33,7 @@ test: - pgscatalog.calc - pgscatalog.core commands: + - pip check - pgscatalog-download --help - pgscatalog-combine --help - pgscatalog-match --help @@ -40,6 +41,8 @@ test: - pgscatalog-relabel --help - pgscatalog-aggregate --help - pgscatalog-ancestry-adjust --help + requires: + - pip about: home: https://github.com/PGScatalog/pygscatalog From 4dba441a0b6cc6dd1adaea619fb4a94654f2a26e Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Wed, 9 Oct 2024 09:05:45 +0100 Subject: [PATCH 2/3] add maintainer --- recipes/pgscatalog-utils/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index 652284e4c58d8..2e060c7eb049f 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -54,3 +54,5 @@ about: extra: recipe-maintainers: - nebfield + - smlmbrt + From 722c91e497bc227ed1853dbcca75caea612c80a1 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Wed, 9 Oct 2024 09:15:06 +0100 Subject: [PATCH 3/3] bump build number --- 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 2e060c7eb049f..9f2ccfa52bfaf 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir - number: 0 + number: 1 run_exports: - {{ pin_subpackage('pgscatalog-utils', max_pin='x.x') }}