Skip to content

Commit

Permalink
ENH: updated version to 1.10.0 & Re-rendered with conda-build 24.9.0,…
Browse files Browse the repository at this point in the history
… conda-smithy 3.43.0, and conda-forge-pinning 2024.10.20.09.20.51
  • Loading branch information
conda-forge-webservices[bot] committed Oct 20, 2024
1 parent b343ba5 commit 0bd21f6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 deletions.
10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 25 additions & 14 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.9.0" %}
{% set version = "1.10.0" %}

# Note: This recipe is specifically designed to work well with the autotick bot.
# Also refer to https://github.com/conda-forge/rust-feedstock/blob/main/recipe/meta.yaml.
Expand All @@ -8,15 +8,15 @@ package:

source:
- url: https://pypi.io/packages/source/p/polars/polars-{{ version }}.tar.gz # [polars_variant == "polars"]
sha256: 8e1206ef876f61c1d50a81e102611ea92ee34631cb135b46ad314bfefd3cb122 # [polars_variant == "polars"]
sha256: 855b0fffbe4fbb1c89b4f9b4b6cc724b337f946a9ba50829eb22b8a36483b3c3 # [polars_variant == "polars"]
- url: https://pypi.io/packages/source/p/polars-lts-cpu/polars_lts_cpu-{{ version }}.tar.gz # [polars_variant == "polars-lts-cpu"]
sha256: 4848ea9f54cb59cce6b08a5f161a5c488684b55729f2ef076c65ca92759a985e # [polars_variant == "polars-lts-cpu"]
sha256: ca48eec281fdd7d68665d64b4001bd06921e68ec492d9692d8093c2516e68b3f # [polars_variant == "polars-lts-cpu"]
- url: https://pypi.io/packages/source/p/polars-u64-idx/polars_u64_idx-{{ version }}.tar.gz # [polars_variant == "polars-u64-idx"]
sha256: 7236e87e57a96fe783f8db01acd63f252f5017912cf1c8ffa3eda1026d4435bd # [polars_variant == "polars-u64-idx"]
sha256: 8bfb16f0d0e58573d9b3bfc42f8a9f14bfae8d5171f137d3573317290c598f13 # [polars_variant == "polars-u64-idx"]


build:
number: 1
number: 0
skip: true # [win and python_impl=="pypy"]
skip: true # [aarch64 and python_impl=="pypy"]

Expand Down

0 comments on commit 0bd21f6

Please sign in to comment.