Skip to content

Commit

Permalink
Update to TileDB-Py 0.30 (conda-forge#216)
Browse files Browse the repository at this point in the history
* Bump version to 0.30.0

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.36.1, and conda-forge-pinning 2024.06.11.11.32.55

* Update c_stdlib_version
  • Loading branch information
ihnorton authored Jun 12, 2024
1 parent 384ce0a commit 195d65c
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_impl:
target_platform:
- linux-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_impl:
target_platform:
- linux-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_impl:
target_platform:
- linux-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_impl:
target_platform:
- linux-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_impl:
target_platform:
- linux-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_impl:
target_platform:
- linux-aarch64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_impl:
target_platform:
- linux-aarch64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_impl:
target_platform:
- linux-aarch64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_impl:
target_platform:
- linux-aarch64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_impl:
target_platform:
- linux-aarch64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - c_stdlib_version
- cdt_name
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_impl:
target_platform:
- osx-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_impl:
target_platform:
- osx-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_impl:
target_platform:
- osx-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_impl:
target_platform:
- osx-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_impl:
target_platform:
- osx-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down Expand Up @@ -27,7 +29,7 @@ python_impl:
target_platform:
- osx-arm64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down Expand Up @@ -27,7 +29,7 @@ python_impl:
target_platform:
- osx-arm64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down Expand Up @@ -27,7 +29,7 @@ python_impl:
target_platform:
- osx-arm64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down Expand Up @@ -27,7 +29,7 @@ python_impl:
target_platform:
- osx-arm64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down Expand Up @@ -27,7 +29,7 @@ python_impl:
target_platform:
- osx-arm64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python_impl:
target_platform:
- win-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python_impl:
target_platform:
- win-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python_impl:
target_platform:
- win-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python_impl:
target_platform:
- win-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python_impl:
target_platform:
- win-64
tiledb:
- '2.22'
- '2.24'
zip_keys:
- - python
- numpy
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

4 changes: 2 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_SDK_VERSION: # [osx and x86_64]
- 10.14 # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.14" # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
- 10.14 # [osx and x86_64]
channel_sources:
- conda-forge
channel_priority:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledb" %}
{% set version = "0.29.0" %}
{% set sha256 = "f47eca580298266f031053bab2c35864bd7be7e0b80337e99d930035b1d3bbea" %}
{% set version = "0.30.0" %}
{% set sha256 = "592fc8caae8fe1555e3e04d5a109dfd74fd10defbc65b215a63544b0f0743b67" %}

package:
name: tiledb-py
Expand Down Expand Up @@ -33,7 +33,7 @@ requirements:
- cython <3.0
- numpy
- pybind11
- tiledb >=2.23.0,<2.24
- tiledb >=2.24.0,<2.25
run:
- python
- {{ pin_compatible('numpy') }}
Expand Down

0 comments on commit 195d65c

Please sign in to comment.