From e4e9572a55d341ee0cf767a05746fa03a61b2847 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Wed, 27 Sep 2023 08:55:50 +0200 Subject: [PATCH 1/3] Build for v4.0.0 Signed-off-by: Julien Jerphanion --- recipe/meta.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 419e7607..7f59b139 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "arcticdb" %} -{% set version = "3.0.0" %} +{% set version = "4.0.0" %} 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: 85b3bb3e853e4fcd855cd3edd8a2f50b5d16b2fdf0136553944b093ddaa3446a + sha256: 52969d055ca622209e430f96deff33004113f0df29a0f1cb7a3538925986f529 build: # We skip the build on Windows because one of the dependencies (folly) @@ -41,7 +41,7 @@ requirements: - lz4-c - prometheus-cpp - double-conversion - - libevent {{ libevent }} + - libevent - libprotobuf <4 - libmongocxx - zstd @@ -66,7 +66,9 @@ requirements: - spdlog - robin_hood - recycle - - lmdb ==0.9.22 + # 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 ==0.9.14 - fmt <10 - glog @@ -79,7 +81,7 @@ requirements: - python # To keep in sync with `install_requires` in setup.cfg. - numpy - - pandas <2 + - pandas - attrs - dataclasses # backport for Python < 3.7 - decorator @@ -97,6 +99,7 @@ requirements: - protobuf - lmdb - packaging + - pymongo test: imports: - arcticdb From 25b614d60afa7b5cbf519b3fd1c1ff7ed1bfc6ca Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 06:59:26 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.26.23.22.17 --- .ci_support/linux_64_python3.10.____cpython.yaml | 2 -- .ci_support/linux_64_python3.11.____cpython.yaml | 2 -- .ci_support/linux_64_python3.8.____cpython.yaml | 2 -- .ci_support/linux_64_python3.9.____cpython.yaml | 2 -- .ci_support/osx_64_python3.10.____cpython.yaml | 2 -- .ci_support/osx_64_python3.11.____cpython.yaml | 2 -- .ci_support/osx_64_python3.8.____cpython.yaml | 2 -- .ci_support/osx_64_python3.9.____cpython.yaml | 2 -- .ci_support/osx_arm64_python3.10.____cpython.yaml | 2 -- .ci_support/osx_arm64_python3.11.____cpython.yaml | 2 -- .ci_support/osx_arm64_python3.8.____cpython.yaml | 2 -- .ci_support/osx_arm64_python3.9.____cpython.yaml | 2 -- 12 files changed, 24 deletions(-) diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml index d42fe6f5..352bda0a 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml index 56b78a08..09fcbe00 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml index 8908ef40..7029ffab 100644 --- a/.ci_support/linux_64_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml index 84500e17..7067554e 100644 --- a/.ci_support/linux_64_python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml index f55dab0b..7869136c 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml index e499fbce..1f0c86d7 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml index 90e366ba..e2238b3d 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml index 5f929afc..a3b94a31 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -20,8 +20,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml index b3deca62..77279e3a 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -18,8 +18,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml index dd77ee80..1c883b74 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -18,8 +18,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml index a6c53597..6d74b173 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -18,8 +18,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml index cd2de5af..2ba0c716 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -18,8 +18,6 @@ gflags: - '2.2' glog: - '0.6' -libev: -- '4.33' libevent: - 2.1.10 lmdb: From ebcb0b1a7c794f932626ff0d084b0f5701c17b18 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Wed, 27 Sep 2023 09:00:32 +0200 Subject: [PATCH 3/3] Unpin msgpack_c Signed-off-by: Julien Jerphanion --- recipe/conda_build_config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 835acee7..b2c99aed 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,5 +6,3 @@ libevent: - "2.1.10" lmdb: - "0.9.22" -msgpack_c: - - 6