Great catch, especially the second one.

Seems that it is a good idea to cancel the vote and create the rc1 vote

пн, 14 нояб. 2022 г. в 14:25, Sergey Korotkov <serge.korot...@gmail.com>:

> Hi Ivan,
>
> I have noticed two issues:
>
> 1. Typo in the release notes file:
>
> Fixed non-intuitive automatically setting of flag use_ssl *whet* the
> authentication is enabled.
>
> 2. The .whl package contains several test python files are not supposed
> to be included:
>
>      5936  Defl:N     2126  64% 2022-11-11 13:11 8ae223e4 tests/util.py
>      1587  Defl:N      815  49% 2022-11-11 13:11 70eacc2f
> tests/test_examples.py
>      4577  Defl:N     1556  66% 2022-11-11 13:11 bdddf0c1
> tests/test_cutils.py
>      2571  Defl:N     1111  57% 2022-11-11 13:11 c0d7dbdf tests/conftest.py
>       782  Defl:N      452  42% 2022-11-11 13:11 d3a45643 tests/__init__.py
>
> Thanks,
>
> --
>
>     Sergey Korotkov
>
>
> On 11.11.2022 20:40, Ivan Daschinsky wrote:
> > Dear Igniters!
> >
> > Release candidate binaries for subj are uploaded and ready for vote
> > You can find them here:
> > https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.6.0.rc0
> >
> > If you follow the link above, you will find source packages (*.zip)
> > and binary packages (wheels) for windows (amd64), mac os x (amd64) and
> > linux (x86_64)
> > for pythons 37, 38, 39, 310 and 311. Also, there are sha512 and gpg
> > signatures.
> > Code signing keys can be found here --
> > https://downloads.apache.org/ignite/KEYS
> > Here you can find instructions how to verify packages
> > https://www.apache.org/info/verification.html
> >
> > You can install binary package for specific version of python using pip
> > For example do this on linux for python 3.8
> >>> pip
> > install
> pyignite-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> >
> > You can build and install package from source using this command:
> >>> pip install pyignite-0.6.0.zip
> > You can build wheel on your platform using this command:
> >>> pip wheel --no-deps pyignite-0.6.0.zip
> > For building C module, you should have python headers and C compiler
> > installed.
> > (i.e. for ubuntu sudo apt install build-essential python3-dev)
> > In Mac OS X xcode-tools and python from homebrew are the best option.
> >
> > In order to check whether C module works, use following:
> >>> from pyignite import _cutils
> >>> print(_cutils.hashcode('test'))
> >>> 3556498
> > You can find documentation here:
> >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc0/
> >
> > You can find examples here (to check them, you should start ignite
> locally):
> >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc0/examples.html
> > Also, examples can be found in source archive in examples subfolder.
> > docker-compose.yml is supplied in order to start ignite quickly. (Use
> > `docker-compose up -d` to start 3 nodes cluster and `docker-compose
> > down` to shut down it)
> >
> > Release notes:
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=a0600047e7b29fc23350f77d4b087cfb55032d72
> >
> > Git release tag was created:
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=commit;h=a0600047e7b29fc23350f77d4b087cfb55032d72
> >
> > The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> >
> > +1 - to accept pyignite-0.6.0.rc0
> > 0 - don't care either way
> > -1 - DO NOT accept pyignite-0.6.0.rc0
> >
> > The vote finishes at 11/15/2022 15:00 UTC
> >
>

Reply via email to