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 <andygrov...@gmail.com> 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 <andygrov...@gmail.com> 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 <k...@clear-code.com> 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 <20190401.100534.1994401902745481991....@clear-code.com>
>>>   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 01 Apr
>>> 2019 10:05:34 +0900 (JST),
>>>   Kouhei Sutou <k...@clear-code.com> wrote:
>>>
>>> > Thanks, please.
>>> > See also:
>>> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-UpdatingHomebrewpackages
>>> >
>>> >
>>> > In <042ab6be-b138-4546-8855-a649be808...@gmail.com>
>>> >   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 1 Apr
>>> 2019 10:01:34 +0900,
>>> >   Yosuke Shiro <yosuke.shiro...@gmail.com> wrote:
>>> >
>>> >> Hi,
>>> >>
>>> >> I can update homebrew packages.
>>> >>
>>> >> ―
>>> >> shiro
>>> >>
>>> >>> On Apr 1, 2019, at 7:17, Kouhei Sutou <k...@clear-code.com> wrote:
>>> >>>
>>> >>> Uploaded binary artifacts.
>>> >>>
>>> >>> Uploaded *.whl and source package to PyPI.
>>> >>>
>>> >>> Updated RubyGems.
>>> >>>
>>> >>> In <20190401.071106.172639502556495671....@clear-code.com>
>>> >>>  "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 01
>>> Apr 2019 07:11:06 +0900 (JST),
>>> >>>  Kouhei Sutou <k...@clear-code.com> 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=
>>> mmnvdbqzrreivjqzo...@mail.gmail.com>
>>> >>>>  "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Sun, 31
>>> Mar 2019 15:27:19 -0500,
>>> >>>>  Wes McKinney <wesmck...@gmail.com> 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 <k...@clear-code.com>
>>> wrote:
>>> >>>>>
>>> >>>>>> Rebased.
>>> >>>>>> I'll do JIRA related tasks.
>>> >>>>>>
>>> >>>>>> In <20190401.051840.2039359498321288849....@clear-code.com>
>>> >>>>>>  "[RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 01
>>> Apr 2019
>>> >>>>>> 05:18:40 +0900 (JST),
>>> >>>>>>  Kouhei Sutou <k...@clear-code.com> 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
>>> >>>>>>
>>> >>
>>>
>>

Reply via email to