Thanks Krisztián! I've updated MSYS2 package: https://github.com/msys2/MINGW-packages/pull/5129
Remaining task: * Release announce (Wes will do tomorrow) Thanks, -- kou In <cahm19a4lparytktgezigs7pzsbwzgm4b83ef+yg-b6ptjof...@mail.gmail.com> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 1 Apr 2019 08:50:29 +0200, Krisztián Szűcs <[email protected]> wrote: > I'm updating the conda-forge packages. > > On Mon, Apr 1, 2019 at 7:47 AM Kouhei Sutou <[email protected]> wrote: > >> Hi Andy, >> >> Thanks for resending invites. >> I found both invites of parquet and datafusion crates and >> accepted them. >> >> Thanks for publishing crates. >> >> >> Thanks, >> -- >> kou >> >> In <CAJEf=x5kxubgzdfxmru67+uh0mjef2bhpqqfymrcaen-esx...@mail.gmail.com> >> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Sun, 31 Mar >> 2019 22:11:24 -0600, >> Andy Grove <[email protected]> wrote: >> >> > I resent invites to you and a few others .. it is still showing only me >> as >> > an owner of the datafusion crate, and just me and Chao as owners of the >> > parquet crate. Please let me know if you still don't have the invite. >> > >> > I went ahead and published the parquet and datafusion crates from the >> > source tarball. >> > >> > Andy. >> > >> > On Sun, Mar 31, 2019 at 9:14 PM Kouhei Sutou <[email protected]> wrote: >> > >> >> Hi Andy, >> >> >> >> Thanks for the Wiki update. >> >> >> >> >> >> I couldn't find any pending invites at >> >> https://crates.io/me/pending-invites . >> >> >> >> Could you resend invitations? My account is https://crates.io/users/kou >> >> >> >> >> >> Thanks, >> >> -- >> >> kou >> >> >> >> In <CAJEf=x4j0fnxxfmqxyubnxu2imxxzudkivze2derw3fpcu1...@mail.gmail.com> >> >> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Sun, 31 Mar >> >> 2019 20:09:18 -0600, >> >> Andy Grove <[email protected]> wrote: >> >> >> >> > Also you may need to visit https://crates.io/me/pending-invites to >> find >> >> > your invites. >> >> > >> >> > On Sun, Mar 31, 2019 at 8:02 PM Andy Grove <[email protected]> >> >> wrote: >> >> > >> >> >> I updated the wiki. The issue is that in the dev tree, the parquet >> crate >> >> >> Cargo.toml has: >> >> >> >> >> >> arrow = { path = "../arrow" } >> >> >> >> >> >> which needs to be changed to >> >> >> >> >> >> arrow = 0.13.0 >> >> >> >> >> >> and the datafusion crate has: >> >> >> >> >> >> arrow = { path = "../arrow" } >> >> >> parquet = { path = "../parquet" } >> >> >> >> >> >> which needs to be changes to >> >> >> >> >> >> arrow = 0.13.0 >> >> >> parquet = 0.13.0 >> >> >> >> >> >> It would be good to automate these changes for the release packaging >> ... >> >> >> I'll file a JIRA for this. >> >> >> >> >> >> Andy. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Sun, Mar 31, 2019 at 7:51 PM Andy Grove <[email protected]> >> >> wrote: >> >> >> >> >> >>> Hi Kou, >> >> >>> >> >> >>> There is a small manual step for publishing parquet and datafusion >> >> >>> crates. Let me see if I can update the wiki now with these steps. >> >> >>> >> >> >>> Andy. >> >> >>> >> >> >>> >> >> >>> On Sun, Mar 31, 2019 at 7:26 PM Kouhei Sutou <[email protected]> >> >> wrote: >> >> >>> >> >> >>>> I've done the followings: >> >> >>>> >> >> >>>> * Java packages >> >> >>>> >> >> >>>> * Ruby packages >> >> >>>> >> >> >>>> * JavaScript packages >> >> >>>> >> >> >>>> * C# packages >> >> >>>> >> >> >>>> Failed: >> >> >>>> >> >> >>>> * Rust >> >> >>>> >> >> >>>> * I have only "arrow" crate. Could someone give me >> >> >>>> permission for "parquet" crate and "datafusion" crate? >> >> >>>> >> >> >>>> * Failed to publish "datafusion" crate: >> >> >>>> >> >> >>>> Updating crates.io index >> >> >>>> error: all path dependencies must have a version specified when >> >> >>>> publishing. >> >> >>>> dependency `arrow` does not specify a version >> >> >>>> >> >> >>>> Not yet: >> >> >>>> >> >> >>>> * Release announce (Wes will do) >> >> >>>> >> >> >>>> * Homebrew (Shiro will do) >> >> >>>> >> >> >>>> * conda-forge packages >> >> >>>> >> >> >>>> >> >> >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Updatingcondapackages >> >> >>>> >> >> >>>> * MinGW packages >> >> >>>> >> >> >>>> In <[email protected]> >> >> >>>> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 01 >> >> Apr >> >> >>>> 2019 10:05:34 +0900 (JST), >> >> >>>> Kouhei Sutou <[email protected]> wrote: >> >> >>>> >> >> >>>> > Thanks, please. >> >> >>>> > See also: >> >> >>>> >> >> >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-UpdatingHomebrewpackages >> >> >>>> > >> >> >>>> > >> >> >>>> > In <[email protected]> >> >> >>>> > "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, >> 1 >> >> Apr >> >> >>>> 2019 10:01:34 +0900, >> >> >>>> > Yosuke Shiro <[email protected]> wrote: >> >> >>>> > >> >> >>>> >> Hi, >> >> >>>> >> >> >> >>>> >> I can update homebrew packages. >> >> >>>> >> >> >> >>>> >> ― >> >> >>>> >> shiro >> >> >>>> >> >> >> >>>> >>> On Apr 1, 2019, at 7:17, Kouhei Sutou <[email protected]> >> wrote: >> >> >>>> >>> >> >> >>>> >>> Uploaded binary artifacts. >> >> >>>> >>> >> >> >>>> >>> Uploaded *.whl and source package to PyPI. >> >> >>>> >>> >> >> >>>> >>> Updated RubyGems. >> >> >>>> >>> >> >> >>>> >>> In <[email protected]> >> >> >>>> >>> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on >> Mon, 01 >> >> >>>> Apr 2019 07:11:06 +0900 (JST), >> >> >>>> >>> Kouhei Sutou <[email protected]> wrote: >> >> >>>> >>> >> >> >>>> >>>> Thanks Wes! >> >> >>>> >>>> >> >> >>>> >>>> Then I'll only update site/_release/0.13.0.md, >> >> >>>> >>>> site/_release/index.md and site/_data/versions.yaml. >> >> >>>> >>>> I'm writing a shell script that updates them automatically. >> >> >>>> >>>> >> >> >>>> >>>> Source artifacts are uploaded. >> >> >>>> >>>> Binary artifacts are still uploading. It's slow. I'll update >> >> >>>> >>>> dev/release/post-02-binary.sh to upload files in parallel. >> >> >>>> >>>> >> >> >>>> >>>> In <CAJPUwMDrAWwEjYRcH53bmyMVbq7PE= >> >> >>>> [email protected]> >> >> >>>> >>>> "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on >> Sun, >> >> 31 >> >> >>>> Mar 2019 15:27:19 -0500, >> >> >>>> >>>> Wes McKinney <[email protected]> wrote: >> >> >>>> >>>> >> >> >>>> >>>>> Thanks Kou! I can update the website and write a release blog >> >> post >> >> >>>> but I >> >> >>>> >>>>> can't do it until tomorrow. We can work on getting the >> packages >> >> >>>> updated in >> >> >>>> >>>>> the meantime >> >> >>>> >>>>> >> >> >>>> >>>>> On Sun, Mar 31, 2019, 3:24 PM Kouhei Sutou < >> [email protected]> >> >> >>>> wrote: >> >> >>>> >>>>> >> >> >>>> >>>>>> Rebased. >> >> >>>> >>>>>> I'll do JIRA related tasks. >> >> >>>> >>>>>> >> >> >>>> >>>>>> In <[email protected]> >> >> >>>> >>>>>> "[RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, >> 01 >> >> >>>> Apr 2019 >> >> >>>> >>>>>> 05:18:40 +0900 (JST), >> >> >>>> >>>>>> Kouhei Sutou <[email protected]> wrote: >> >> >>>> >>>>>> >> >> >>>> >>>>>>> Hi, >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> The 0.13.0 RC4 vote carries with 4 binding +1 (and 3 >> >> >>>> >>>>>>> non-binding +1) votes. Thanks for helping verify the RC. >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> There are some post release tasks: >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> >> >> >>>> >>>>>> >> >> >>>> >> >> >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Post-releasetasks >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> I'll rebase the master branch. Could someone help doing >> >> >>>> >>>>>>> these tasks? >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> >> >> >>>> >>>>>>> Thanks, >> >> >>>> >>>>>>> -- >> >> >>>> >>>>>>> kou >> >> >>>> >>>>>> >> >> >>>> >> >> >> >>>> >> >> >>> >> >> >>
