Skip to content

Commit

Permalink
Fix pgscatalog-utils patch update 1.4.2 (#51608)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Oct 24, 2024
1 parent 2514a1b commit 3ba572a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/pgscatalog-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "pgscatalog-utils" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

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') }}

Expand All @@ -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:
Expand Down

0 comments on commit 3ba572a

Please sign in to comment.