Skip to content

Commit

Permalink
[bot-automerge] maturin v1.7.1 (#127)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents ef452d7 + 7462a51 commit 8f30ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ cxx_compiler: # [win]
- vs2022 # [win]
cxx_compiler_version: # [win]
- 19.40 # [win]
rust_compiler_version:
- "1.74"
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "maturin" %}
{% set version = "1.7.0" %}
{% set version = "1.7.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1ba5277dd7832dc6181d69a005182b97b3520945825058484ffd9296f2efb59c
sha256: 147754cb3d81177ee12d9baf575d93549e76121dacd3544ad6a50ab718de2b9c

build:
number: 2
number: 0
skip: true # [py==27]
missing_dso_whitelist: # [osx]
- /usr/lib/libresolv.9.dylib # [osx]
Expand Down

0 comments on commit 8f30ac9

Please sign in to comment.