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

V0.6.2 #4

Merged
merged 26 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
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
22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.10.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.11.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.8.____73_pypy.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.9.____73_pypy.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.9.____cpython.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rust_compiler:
- rust
rust_compiler_version:
- 1.76.0
# use {{ compiler('rust-gnu') }} when requiring a build using the m2w64-toolchain
rust_gnu_compiler: # [win]
- rust-gnu # [win]
rust_gnu_compiler_version: # [win]
- 1.76.0 # [win]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.12" # [osx and x86_64]
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.12.sdk # [osx and x86_64]
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "y-py" %}
{% set version = "0.5.9" %}
{% set version = "0.6.2" %}

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

source:
url: https://pypi.io/packages/source/y/y_py/y_py-{{ version }}.tar.gz
sha256: 50cfa0532bcee27edb8c64743b49570e28bb76a00cd384ead1d84b6f052d9368
sha256: 4757a82a50406a0b3a333aa0122019a331bd6f16e49fed67dca423f928b3fd4d

build:
number: 0
Expand All @@ -21,15 +21,14 @@ build:
requirements:
build:
- python
- maturin >=0.13,<0.14
- maturin >=1.2.3,<2
- {{ compiler('c') }}
- {{ compiler('rust') }}
- cargo-bundle-licenses
host:
- maturin =0.13.7
- maturin 1.3.1
- pip
- python
- wheel
run:
# this is needed otherwise import y_py in tests fails with ModuleNotFoundError
- python
Expand Down