You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by guo jiwei <te...@apache.org> on 2023/06/02 14:10:53 UTC

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

+1 (binding)

- Checked the signature
- Install the python .whl file (pip3 install
pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS
- Start the standalone (master)
- Start consumer (python3 ./examples/consumer.py)
- Start producer (python3 ./examples/producer.py )


Regards
Jiwei Guo (Tboy)


On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:

> This is the 1st release candidate for Apache Pulsar Client Python,
> version 3.2.0.
>
> It fixes the following issues:
> https://github.com/apache/pulsar-client-python/milestone/3?closed=1
>
> *** 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.2.0-candidate-1/
>
> The supported python versions are 3.7, 3.8, 3.9, 3.10 and 3.11. 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.2.0-candidate-1
> (ba99cd5f372ab645bbb12239dad53668b10075a9)
>
> https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
>

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

Posted by 徐昀泽 <xy...@gmail.com>.
Close this vote by 4 binding +1s:

* Jiwei Guo
* Penghui
* Matteo
* Mattison

And 1 non-binding +1:
* Tison

Thanks,
Yunze

> On Jun 3, 2023, at 15:06, tison <wa...@gmail.com> wrote:
> 
> +1
> 
> I checked the source release -
> 
> * NOTICE and LICENSE present
> * SIGN and CHECKSUM matches
> * Installed and tested connections on Mac
> 
> Best,
> tison.
> 
> 
> <ma...@gmail.com> 于2023年6月3日周六 11:11写道:
> 
>> +1 (binding)
>> 
>> - Start the standalone (master)
>> - Start consumer (python3 ./examples/consumer.py)
>> - Start producer (python3 ./examples/producer.py )
>> 
>> Best,
>> Mattison
>> On Jun 2, 2023, 23:09 +0800, Matteo Merli <ma...@gmail.com>, wrote:
>>> +1
>>> 
>>> * Checked signature
>>> * Installed and tested with Mac & linux wheels
>>> 
>>> 
>>> Matteo
>>> --
>>> Matteo Merli
>>> <ma...@gmail.com>
>>> 
>>> 
>>> On Fri, Jun 2, 2023 at 7:36 AM PengHui Li <pe...@apache.org> wrote:
>>> 
>>>> +1 (binding)
>>>> 
>>>> - Checked the signature
>>>> - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl
>>>> - Start standalone (master)
>>>> - Start consumer (python3 ./examples/consumer.py)
>>>> - Start producer (python3 ./examples/producer.py)
>>>> - The consumer can receive all the published messages by producer
>>>> 
>>>> Regards,
>>>> Penghui
>>>> 
>>>> 
>>>> On Fri, Jun 2, 2023 at 10:11 PM guo jiwei <te...@apache.org>
>> wrote:
>>>> 
>>>>>> +1 (binding)
>>>>>> 
>>>>>> - Checked the signature
>>>>>> - Install the python .whl file (pip3 install
>>>>>> pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on
>> macOS
>>>>>> - Start the standalone (master)
>>>>>> - Start consumer (python3 ./examples/consumer.py)
>>>>>> - Start producer (python3 ./examples/producer.py )
>>>>>> 
>>>>>> 
>>>>>> Regards
>>>>>> Jiwei Guo (Tboy)
>>>>>> 
>>>>>> 
>>>>>> On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:
>>>>>> 
>>>>>>>> This is the 1st release candidate for Apache Pulsar Client
>> Python,
>>>>>>>> version 3.2.0.
>>>>>>>> 
>>>>>>>> It fixes the following issues:
>>>>>>>> 
>> https://github.com/apache/pulsar-client-python/milestone/3?closed=1
>>>>>>>> 
>>>>>>>> *** 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.2.0-candidate-1/
>>>>>>>> 
>>>>>>>> The supported python versions are 3.7, 3.8, 3.9, 3.10 and
>> 3.11. 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.2.0-candidate-1
>>>>>>>> (ba99cd5f372ab645bbb12239dad53668b10075a9)
>>>>>>>> 
>>>>>>>> 
>>>>>> 
>>>> 
>> https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
>>>>>>>> 
>>>>>> 
>>>> 
>> 


Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

Posted by tison <wa...@gmail.com>.
+1

I checked the source release -

* NOTICE and LICENSE present
* SIGN and CHECKSUM matches
* Installed and tested connections on Mac

Best,
tison.


<ma...@gmail.com> 于2023年6月3日周六 11:11写道:

> +1 (binding)
>
> - Start the standalone (master)
> - Start consumer (python3 ./examples/consumer.py)
> - Start producer (python3 ./examples/producer.py )
>
> Best,
> Mattison
> On Jun 2, 2023, 23:09 +0800, Matteo Merli <ma...@gmail.com>, wrote:
> > +1
> >
> > * Checked signature
> > * Installed and tested with Mac & linux wheels
> >
> >
> > Matteo
> > --
> > Matteo Merli
> > <ma...@gmail.com>
> >
> >
> > On Fri, Jun 2, 2023 at 7:36 AM PengHui Li <pe...@apache.org> wrote:
> >
> > > +1 (binding)
> > >
> > > - Checked the signature
> > > - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl
> > > - Start standalone (master)
> > > - Start consumer (python3 ./examples/consumer.py)
> > > - Start producer (python3 ./examples/producer.py)
> > > - The consumer can receive all the published messages by producer
> > >
> > > Regards,
> > > Penghui
> > >
> > >
> > > On Fri, Jun 2, 2023 at 10:11 PM guo jiwei <te...@apache.org>
> wrote:
> > >
> > > > > +1 (binding)
> > > > >
> > > > > - Checked the signature
> > > > > - Install the python .whl file (pip3 install
> > > > > pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on
> macOS
> > > > > - Start the standalone (master)
> > > > > - Start consumer (python3 ./examples/consumer.py)
> > > > > - Start producer (python3 ./examples/producer.py )
> > > > >
> > > > >
> > > > > Regards
> > > > > Jiwei Guo (Tboy)
> > > > >
> > > > >
> > > > > On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:
> > > > >
> > > > > > > This is the 1st release candidate for Apache Pulsar Client
> Python,
> > > > > > > version 3.2.0.
> > > > > > >
> > > > > > > It fixes the following issues:
> > > > > > >
> https://github.com/apache/pulsar-client-python/milestone/3?closed=1
> > > > > > >
> > > > > > > *** 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.2.0-candidate-1/
> > > > > > >
> > > > > > > The supported python versions are 3.7, 3.8, 3.9, 3.10 and
> 3.11. 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.2.0-candidate-1
> > > > > > > (ba99cd5f372ab645bbb12239dad53668b10075a9)
> > > > > > >
> > > > > > >
> > > > >
> > >
> https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
> > > > > > >
> > > > >
> > >
>

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

Posted by ma...@gmail.com.
+1 (binding)

- Start the standalone (master)
- Start consumer (python3 ./examples/consumer.py)
- Start producer (python3 ./examples/producer.py )

Best,
Mattison
On Jun 2, 2023, 23:09 +0800, Matteo Merli <ma...@gmail.com>, wrote:
> +1
>
> * Checked signature
> * Installed and tested with Mac & linux wheels
>
>
> Matteo
> --
> Matteo Merli
> <ma...@gmail.com>
>
>
> On Fri, Jun 2, 2023 at 7:36 AM PengHui Li <pe...@apache.org> wrote:
>
> > +1 (binding)
> >
> > - Checked the signature
> > - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl
> > - Start standalone (master)
> > - Start consumer (python3 ./examples/consumer.py)
> > - Start producer (python3 ./examples/producer.py)
> > - The consumer can receive all the published messages by producer
> >
> > Regards,
> > Penghui
> >
> >
> > On Fri, Jun 2, 2023 at 10:11 PM guo jiwei <te...@apache.org> wrote:
> >
> > > > +1 (binding)
> > > >
> > > > - Checked the signature
> > > > - Install the python .whl file (pip3 install
> > > > pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS
> > > > - Start the standalone (master)
> > > > - Start consumer (python3 ./examples/consumer.py)
> > > > - Start producer (python3 ./examples/producer.py )
> > > >
> > > >
> > > > Regards
> > > > Jiwei Guo (Tboy)
> > > >
> > > >
> > > > On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:
> > > >
> > > > > > This is the 1st release candidate for Apache Pulsar Client Python,
> > > > > > version 3.2.0.
> > > > > >
> > > > > > It fixes the following issues:
> > > > > > https://github.com/apache/pulsar-client-python/milestone/3?closed=1
> > > > > >
> > > > > > *** 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.2.0-candidate-1/
> > > > > >
> > > > > > The supported python versions are 3.7, 3.8, 3.9, 3.10 and 3.11. 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.2.0-candidate-1
> > > > > > (ba99cd5f372ab645bbb12239dad53668b10075a9)
> > > > > >
> > > > > >
> > > >
> > https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
> > > > > >
> > > >
> >

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

Posted by Matteo Merli <ma...@gmail.com>.
+1

* Checked signature
* Installed and tested with Mac & linux wheels


Matteo
--
Matteo Merli
<ma...@gmail.com>


On Fri, Jun 2, 2023 at 7:36 AM PengHui Li <pe...@apache.org> wrote:

> +1 (binding)
>
> - Checked the signature
> - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl
> - Start standalone (master)
> - Start consumer (python3 ./examples/consumer.py)
> - Start producer (python3 ./examples/producer.py)
> - The consumer can receive all the published messages by producer
>
> Regards,
> Penghui
>
>
> On Fri, Jun 2, 2023 at 10:11 PM guo jiwei <te...@apache.org> wrote:
>
> > +1 (binding)
> >
> > - Checked the signature
> > - Install the python .whl file (pip3 install
> > pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS
> > - Start the standalone (master)
> > - Start consumer (python3 ./examples/consumer.py)
> > - Start producer (python3 ./examples/producer.py )
> >
> >
> > Regards
> > Jiwei Guo (Tboy)
> >
> >
> > On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:
> >
> > > This is the 1st release candidate for Apache Pulsar Client Python,
> > > version 3.2.0.
> > >
> > > It fixes the following issues:
> > > https://github.com/apache/pulsar-client-python/milestone/3?closed=1
> > >
> > > *** 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.2.0-candidate-1/
> > >
> > > The supported python versions are 3.7, 3.8, 3.9, 3.10 and 3.11. 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.2.0-candidate-1
> > > (ba99cd5f372ab645bbb12239dad53668b10075a9)
> > >
> > >
> >
> https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
> > >
> >
>

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

Posted by PengHui Li <pe...@apache.org>.
+1 (binding)

- Checked the signature
- Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl
- Start standalone (master)
- Start consumer (python3 ./examples/consumer.py)
- Start producer (python3 ./examples/producer.py)
- The consumer can receive all the published messages by producer

Regards,
Penghui


On Fri, Jun 2, 2023 at 10:11 PM guo jiwei <te...@apache.org> wrote:

> +1 (binding)
>
> - Checked the signature
> - Install the python .whl file (pip3 install
> pulsar_client-3.2.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS
> - Start the standalone (master)
> - Start consumer (python3 ./examples/consumer.py)
> - Start producer (python3 ./examples/producer.py )
>
>
> Regards
> Jiwei Guo (Tboy)
>
>
> On Tue, May 30, 2023 at 10:48 AM Yunze Xu <xy...@apache.org> wrote:
>
> > This is the 1st release candidate for Apache Pulsar Client Python,
> > version 3.2.0.
> >
> > It fixes the following issues:
> > https://github.com/apache/pulsar-client-python/milestone/3?closed=1
> >
> > *** 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.2.0-candidate-1/
> >
> > The supported python versions are 3.7, 3.8, 3.9, 3.10 and 3.11. 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.2.0-candidate-1
> > (ba99cd5f372ab645bbb12239dad53668b10075a9)
> >
> >
> https://github.com/apache/pulsar-client-python/releases/tag/v3.2.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.
> >
>