This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-0.12.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-0.12.0 was modified! ***
from d38e39e (tag)
to b1c3298 (tag)
tagging 8ca41384b5324bfd0ef3d3ed3f728e1d10ed73f0 (commit)
replaces apache-arrow-0.11.0
by Krisztián Szűcs
on Wed Jan 16 04:36:10 2019 +0100
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-0.12.0
-----------------------------------------------------------------------
discard d7a81b0 [maven-release-plugin] prepare release apache-arrow-0.12.0
discard ba02353 [Release] Update versions for 0.12.0
discard 30ad982 [Release] Update .deb/.rpm changelogs for 0.12.0
discard 79594d0 [Release] Update CHANGELOG.md for 0.12.0
add fbfd1ff ARROW-4269: [Python] Fix serialization in pandas 0.22
add a1a9221 ARROW-4270: [Packaging][Conda] Update xcode version and
remove toolchain builds
new 6c8c0c1 [Release] Update CHANGELOG.md for 0.12.0
new db508ee [Release] Update .deb/.rpm changelogs for 0.12.0
new 6fcd910 [Release] Update versions for 0.12.0
new 8ca4138 [maven-release-plugin] prepare release apache-arrow-0.12.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d38e39e)
\
N -- N -- N refs/tags/apache-arrow-0.12.0 (b1c3298)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 4 +-
dev/tasks/conda-recipes/appveyor.yml | 21 +++---
dev/tasks/conda-recipes/travis.linux.yml | 7 +-
dev/tasks/conda-recipes/travis.osx.yml | 13 ++--
...inux_c_compilergcccxx_compilergxxpython2.7.yaml | 28 ++++++-
...inux_c_compilergcccxx_compilergxxpython3.6.yaml | 28 ++++++-
...inux_c_compilergcccxx_compilergxxpython3.7.yaml | 28 ++++++-
...lchain_ccxx_compilertoolchain_cxxpython2.7.yaml | 29 -------
...lchain_ccxx_compilertoolchain_cxxpython3.6.yaml | 29 -------
...lchain_ccxx_compilertoolchain_cxxpython3.7.yaml | 29 -------
..._compilerclangcxx_compilerclangxxpython2.7.yaml | 28 ++++++-
..._compilerclangcxx_compilerclangxxpython3.6.yaml | 28 ++++++-
..._compilerclangcxx_compilerclangxxpython3.7.yaml | 28 ++++++-
...lchain_ccxx_compilertoolchain_cxxpython2.7.yaml | 32 --------
...lchain_ccxx_compilertoolchain_cxxpython3.6.yaml | 32 --------
...lchain_ccxx_compilertoolchain_cxxpython3.7.yaml | 32 --------
..._compilervs2015cxx_compilervs2015python3.6.yaml | 20 +++++
..._compilervs2015cxx_compilervs2015python3.7.yaml | 20 +++++
.../linux-packages/debian.ubuntu-trusty/changelog | 2 +-
dev/tasks/linux-packages/debian/changelog | 2 +-
dev/tasks/linux-packages/yum/arrow.spec.in | 2 +-
dev/tasks/tasks.yml | 88 ++++------------------
python/pyarrow/serialization.py | 41 +++++-----
23 files changed, 247 insertions(+), 324 deletions(-)
delete mode 100644
dev/tasks/conda-recipes/variants/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxpython2.7.yaml
delete mode 100644
dev/tasks/conda-recipes/variants/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxpython3.6.yaml
delete mode 100644
dev/tasks/conda-recipes/variants/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxpython3.7.yaml
delete mode 100644
dev/tasks/conda-recipes/variants/osx_c_compilertoolchain_ccxx_compilertoolchain_cxxpython2.7.yaml
delete mode 100644
dev/tasks/conda-recipes/variants/osx_c_compilertoolchain_ccxx_compilertoolchain_cxxpython3.6.yaml
delete mode 100644
dev/tasks/conda-recipes/variants/osx_c_compilertoolchain_ccxx_compilertoolchain_cxxpython3.7.yaml