From 0319c431dedc020ebffde8fdedf7a033c302bc19 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:47:21 -0400 Subject: [PATCH] [Bot] Update dependencies (#2032) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/build-platforms.toml | 24 ++++----- .../resources/constraints-pyodide312.txt | 4 +- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python313.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- cibuildwheel/resources/nodejs.toml | 2 +- .../resources/pinned_docker_images.cfg | 50 +++++++++---------- docs/working-examples.md | 12 ++--- 12 files changed, 53 insertions(+), 53 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 59e1d044c..f7327dd14 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -132,12 +132,12 @@ python_configurations = [ { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" }, { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" }, { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" }, - { identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, - { identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, - { identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, - { identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, - { identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, - { identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" }, + { identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, + { identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, + { identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, + { identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, + { identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, + { identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" }, { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" }, { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" }, { identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" }, @@ -163,16 +163,16 @@ python_configurations = [ { identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" }, { identifier = "cp312-win32", version = "3.12.7", arch = "32" }, { identifier = "cp312-win_amd64", version = "3.12.7", arch = "64" }, - { identifier = "cp313-win32", version = "3.13.0-rc3", arch = "32" }, - { identifier = "cp313t-win32", version = "3.13.0-rc3", arch = "32" }, - { identifier = "cp313-win_amd64", version = "3.13.0-rc3", arch = "64" }, - { identifier = "cp313t-win_amd64", version = "3.13.0-rc3", arch = "64" }, + { identifier = "cp313-win32", version = "3.13.0", arch = "32" }, + { identifier = "cp313t-win32", version = "3.13.0", arch = "32" }, + { identifier = "cp313-win_amd64", version = "3.13.0", arch = "64" }, + { identifier = "cp313t-win_amd64", version = "3.13.0", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" }, { identifier = "cp312-win_arm64", version = "3.12.7", arch = "ARM64" }, - { identifier = "cp313-win_arm64", version = "3.13.0-rc3", arch = "ARM64" }, - { identifier = "cp313t-win_arm64", version = "3.13.0-rc3", arch = "ARM64" }, + { identifier = "cp313-win_arm64", version = "3.13.0", arch = "ARM64" }, + { identifier = "cp313t-win_arm64", version = "3.13.0", arch = "ARM64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" }, { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" }, { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index ca766e029..32a382d28 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -6,7 +6,7 @@ anyio==4.6.0 # via httpx auditwheel-emscripten==0.0.16 # via pyodide-build -build==1.2.2 +build==1.2.2.post1 # via # -r .nox/update_constraints/tmp/constraints-pyodide.in # pyodide-build @@ -80,7 +80,7 @@ requests==2.32.3 # via pyodide-build resolvelib==1.0.1 # via pyodide-build -rich==13.9.1 +rich==13.9.2 # via # pyodide-build # pyodide-cli diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 4e77fefa2..73e0e6d79 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 4460e60cc..62c541550 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 4460e60cc..62c541550 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 4460e60cc..62c541550 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 4e77fefa2..73e0e6d79 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 4e77fefa2..73e0e6d79 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 4460e60cc..62c541550 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -2,7 +2,7 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.2.2 +build==1.2.2.post1 # via -r cibuildwheel/resources/constraints.in delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/nodejs.toml b/cibuildwheel/resources/nodejs.toml index e2ad94919..157d0c364 100644 --- a/cibuildwheel/resources/nodejs.toml +++ b/cibuildwheel/resources/nodejs.toml @@ -1,2 +1,2 @@ url = "https://nodejs.org/dist/" -v20 = "v20.17.0" +v20 = "v20.18.0" diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 411817912..cbd7c0c38 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,57 +1,57 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.01-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.07-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.07-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.10.07-1 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.01-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.10.01-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.07-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.10.07-1 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.07-1 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.01-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.07-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.07-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.10.07-1 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.01-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.10.07-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.07-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.07-1 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.01-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.10.07-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.07-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.07-1 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.07-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.07-1 [armv7l] -musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.01-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.07-1 diff --git a/docs/working-examples.md b/docs/working-examples.md index aa3398de1..e91b10f7c 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -70,8 +70,8 @@ title: Working examples | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | -| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | +| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | @@ -81,8 +81,8 @@ title: Working examples | [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | +| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | | [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [keyvi][] | ![github icon][] | ![linux icon][] ![apple icon][] | FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime | @@ -100,8 +100,8 @@ title: Working examples | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. | -| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | +| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | @@ -180,8 +180,8 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [Picologging]: https://github.com/microsoft/picologging [markupsafe]: https://github.com/pallets/markupsafe -[Rtree]: https://github.com/Toblerity/rtree [pybind11 cmake_example]: https://github.com/pybind/cmake_example +[Rtree]: https://github.com/Toblerity/rtree [KDEpy]: https://github.com/tommyod/KDEpy [dd-trace-py]: https://github.com/DataDog/dd-trace-py [tgcalls]: https://github.com/MarshalX/tgcalls @@ -191,8 +191,8 @@ title: Working examples [abess]: https://github.com/abess-team/abess [sourmash]: https://github.com/sourmash-bio/sourmash [cyvcf2]: https://github.com/brentp/cyvcf2 -[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [jq.py]: https://github.com/mwilliamson/jq.py +[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer [keyvi]: https://github.com/KeyviDev/keyvi @@ -210,8 +210,8 @@ title: Working examples [fathon]: https://github.com/stfbnc/fathon [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [Arbor]: https://github.com/arbor-sim/arbor -[polaroid]: https://github.com/daggy1234/polaroid [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python +[polaroid]: https://github.com/daggy1234/polaroid [clang-format]: https://github.com/ssciwr/clang-format-wheel [etebase-py]: https://github.com/etesync/etebase-py [cf-units]: https://github.com/SciTools/cf-units