From 21fa55073b82c55de0f1bfa42bc8fc775faac07b Mon Sep 17 00:00:00 2001 From: Ivo Dilov Date: Thu, 28 Mar 2024 10:27:50 +0200 Subject: [PATCH] Updating to 4.4.0rc1 --- recipe/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c63b3ea8..4a6ca901 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "arcticdb" %} -{% set version = "4.3.2rc2" %} +{% set version = "4.4.0rc1" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz - sha256: d18d2ef8471aef4b71a8dd1cd80e4d6a90200229530b1eaafcfaa7e521de9b6d + sha256: fce4302f4bcc323900251690136724dd8726da02473638c69af817b29de0eaa8 patches: - patches/0001-Skip-pyarrow.patch @@ -19,7 +19,7 @@ build: # Fixing requires to rebuild the whole stack while OSX build # for python 3.8 is not used by anyone. skip: true # [osx and py<39] - number: 1 + number: 0 entry_points: - arcticdb_update_storage = arcticdb.scripts.update_storage:main @@ -42,7 +42,7 @@ requirements: # See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml - python - pip - - folly + - folly ==2023.09.25.00 - lz4-c - prometheus-cpp - double-conversion @@ -72,13 +72,13 @@ requirements: - grpcio-tools - protobuf - spdlog - - robin_hood + - unordered_dense - recycle # lmdb's version is constrained in `conda_build_config.yaml` because # specifying it here does not overide the conda-forge's global pinning. - lmdb - lmdbxx - - fmt <10 + - fmt - glog - gtest - benchmark @@ -99,7 +99,7 @@ requirements: # Resolves https://github.com/man-group/ArcticDB/issues/465 - aws-crt-cpp >=0.19.8 - prometheus-cpp - - protobuf + - protobuf >=3.5.0.post1, <5 - lmdb - packaging test: