You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Ivan Daschinsky <iv...@gmail.com> on 2023/02/15 08:21:03 UTC

[VOTE] Release bug fix release pyignite-0.6.1-rc0

Dear Igniters!

This is a patch release that contains an important fix for users of
pyignite

https://issues.apache.org/jira/browse/IGNITE-18788


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.1-rc0

If you follow the link above, you will find source packages (*.tar.gz and
*.zip)
and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac os
(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.1-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.1.zip
You can build wheel on your platform using this command:
>> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615

Git release tag was created:
https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8

The vote is formal, see voting guidelines
https://www.apache.org/foundation/voting.html

+1 - to accept pyignite-0.6.1-rc0
0 - don't care either way
-1 - DO NOT accept pyignite-0.6.1-rc0

The vote finishes at 02/17/2021 15:00 UTC

-- 
Sincerely yours, Ivan Daschinskiy

Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Николай Ижиков <ni...@apache.org>.
+1 (binding)

> 15 февр. 2023 г., в 11:21, Ivan Daschinsky <iv...@gmail.com> написал(а):
> 
> Dear Igniters!
> 
> This is a patch release that contains an important fix for users of
> pyignite
> 
> https://issues.apache.org/jira/browse/IGNITE-18788
> 
> 
> 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.1-rc0
> 
> If you follow the link above, you will find source packages (*.tar.gz and
> *.zip)
> and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac os
> (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.1-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.1.zip
> You can build wheel on your platform using this command:
>>> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
> 
> Git release tag was created:
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
> 
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
> 
> +1 - to accept pyignite-0.6.1-rc0
> 0 - don't care either way
> -1 - DO NOT accept pyignite-0.6.1-rc0
> 
> The vote finishes at 02/17/2021 15:00 UTC
> 
> -- 
> Sincerely yours, Ivan Daschinskiy


Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Pavel Tupitsyn <pt...@apache.org>.
+1 (binding)

On Wed, Feb 15, 2023 at 11:07 AM Vladimir Steshin <vl...@gmail.com>
wrote:

> + 1
>
> 15.02.2023 11:21, Ivan Daschinsky пишет:
> > Dear Igniters!
> >
> > This is a patch release that contains an important fix for users of
> > pyignite
> >
> > https://issues.apache.org/jira/browse/IGNITE-18788
> >
> >
> > 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.1-rc0
> >
> > If you follow the link above, you will find source packages (*.tar.gz and
> > *.zip)
> > and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac
> os
> > (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.1-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.1.zip
> > You can build wheel on your platform using this command:
> >>> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
> >
> > Git release tag was created:
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
> >
> > The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> >
> > +1 - to accept pyignite-0.6.1-rc0
> > 0 - don't care either way
> > -1 - DO NOT accept pyignite-0.6.1-rc0
> >
> > The vote finishes at 02/17/2021 15:00 UTC
> >
>

Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Vladimir Steshin <vl...@gmail.com>.
+ 1

15.02.2023 11:21, Ivan Daschinsky пишет:
> Dear Igniters!
>
> This is a patch release that contains an important fix for users of
> pyignite
>
> https://issues.apache.org/jira/browse/IGNITE-18788
>
>
> 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.1-rc0
>
> If you follow the link above, you will find source packages (*.tar.gz and
> *.zip)
> and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac os
> (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.1-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.1.zip
> You can build wheel on your platform using this command:
>>> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
>
> Git release tag was created:
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
>
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
>
> +1 - to accept pyignite-0.6.1-rc0
> 0 - don't care either way
> -1 - DO NOT accept pyignite-0.6.1-rc0
>
> The vote finishes at 02/17/2021 15:00 UTC
>

Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Ivan Daschinsky <iv...@gmail.com>.
The vote is closed. The results will be announced soon.

ср, 15 февр. 2023 г. в 14:10, Maxim Muzafarov <mm...@apache.org>:

> +1
>
> On Wed, 15 Feb 2023 at 11:17, Вячеслав Коптилин
> <sl...@gmail.com> wrote:
> >
> > +1
> >
> >
> > ср, 15 февр. 2023 г. в 10:21, Ivan Daschinsky <iv...@gmail.com>:
> >
> > > Dear Igniters!
> > >
> > > This is a patch release that contains an important fix for users of
> > > pyignite
> > >
> > > https://issues.apache.org/jira/browse/IGNITE-18788
> > >
> > >
> > > 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.1-rc0
> > >
> > > If you follow the link above, you will find source packages (*.tar.gz
> and
> > > *.zip)
> > > and binary packages (wheels) for windows (amd64), linux (x86_64) amd
> mac os
> > > (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.1-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.1.zip
> > > You can build wheel on your platform using this command:
> > > >> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
> > >
> > > Git release tag was created:
> > >
> > >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
> > >
> > > The vote is formal, see voting guidelines
> > > https://www.apache.org/foundation/voting.html
> > >
> > > +1 - to accept pyignite-0.6.1-rc0
> > > 0 - don't care either way
> > > -1 - DO NOT accept pyignite-0.6.1-rc0
> > >
> > > The vote finishes at 02/17/2021 15:00 UTC
> > >
> > > --
> > > Sincerely yours, Ivan Daschinskiy
> > >
>


-- 
Sincerely yours, Ivan Daschinskiy

Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Maxim Muzafarov <mm...@apache.org>.
+1

On Wed, 15 Feb 2023 at 11:17, Вячеслав Коптилин
<sl...@gmail.com> wrote:
>
> +1
>
>
> ср, 15 февр. 2023 г. в 10:21, Ivan Daschinsky <iv...@gmail.com>:
>
> > Dear Igniters!
> >
> > This is a patch release that contains an important fix for users of
> > pyignite
> >
> > https://issues.apache.org/jira/browse/IGNITE-18788
> >
> >
> > 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.1-rc0
> >
> > If you follow the link above, you will find source packages (*.tar.gz and
> > *.zip)
> > and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac os
> > (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.1-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.1.zip
> > You can build wheel on your platform using this command:
> > >> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
> >
> > Git release tag was created:
> >
> > https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
> >
> > The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> >
> > +1 - to accept pyignite-0.6.1-rc0
> > 0 - don't care either way
> > -1 - DO NOT accept pyignite-0.6.1-rc0
> >
> > The vote finishes at 02/17/2021 15:00 UTC
> >
> > --
> > Sincerely yours, Ivan Daschinskiy
> >

Re: [VOTE] Release bug fix release pyignite-0.6.1-rc0

Posted by Вячеслав Коптилин <sl...@gmail.com>.
+1


ср, 15 февр. 2023 г. в 10:21, Ivan Daschinsky <iv...@gmail.com>:

> Dear Igniters!
>
> This is a patch release that contains an important fix for users of
> pyignite
>
> https://issues.apache.org/jira/browse/IGNITE-18788
>
>
> 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.1-rc0
>
> If you follow the link above, you will find source packages (*.tar.gz and
> *.zip)
> and binary packages (wheels) for windows (amd64), linux (x86_64) amd mac os
> (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.1-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.1.zip
> You can build wheel on your platform using this command:
> >> pip wheel --no-deps pyignite-0.6.1.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.1.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.1.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;f=RELEASE_NOTES.txt;h=86448e9ce51d7223ac49cf4f95da70d3d365e8c1;hb=0d86f44e86270f4d578afbce41aa2d6c424d2615
>
> Git release tag was created:
>
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=b0ce094d7a2db3fb07471be7b37ff9edab4180a8
>
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
>
> +1 - to accept pyignite-0.6.1-rc0
> 0 - don't care either way
> -1 - DO NOT accept pyignite-0.6.1-rc0
>
> The vote finishes at 02/17/2021 15:00 UTC
>
> --
> Sincerely yours, Ivan Daschinskiy
>