From 3ea4526c63b06b3de70af389d856527d189690e1 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 06:18:46 +0000 Subject: [PATCH 1/2] Update dependencies --- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 56 ++--- docs/working-examples.md | 231 +++++++++--------- 8 files changed, 154 insertions(+), 145 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 65488188..79006c38 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 47b2579a..05abac2e 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 825991e6..51c29395 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -30,5 +30,5 @@ zipp==3.8.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index a9c99ed0..01256831 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 7f49670e..d0ee57c9 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 47b2579a..05abac2e 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.4.2 +setuptools==65.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 8fdb63fb..e6d0de75 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,48 +1,48 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-08-7292f33 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-21-7492cb5 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-09-51a01be -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-09-51a01be -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-21-92d3131 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-21-92d3131 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-21-92d3131 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-08-7292f33 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-21-7492cb5 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-09-51a01be -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-21-92d3131 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-21-92d3131 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-09-51a01be -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-21-92d3131 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-21-92d3131 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-21-92d3131 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-09-51a01be -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-09-51a01be -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-21-92d3131 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-21-92d3131 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-21-92d3131 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-09-51a01be -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-09-51a01be -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-21-92d3131 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-21-92d3131 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-21-92d3131 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-09-51a01be -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-21-92d3131 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-21-92d3131 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-09-51a01be -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-09-51a01be -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-09-51a01be +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-21-92d3131 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-21-92d3131 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-21-92d3131 diff --git a/docs/working-examples.md b/docs/working-examples.md index eb68e50d..13ff7323 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -30,8 +30,8 @@ title: Working examples | [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. | | [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. | -| [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. | | [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool | +| [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. | | [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | | [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | @@ -39,8 +39,8 @@ title: Working examples | [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | | [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | | [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. | -| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | | [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels | +| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | | [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI | @@ -62,6 +62,7 @@ title: Working examples | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | +| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for machine learning | | [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. | | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | @@ -72,14 +73,14 @@ title: Working examples | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | -| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | +| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | +| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | -| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [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. | | [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. | +| [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. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | | [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 | @@ -88,6 +89,7 @@ title: Working examples | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | +| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | | [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [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. | @@ -100,14 +102,15 @@ title: Working examples | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | -| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | +| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | +| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | [scikit-learn]: https://github.com/scikit-learn/scikit-learn [NumPy]: https://github.com/numpy/numpy @@ -131,8 +134,8 @@ title: Working examples [scikit-image]: https://github.com/scikit-image/scikit-image [cmake]: https://github.com/scikit-build/cmake-python-distributions [twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport -[websockets]: https://github.com/aaugustin/websockets [PyOxidizer]: https://github.com/indygreg/PyOxidizer +[websockets]: https://github.com/aaugustin/websockets [cvxpy]: https://github.com/cvxpy/cvxpy [Triton]: https://github.com/openai/triton [UltraJSON]: https://github.com/ultrajson/ultrajson @@ -140,8 +143,8 @@ title: Working examples [OpenSpiel]: https://github.com/deepmind/open_spiel [pyzmq]: https://github.com/zeromq/pyzmq [aiortc]: https://github.com/aiortc/aiortc -[vispy]: https://github.com/vispy/vispy [Implicit]: https://github.com/benfred/implicit +[vispy]: https://github.com/vispy/vispy [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [Dependency Injector]: https://github.com/ets-labs/python-dependency-injector @@ -163,6 +166,7 @@ title: Working examples [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest [Psycopg 3]: https://github.com/psycopg/psycopg [google neuroglancer]: https://github.com/google/neuroglancer +[envd]: https://github.com/tensorchord/envd [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py @@ -173,14 +177,14 @@ title: Working examples [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [tgcalls]: https://github.com/MarshalX/tgcalls -[dd-trace-py]: https://github.com/DataDog/dd-trace-py [pybind11 python_example]: https://github.com/pybind/python_example +[dd-trace-py]: https://github.com/DataDog/dd-trace-py +[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [time-machine]: https://github.com/adamchainz/time-machine [sourmash]: https://github.com/dib-lab/sourmash -[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [cyvcf2]: https://github.com/brentp/cyvcf2 -[abess]: https://github.com/abess-team/abess [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[abess]: https://github.com/abess-team/abess [jq.py]: https://github.com/mwilliamson/jq.py [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer @@ -189,6 +193,7 @@ title: Working examples [bx-python]: https://github.com/bxlab/bx-python [TgCrypto]: https://github.com/pyrogram/tgcrypto [iDynTree]: https://github.com/robotology/idyntree +[mosec]: https://github.com/mosecorg/mosec [Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 [Arbor]: https://github.com/arbor-sim/arbor @@ -201,14 +206,15 @@ title: Working examples [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [clang-format]: https://github.com/ssciwr/clang-format-wheel [numpythia]: https://github.com/scikit-hep/numpythia -[pyjet]: https://github.com/scikit-hep/pyjet [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example +[pyjet]: https://github.com/scikit-hep/pyjet [ninja]: https://github.com/scikit-build/ninja-python-distributions [GSD]: https://github.com/glotzerlab/gsd [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [xmlstarlet]: https://github.com/dimitern/xmlstarlet [SiPM]: https://github.com/EdoPro98/SimSiPM +[ril]: https://github.com/Cryptex-github/ril-py [appveyor icon]: data/readme_icons/appveyor.svg [github icon]: data/readme_icons/github.svg @@ -220,106 +226,109 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 0bc70cac9353f40d18ac70403c08477ee3e14115 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 22 Aug 2022 09:01:20 -0400 Subject: [PATCH 2/2] fix(style): don't check generated file Signed-off-by: Henry Schreiner --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41f2bcaa..0ad01042 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: rev: 5.0.4 hooks: - id: flake8 - exclude: cibuildwheel/resources/ + exclude: ^cibuildwheel/resources/ additional_dependencies: *flake8-dependencies - repo: https://github.com/pre-commit/pygrep-hooks @@ -109,6 +109,7 @@ repos: entry: PyBind|Numpy|Cmake|Github|PyTest types: - markdown + exclude: ^docs/working-examples\.md$ # Autogenerated - id: update-readme-changelog name: Update README changelog language: python @@ -120,3 +121,4 @@ repos: hooks: - id: codespell args: ["-L", "sur"] + exclude: ^docs/working-examples\.md$ # Autogenerated