Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pgscatalog-utils to 1.4.4 #51757

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/pgscatalog-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pgscatalog-utils" %}
{% set version = "1.4.2" %}
{% set version = "1.4.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_utils-{{ version }}.tar.gz
sha256: a6393687b1b38a1926f999434c6c459f03a4e625ca6a66075b55b82ce1cc186b
sha256: dd431b3e064194d6febb1d41e8c9f558cd4421d1e94d7d42e3f42f3f100ac2ae

build:
noarch: python
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.2,<0.4.0
- pgscatalog.core >=0.3.3,<0.4.0
- pgscatalog.match >=0.3.3,<0.4.0

test:
Expand Down
Loading