unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46561] [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0.
@ 2021-02-16 13:21 Greg Hogan
       [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
  2021-02-16 18:39 ` bug#46561: [PATCH 0/3] " Leo Famulari
  0 siblings, 2 replies; 6+ messages in thread
From: Greg Hogan @ 2021-02-16 13:21 UTC (permalink / raw)
  To: 46561

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

[PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.
[PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically.
[PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.

[-- Attachment #2: Type: text/html, Size: 274 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.
       [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
@ 2021-02-16 13:25   ` Greg Hogan
  2021-02-16 13:27   ` [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically Greg Hogan
  2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
  2 siblings, 0 replies; 6+ messages in thread
From: Greg Hogan @ 2021-02-16 13:25 UTC (permalink / raw)
  To: 46561


[-- Attachment #1.1: Type: text/plain, Size: 1433 bytes --]

From 4872890c0e3f74142651f3027f49e4073f5445ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sat, 13 Feb 2021 15:49:42 +0000
Subject: [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
---
 gnu/packages/rpc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index a0d979e3bb..8036998910 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,7 +208,7 @@ with the HTTP/2-based RPC framework gRPC.")
 (define-public apache-thrift
   (package
     (name "apache-thrift")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -217,7 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17ckl7p7s3ga33yrjisilsimp80ansqxl54wvpkv0j7vx2zvc13y"))))
+         "09s8j95vc18117ahyl34gbd0gdxijkf0krrd3mp47vl08lcvi4kc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
--
2.30.0

[-- Attachment #1.2: Type: text/html, Size: 2215 bytes --]

[-- Attachment #2: 0001-gnu-apache-thrift-Update-to-0.14.0.patch --]
[-- Type: application/octet-stream, Size: 1393 bytes --]

From 4872890c0e3f74142651f3027f49e4073f5445ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sat, 13 Feb 2021 15:49:42 +0000
Subject: [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
---
 gnu/packages/rpc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index a0d979e3bb..8036998910 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,7 +208,7 @@ with the HTTP/2-based RPC framework gRPC.")
 (define-public apache-thrift
   (package
     (name "apache-thrift")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -217,7 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17ckl7p7s3ga33yrjisilsimp80ansqxl54wvpkv0j7vx2zvc13y"))))
+         "09s8j95vc18117ahyl34gbd0gdxijkf0krrd3mp47vl08lcvi4kc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically.
       [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
  2021-02-16 13:25   ` [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0 Greg Hogan
@ 2021-02-16 13:27   ` Greg Hogan
  2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
  2 siblings, 0 replies; 6+ messages in thread
From: Greg Hogan @ 2021-02-16 13:27 UTC (permalink / raw)
  To: 46561


[-- Attachment #1.1: Type: text/plain, Size: 2005 bytes --]

From 414b02ad523b45e76773a210ea2ee41236328bea Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 12 Feb 2021 17:28:14 +0000
Subject: [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically.

* gnu/packages/databases.scm (apache-arrow): Sort inputs.
---
 gnu/packages/databases.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3694a93df2..3be3a14ded 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3874,23 +3875,23 @@ Monitor read/write activity on a mongo server
              ;;"-DBENCHMARK_ENABLE_TESTING=OFF"
              "-DARROW_BUILD_STATIC=OFF")))
     (inputs
-     `(("boost" ,boost)
+     `(("apache-thrift" ,apache-thrift "lib")
+       ("boost" ,boost)
        ("brotli" ,google-brotli)
+       ("bzip2" ,bzip2)
        ("double-conversion" ,double-conversion)
-       ("snappy" ,snappy)
        ("gflags" ,gflags)
        ("glog" ,glog)
-       ("apache-thrift" ,apache-thrift "lib")
+       ("grpc" ,grpc)
+       ("lz4" ,lz4)
        ("protobuf" ,protobuf)
+       ("python-3" ,python)
+       ("python-numpy" ,python-numpy)
        ("rapidjson" ,rapidjson)
-       ("zlib" ,zlib)
-       ("bzip2" ,bzip2)
-       ("lz4" ,lz4)
-       ("zstd" ,zstd "lib")
        ("re2" ,re2)
-       ("grpc" ,grpc)
-       ("python-3" ,python)
-       ("python-numpy" ,python-numpy)))
+       ("snappy" ,snappy)
+       ("zlib" ,zlib)
+       ("zstd" ,zstd "lib")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (outputs '("out" "lib" "include"))
--
2.30.0

[-- Attachment #1.2: Type: text/html, Size: 3311 bytes --]

[-- Attachment #2: 0002-gnu-apache-arrow-sort-inputs-alphabetically.patch --]
[-- Type: application/octet-stream, Size: 1949 bytes --]

From 414b02ad523b45e76773a210ea2ee41236328bea Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 12 Feb 2021 17:28:14 +0000
Subject: [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically.

* gnu/packages/databases.scm (apache-arrow): Sort inputs.
---
 gnu/packages/databases.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3694a93df2..3be3a14ded 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3874,23 +3875,23 @@ Monitor read/write activity on a mongo server
              ;;"-DBENCHMARK_ENABLE_TESTING=OFF"
              "-DARROW_BUILD_STATIC=OFF")))
     (inputs
-     `(("boost" ,boost)
+     `(("apache-thrift" ,apache-thrift "lib")
+       ("boost" ,boost)
        ("brotli" ,google-brotli)
+       ("bzip2" ,bzip2)
        ("double-conversion" ,double-conversion)
-       ("snappy" ,snappy)
        ("gflags" ,gflags)
        ("glog" ,glog)
-       ("apache-thrift" ,apache-thrift "lib")
+       ("grpc" ,grpc)
+       ("lz4" ,lz4)
        ("protobuf" ,protobuf)
+       ("python-3" ,python)
+       ("python-numpy" ,python-numpy)
        ("rapidjson" ,rapidjson)
-       ("zlib" ,zlib)
-       ("bzip2" ,bzip2)
-       ("lz4" ,lz4)
-       ("zstd" ,zstd "lib")
        ("re2" ,re2)
-       ("grpc" ,grpc)
-       ("python-3" ,python)
-       ("python-numpy" ,python-numpy)))
+       ("snappy" ,snappy)
+       ("zlib" ,zlib)
+       ("zstd" ,zstd "lib")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (outputs '("out" "lib" "include"))
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
       [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
  2021-02-16 13:25   ` [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0 Greg Hogan
  2021-02-16 13:27   ` [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically Greg Hogan
@ 2021-02-16 13:28   ` Greg Hogan
  2021-02-16 18:27     ` Greg Hogan
  2 siblings, 1 reply; 6+ messages in thread
From: Greg Hogan @ 2021-02-16 13:28 UTC (permalink / raw)
  To: 46561

[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]

From 937135a48cb1723d423ee97b7f04f90df9af171b Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 12 Feb 2021 17:31:40 +0000
Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
[inputs]: Add utf8proc.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3be3a14ded..6024d6eb5f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "0.17.1")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
+         "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f
@@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
        ("rapidjson" ,rapidjson)
        ("re2" ,re2)
        ("snappy" ,snappy)
+       ("utf8proc" ,utf8proc)
        ("zlib" ,zlib)
        ("zstd" ,zstd "lib")))
     (native-inputs
--
2.30.0

[-- Attachment #2: Type: text/html, Size: 2144 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
  2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
@ 2021-02-16 18:27     ` Greg Hogan
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Hogan @ 2021-02-16 18:27 UTC (permalink / raw)
  To: 46561


[-- Attachment #1.1: Type: text/plain, Size: 1604 bytes --]

Forgot to attach the diff.

On Tue, Feb 16, 2021 at 8:28 AM Greg Hogan <code@greghogan.com> wrote:

> From 937135a48cb1723d423ee97b7f04f90df9af171b Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Fri, 12 Feb 2021 17:31:40 +0000
> Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
>
> * gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
> [inputs]: Add utf8proc.
> ---
>  gnu/packages/databases.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index 3be3a14ded..6024d6eb5f 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
>  (define-public apache-arrow
>    (package
>      (name "apache-arrow")
> -    (version "0.17.1")
> +    (version "3.0.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
>         (file-name (git-file-name name version))
>         (sha256
>          (base32
> -         "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
> +         "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
>      (build-system cmake-build-system)
>      (arguments
>       `(#:tests? #f
> @@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
>         ("rapidjson" ,rapidjson)
>         ("re2" ,re2)
>         ("snappy" ,snappy)
> +       ("utf8proc" ,utf8proc)
>         ("zlib" ,zlib)
>         ("zstd" ,zstd "lib")))
>      (native-inputs
> --
> 2.30.0
>

[-- Attachment #1.2: Type: text/html, Size: 2580 bytes --]

[-- Attachment #2: 0003-gnu-apache-arrow-Update-to-3.0.0.patch --]
[-- Type: application/octet-stream, Size: 1420 bytes --]

From 58e22ff04f667d3dacbb2895c0ac1a8284bdd2d0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 12 Feb 2021 17:31:40 +0000
Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
[inputs]: Add utf8proc.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3be3a14ded..6024d6eb5f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "0.17.1")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
+         "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f
@@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
        ("rapidjson" ,rapidjson)
        ("re2" ,re2)
        ("snappy" ,snappy)
+       ("utf8proc" ,utf8proc)
        ("zlib" ,zlib)
        ("zstd" ,zstd "lib")))
     (native-inputs
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#46561: [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0.
  2021-02-16 13:21 [bug#46561] [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
       [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
@ 2021-02-16 18:39 ` Leo Famulari
  1 sibling, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-02-16 18:39 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 46561-done

On Tue, Feb 16, 2021 at 08:21:53AM -0500, Greg Hogan wrote:
> [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.
> [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically.
> [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.

Thanks! Pushed as 9757e5464038daa25290b5ab552f94d825c9f5aa




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-16 18:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 13:21 [bug#46561] [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
     [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
2021-02-16 13:25   ` [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0 Greg Hogan
2021-02-16 13:27   ` [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically Greg Hogan
2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
2021-02-16 18:27     ` Greg Hogan
2021-02-16 18:39 ` bug#46561: [PATCH 0/3] " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).