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 dnaio to 1.2.2 #51157

Merged
merged 1 commit into from
Oct 4, 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
8 changes: 4 additions & 4 deletions recipes/dnaio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

package:
name: dnaio
version: {{ version }}

source:
url: https://files.pythonhosted.org/packages/2b/bf/c62568ad2e5be8eb9760ddf3ab66107a4ef2a47fe1bb92de5eb5322e65d8/dnaio-1.2.1.tar.gz
sha256: 4786dc63614b9f3011463d9ea9d981723dd38d1091a415a557f71d8c74400f38
url: https://files.pythonhosted.org/packages/1e/69/b11040d6cb619f2c879904dfd5f703c15d5ed05d20afc556318de9bc476b/dnaio-1.2.2.tar.gz
sha256: 55e1c8e5b86056ce3bb3a3eff643ebc9910a5d6d0d5c10a27eb4d5b6525117d5

build:
number: 2
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
run_exports:
- {{ pin_subpackage('dnaio', max_pin="x") }}
Expand Down