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

1.3.0 #8

Merged
merged 7 commits into from
Oct 12, 2023
Merged
Changes from 3 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 recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "maturin" %}
{% set version = "0.14.17" %}
{% set version = "1.3.0" %}

package:
name: {{ name }}-suite
version: {{ version }}

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

build:
number: 0
Expand All @@ -33,7 +33,7 @@ outputs:
- setuptools
- setuptools-rust 1.5.2
ViridianMelody marked this conversation as resolved.
Show resolved Hide resolved
- wheel
- tomli # [py<311]
- tomli 2.0.1 # [py<311]
ViridianMelody marked this conversation as resolved.
Show resolved Hide resolved
run:
- python
- tomli >=1.1.0 # [py<311]
Expand Down Expand Up @@ -62,7 +62,7 @@ outputs:
- setuptools
- setuptools-rust 1.5.2
ViridianMelody marked this conversation as resolved.
Show resolved Hide resolved
- wheel
- tomli # [py<311]
- tomli 2.0.1 # [py<311]
ViridianMelody marked this conversation as resolved.
Show resolved Hide resolved
run:
- python
- tomli >=1.1.0 # [py<311]
Expand Down