+1 (binding) - Verified checksum and signatures - Built from source on macOS 15.1.1 and Apple Clang 18.1.8 - Ran produce and consume examples using the wheel on macOS 15.1.1 and Python 3.13 - Ran produce and consume examples using the wheel on Ubuntu 22.04 and Python 3.10 - Verified https://github.com/apache/pulsar-client-python/issues/257 is fixed by this version
Close this vote by 3 binding +1s - Baodi - Zike - Yunze Thanks, Yunze On Fri, Jul 18, 2025 at 4:49 PM Zike Yang <z...@apache.org> wrote: > > +1 (binding) > > - Verified checksum and signatures > - Verified Python wheel on macOS arm64 15.5 with Python 3.11.7/3.12.1 > - Verified produce and consume > > BR, > Zike Yang > > On Wed, Jul 16, 2025 at 4:07 PM Baodi Shi <ba...@apache.org> wrote: > > > > +1 (binding) > > > > - Verified source and chekcsum > > - Install whl: pulsar_client-3.8.0-cp313-cp313-macosx_13_0_universal2.whl > > on macOS 15.5 with python 3.13 > > - Run producer and consumer examples > > > > > > Thanks, > > Baodi Shi > > > > Yunze Xu <x...@apache.org> 于2025年7月14日周一 21:36写道: > > > > > > This is the 1st release candidate for Apache Pulsar Client Python, > > > version 3.8.0. > > > > > > It fixes the following issues: > > > https://github.com/apache/pulsar-client-python/pulls?q=is%3Apr+milestone%3A3.8.0+is%3Aclosed > > > > > > *** Please download, test and vote on this release. This vote will > > > stay open for at least 72 hours *** > > > > > > Python wheels: > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-3.8.0-candidate-1/ > > > > > > The supported python versions are 3.9, 3.10, 3.11, 3.12 and 3.13. The > > > supported platforms and architectures are: > > > - Windows x86_64 (windows/) > > > - glibc-based Linux x86_64 (linux-glibc-x86_64/) > > > - glibc-based Linux arm64 (linux-glibc-arm64/) > > > - musl-based Linux x86_64 (linux-musl-x86_64/) > > > - musl-based Linux arm64 (linux-musl-arm64/) > > > - macOS universal 2 (macos/) > > > > > > You can download the wheel (the `.whl` file) according to your own OS > > > and Python version > > > and install the wheel: > > > - Windows: `py -m pip install *.whl --force-reinstall` > > > - Linux or macOS: `python3 -m pip install *.whl --force-reinstall` > > > > > > The tag to be voted upon: v3.8.0-candidate-1 > > > (b4b035dc33088b66645836d2df2f58aadc98089f) > > > https://github.com/apache/pulsar-client-python/releases/tag/v3.8.0-candidate-1 > > > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > > https://downloads.apache.org/pulsar/KEYS > > > > > > Please download the Python wheels and follow the README to test.