Hey JB, I built python wheels and you can get them here: https://storage.googleapis.com/python_wheels/python_wheels.zip. You probably need to sign them and upload them into https://dist.apache.org/repos/dist/dev/beam/2.5.0/ like what we did for 2.4.0: https://dist.apache.org/repos/dist/dev/beam/2.4.0/ . After you upload, we can do more validations on python wheels.
Boyuan On Mon, Jun 18, 2018 at 4:49 PM Pablo Estrada <[email protected]> wrote: > +0.9 > > I've run the Mobile Gaming examples in Java+Dataflow, and others have > documented their tests in the spreadsheet[1]. All seems to work well. > We will need the wheel files to be available, and run a few validations on > them, but other than that, the release looks good to me. > > Best > -P. > > [1] > https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit#gid=152451807 > > On Mon, Jun 18, 2018 at 10:08 AM Jean-Baptiste Onofré <[email protected]> > wrote: > >> Hi, >> >> I thought I did it, let me double check. >> >> Regards >> JB >> >> On 18/06/2018 19:01, Boyuan Zhang wrote: >> > Hey JB, >> > >> > Could you please also build python wheels for RC2 and stage them in >> > https://dist.apache.org/repos/dist/dev/beam/2.5.0/? There are some >> > instructions in this PR: https://github.com/apache/beam-site/pull/467. >> > Hope it can be helpful. >> > >> > Thanks. >> > Boyuan >> > >> > On Sun, Jun 17, 2018 at 9:22 PM Jean-Baptiste Onofré <[email protected] >> > <mailto:[email protected]>> wrote: >> > >> > s/add/had/g >> > >> > On 17/06/2018 19:32, Pablo Estrada wrote: >> > > Going to https://github.com/apache/beam/tree/v2.5.0-RC2 gives me >> a 404 >> > > error. May need to push the label? >> > > Best >> > > -P. >> > > >> > > On Sun, Jun 17, 2018 at 1:15 AM Romain Manni-Bucau >> > > <[email protected] <mailto:[email protected]> >> > <mailto:[email protected] <mailto:[email protected]>>> >> wrote: >> > > >> > > +1 (same tests than for take #1) >> > > >> > > Le dim. 17 juin 2018 07:18, Jean-Baptiste Onofré >> > <[email protected] <mailto:[email protected]> >> > > <mailto:[email protected] <mailto:[email protected]>>> a écrit : >> > > >> > > Hi everyone, >> > > >> > > Please review and vote on the release candidate #2 for the >> > version >> > > 2.5.0, as follows: >> > > >> > > [ ] +1, Approve the release >> > > [ ] -1, Do not approve the release (please provide >> specific >> > > comments) >> > > >> > > NB: this is the first release using Gradle, so don't be >> too >> > > harsh ;) A >> > > PR about the release guide will follow thanks to this >> release. >> > > >> > > The complete staging area is available for your review, >> which >> > > includes: >> > > * JIRA release notes [1], >> > > * the official Apache source release to be deployed to >> > > dist.apache.org <http://dist.apache.org> >> > <http://dist.apache.org> >> > > [2], which is signed with the key with fingerprint >> > C8282E76 [3], >> > > * all artifacts to be deployed to the Maven Central >> > Repository [4], >> > > * source code tag "v2.5.0-RC2" [5], >> > > * website pull request listing the release and publishing >> > the API >> > > reference manual [6]. >> > > * Java artifacts were built with Gradle 4.7 (wrapper) and >> > > OpenJDK/Oracle >> > > JDK 1.8.0_172 (Oracle Corporation 25.172-b11). >> > > * Python artifacts are deployed along with the source >> > release to the >> > > dist.apache.org <http://dist.apache.org> >> > <http://dist.apache.org> [2]. >> > > >> > > The vote will be open for at least 72 hours. It is >> adopted by >> > > majority >> > > approval, with at least 3 PMC affirmative votes. >> > > >> > > Thanks, >> > > JB >> > > >> > > [1] >> > > >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12342847 >> > > [2] https://dist.apache.org/repos/dist/dev/beam/2.5.0/ >> > > [3] https://dist.apache.org/repos/dist/release/beam/KEYS >> > > [4] >> > > >> > >> https://repository.apache.org/content/repositories/orgapachebeam-1043/ >> > > [5] https://github.com/apache/beam/tree/v2.5.0-RC2 >> > > [6] https://github.com/apache/beam-site/pull/463 >> > > >> > > -- >> > > Got feedback? go/pabloem-feedback >> <https://goto.google.com/pabloem-feedback> >> > <https://goto.google.com/pabloem-feedback> >> > >> > -- >> > Jean-Baptiste Onofré >> > [email protected] <mailto:[email protected]> >> > http://blog.nanthrax.net >> > Talend - http://www.talend.com >> > >> > -- > Got feedback? go/pabloem-feedback > <https://goto.google.com/pabloem-feedback> >
