Skip to content

Commit

Permalink
Sync libevent-2.1.10 with main (#66)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
2 parents cee139d + 62e744a commit 32dd114
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gflags:
- '2.2'
glog:
- '0.6'
libev:
- '4.33'
libevent:
- 2.1.10
lmdb:
Expand Down
2 changes: 0 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ libevent:
- "2.1.10"
lmdb:
- "0.9.22"
msgpack_c:
- 6
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
# is not available for Windows on conda-forge
# See: https://github.com/conda-forge/folly-feedstock/pull/98
skip: true # [win]
number: 0
number: 1

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main
Expand All @@ -41,7 +41,7 @@ requirements:
- lz4-c
- prometheus-cpp
- double-conversion
- libevent {{ libevent }}
- libevent
- libprotobuf <4
- libmongocxx
- zstd
Expand All @@ -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
Expand Down

0 comments on commit 32dd114

Please sign in to comment.