This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f181fa6  Updating built site (build 
b9fdcb9d67b9c28404a7c2d83e23ac902d10d8df)
f181fa6 is described below

commit f181fa65ac5a287ed8218b153cf22ecb18caa216
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Tue Jan 26 01:26:27 2021 +0000

    Updating built site (build b9fdcb9d67b9c28404a7c2d83e23ac902d10d8df)
---
 ...manifest-c5189537465fe1e01bcff8f9c51d0ba7.json} |  2 +-
 feed.xml                                           |  2 +-
 install/index.html                                 | 26 ++++++++++++----------
 3 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/assets/.sprockets-manifest-fa2a66bdb21f70c13368bad8b928f82d.json 
b/assets/.sprockets-manifest-c5189537465fe1e01bcff8f9c51d0ba7.json
similarity index 79%
rename from assets/.sprockets-manifest-fa2a66bdb21f70c13368bad8b928f82d.json
rename to assets/.sprockets-manifest-c5189537465fe1e01bcff8f9c51d0ba7.json
index 651b9ee..dbb06f4 100644
--- a/assets/.sprockets-manifest-fa2a66bdb21f70c13368bad8b928f82d.json
+++ b/assets/.sprockets-manifest-c5189537465fe1e01bcff8f9c51d0ba7.json
@@ -1 +1 @@
-{"files":{"main-18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33.js":{"logical_path":"main.js","mtime":"2021-01-25T19:59:30-05:00","size":124531,"digest":"18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33","integrity":"sha256-GM0wKVV/c8HuguQRExJ7BPb82ExW2dsMucQOvibvbjM="}},"assets":{"main.js":"main-18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33.js"}}
\ No newline at end of file
+{"files":{"main-18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33.js":{"logical_path":"main.js","mtime":"2021-01-25T20:26:18-05:00","size":124531,"digest":"18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33","integrity":"sha256-GM0wKVV/c8HuguQRExJ7BPb82ExW2dsMucQOvibvbjM="}},"assets":{"main.js":"main-18cd3029557f73c1ee82e41113127b04f6fcd84c56d9db0cb9c40ebe26ef6e33.js"}}
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
index f10aa0a..6ed1256 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.8.4">Jekyll</generator><link 
href="https://arrow.apache.org/feed.xml"; rel="self" type="application/atom+xml" 
/><link href="https://arrow.apache.org/"; rel="alternate" type="text/html" 
/><updated>2021-01-25T19:59:20-05:00</updated><id>https://arrow.apache.org/feed.xml</id><title
 type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language 
developm [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.8.4">Jekyll</generator><link 
href="https://arrow.apache.org/feed.xml"; rel="self" type="application/atom+xml" 
/><link href="https://arrow.apache.org/"; rel="alternate" type="text/html" 
/><updated>2021-01-25T20:26:09-05:00</updated><id>https://arrow.apache.org/feed.xml</id><title
 type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language 
developm [...]
 
 --&gt;
 
diff --git a/install/index.html b/install/index.html
index 4696ce4..cff4c1c 100644
--- a/install/index.html
+++ b/install/index.html
@@ -251,16 +251,13 @@ with the wheel.</p>
 Apache Arrow GLib (C). Here are supported platforms:</p>
 
 <ul>
-  <li>Debian GNU/Linux stretch</li>
   <li>Debian GNU/Linux buster</li>
   <li>Ubuntu 16.04 LTS</li>
   <li>Ubuntu 18.04 LTS</li>
-  <li>Ubuntu 19.10</li>
   <li>Ubuntu 20.04 LTS</li>
-  <li>CentOS 6</li>
+  <li>Ubuntu 20.10</li>
   <li>CentOS 7</li>
   <li>CentOS 8</li>
-  <li>Red Hat Enterprise Linux 6</li>
   <li>Red Hat Enterprise Linux 7</li>
   <li>Red Hat Enterprise Linux 8</li>
   <li>Amazon Linux 2</li>
@@ -270,12 +267,7 @@ Apache Arrow GLib (C). Here are supported platforms:</p>
 
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nb">sudo </span>apt update
 <span class="nb">sudo </span>apt <span class="nb">install</span> <span 
class="nt">-y</span> <span class="nt">-V</span> ca-certificates lsb-release wget
-<span class="k">if</span> <span class="o">[</span> <span 
class="si">$(</span>lsb_release <span class="nt">--codename</span> <span 
class="nt">--short</span><span class="si">)</span> <span class="o">=</span> 
<span class="s2">"stretch"</span> <span class="o">]</span><span 
class="p">;</span> <span class="k">then
-  </span><span class="nb">sudo tee</span> 
/etc/apt/sources.list.d/backports.list <span class="o">&lt;&lt;</span><span 
class="no">APT_LINE</span><span class="sh">
-deb http://deb.debian.org/debian </span><span class="si">$(</span>lsb_release 
<span class="nt">--codename</span> <span class="nt">--short</span><span 
class="si">)</span><span class="sh">-backports main
-</span><span class="no">APT_LINE
-</span><span class="k">fi
-</span>wget https://apache.bintray.com/arrow/<span 
class="si">$(</span>lsb_release <span class="nt">--id</span> <span 
class="nt">--short</span> | <span class="nb">tr</span> <span 
class="s1">'A-Z'</span> <span class="s1">'a-z'</span><span 
class="si">)</span>/apache-arrow-archive-keyring-latest-<span 
class="si">$(</span>lsb_release <span class="nt">--codename</span> <span 
class="nt">--short</span><span class="si">)</span>.deb
+wget https://apache.bintray.com/arrow/<span class="si">$(</span>lsb_release 
<span class="nt">--id</span> <span class="nt">--short</span> | <span 
class="nb">tr</span> <span class="s1">'A-Z'</span> <span 
class="s1">'a-z'</span><span 
class="si">)</span>/apache-arrow-archive-keyring-latest-<span 
class="si">$(</span>lsb_release <span class="nt">--codename</span> <span 
class="nt">--short</span><span class="si">)</span>.deb
 <span class="nb">sudo </span>apt <span class="nb">install</span> <span 
