diff --git a/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml b/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml index cad4005..bc43cef 100644 --- a/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml b/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml index d67c832..2a61bc0 100644 --- a/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml index 15d0c7e..d690ace 100644 --- a/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/migrations/python313.yaml b/.ci_support/migrations/python313.yaml new file mode 100644 index 0000000..119bed8 --- /dev/null +++ b/.ci_support/migrations/python313.yaml @@ -0,0 +1,42 @@ +migrator_ts: 1724712607 +__migrator: + commit_message: Rebuild for python 3.13 + migration_number: 1 + operation: key_add + primary_key: python + ordering: + python: + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython + - 3.12.* *_cpython + - 3.13.* *_cp313 # new entry + - 3.6.* *_73_pypy + - 3.7.* *_73_pypy + - 3.8.* *_73_pypy + - 3.9.* *_73_pypy + paused: false + longterm: true + pr_limit: 20 + max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times + exclude: + # this shouldn't attempt to modify the python feedstocks + - python + - pypy3.6 + - pypy-meta + - cross-python + - python_abi + # see https://github.com/conda-forge/scipy-feedstock/pull/283 + - scipy + exclude_pinned_pkgs: false + +python: +- 3.13.* *_cp313 +# additional entries to add for zip_keys +numpy: +- 2 +python_impl: +- cpython diff --git a/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml b/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml index b3dcca7..c68af6c 100644 --- a/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml b/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml index 8035642..9ae1799 100644 --- a/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml index 2bc291a..e562492 100644 --- a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml b/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml index 3719d15..a88da8d 100644 --- a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml b/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml index 4d01800..0254ea2 100644 --- a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml index 2f551e5..d5e8c12 100644 --- a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml @@ -40,6 +40,8 @@ libcurl: - '8' libevent: - 2.1.12 +libprotobuf: +- 5.28.2 lmdb: - 0.9.22 lz4_c: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 44dce30..ab7fbb3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @ognyanstoimenov @Alex-PLACET @DerThorsten @DrNickClarke @G-D-Petrov @Hind-M @IvoDD @JohanMabille @Klaim @alexowens90 @jamesmunro @jjerphan @joe-iddon @mehertz @muhammadhamzasajjad @phoebusm @poodlewars @qc00 @vasil-pashov @willdealtry +* @DerThorsten @G-D-Petrov @Hind-M @IvoDD @JohanMabille @Klaim @alexowens90 @jamesmunro @jjerphan @joe-iddon @mehertz @ognyanstoimenov @phoebusm @poodlewars @qc00 @vasil-pashov @willdealtry \ No newline at end of file diff --git a/README.md b/README.md index 64b6c1a..625812d 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ Feedstock Maintainers * [@jjerphan](https://github.com/jjerphan/) * [@joe-iddon](https://github.com/joe-iddon/) * [@mehertz](https://github.com/mehertz/) +* [@ognyanstoimenov](https://github.com/ognyanstoimenov/) * [@phoebusm](https://github.com/phoebusm/) * [@poodlewars](https://github.com/poodlewars/) * [@qc00](https://github.com/qc00/) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4fb08d8..6e77b31 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,7 +17,7 @@ build: skip: true # [win] # not ready yet; needs to unpin pybind11 skip: true # [py>=312] - number: 0 + number: 1 entry_points: - arcticdb_update_storage = arcticdb.scripts.update_storage:main