class="nt">-y</span> <span class="nt">-V</span> 
./apache-arrow-archive-keyring-latest-<span class="si">$(</span>lsb_release 
<span class="nt">--codename</span> <span class="nt">--short</span><span 
class="si">)</span>.deb
 <span class="nb">sudo </span>apt update
 <span class="nb">sudo </span>apt <span class="nb">install</span> <span 
class="nt">-y</span> <span class="nt">-V</span> libarrow-dev <span class="c"># 
For C++</span>
@@ -309,7 +301,7 @@ deb http://deb.debian.org/debian </span><span 
class="si">$(</span>lsb_release <s
 <span class="nb">sudo </span>dnf <span class="nb">install</span> <span 
class="nt">-y</span> parquet-glib-devel <span class="c"># For Parquet GLib 
(C)</span>
 </code></pre></div></div>
 
-<p>CentOS 6, CentOS 7, Red Hat Enterprise Linux 6 and Red Hat Enterprise Linux 
7:</p>
+<p>CentOS 7 and Red Hat Enterprise Linux 7:</p>
 
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nb">sudo </span>yum <span 
class="nb">install</span> <span class="nt">-y</span> epel-release <span 
class="o">||</span> <span class="nb">sudo </span>yum <span 
class="nb">install</span> <span class="nt">-y</span> 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-<span 
class="si">$(</span><span class="nb">cut</span> <span class="nt">-d</span>: 
<span class="nt">-f5</span> /et [...]
 <span class="nb">sudo </span>yum <span class="nb">install</span> <span 
class="nt">-y</span> https://apache.bintray.com/arrow/centos/<span 
class="si">$(</span><span class="nb">cut</span> <span class="nt">-d</span>: 
<span class="nt">-f5</span> /etc/system-release-cpe | <span 
class="nb">cut</span> <span class="nt">-d</span><span class="nb">.</span> <span 
class="nt">-f1</span><span class="si">)</span>/apache-arrow-release-latest.rpm
@@ -331,6 +323,16 @@ deb http://deb.debian.org/debian </span><span 
class="si">$(</span>lsb_release <s
 <span class="nb">sudo </span>yum <span class="nb">install</span> <span 
class="nt">-y</span> <span class="nt">--enablerepo</span><span 
class="o">=</span>epel parquet-glib-devel <span class="c"># For Parquet GLib 
(C)</span>
 </code></pre></div></div>
 
+<h3 id="c-packages">C# Packages</h3>
+
+<p>We have provided NuGet packages for Apache Arrow C#:</p>
+
+<ul>
+  <li><a 
href="https://www.nuget.org/packages/Apache.Arrow/";>Apache.Arrow</a></li>
+  <li><a 
href="https://www.nuget.org/packages/Apache.Arrow.Fligth/";>Apache.Arrow.Flight</a></li>
+  <li><a 
href="https://www.nuget.org/packages/Apache.Arrow.Flight.AspNetCore/";>Apache.Arrow.Flight.AspNetCore</a></li>
+</ul>
+
 <h2 id="other-installers">Other Installers</h2>
 
 <p>For convenience, we also provide packages through several package managers. 
Many of them are provided as binary, built from the source release. As the 
Apache Arrow PMC has not explicitly voted on these packages, they are 
technically considered unofficial releases.</p>
@@ -341,7 +343,7 @@ deb http://deb.debian.org/debian </span><span 
class="si">$(</span>lsb_release <s
 for the following versions:</p>
 
 <ul>
-  <li>Python 3.6, 3.7, 3.8</li>
+  <li>Python 3.6, 3.7, 3.8, 3.9</li>
   <li>R 3.6, 4.0</li>
 </ul>
 

Reply via email to