unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
@ 2017-11-17 18:59 Alex Vong
  2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 18:59 UTC (permalink / raw)
  To: 29341


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

Hello,

This patch series updates java-fasterxml-* to 2.9.2.

I add a "2016-2017" copyright notice because I forget to add one in
commit 8293b116e64f543848f4845723208973aeb993f9.


[-- Attachment #1.2: 0001-gnu-java-fasterxml-jackson-annotations-Update-to-2.9.patch --]
[-- Type: text/x-diff, Size: 1699 bytes --]

From 29aa43aee1e6053b4a3a9c5147e10b84f588fff4 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:18:10 +0800
Subject: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to
2.9.2.
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index cc42d4bb1..8eb28a95f 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
 ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
+;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5780,7 +5781,7 @@ the system under test at the same time.")
 (define-public java-fasterxml-jackson-annotations
   (package
     (name "java-fasterxml-jackson-annotations")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -5788,7 +5789,7 @@ the system under test at the same time.")
                                   "jackson-annotations-" version ".tar.gz"))
               (sha256
                (base32
-                "005ksgqx2ds3zdmlvbcmmz82y28b1mx0i9bpvprim1jaddbba0bd"))))
+                "0b4wdxjxfbl3gkilylfdbl7fzimfpyih676jiwdf19i4056j8lqw"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-annotations.jar"
-- 
2.15.0


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
@ 2017-11-17 19:02 ` Alex Vong
  2017-11-17 19:03 ` [bug#29341] [PATCH 3/6] gnu: java-fasterxml-jackson-databind: " Alex Vong
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 19:02 UTC (permalink / raw)
  To: 29341


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0002-gnu-java-fasterxml-jackson-core-Update-to-2.9.2.patch --]
[-- Type: text/x-diff, Size: 1394 bytes --]

From 0d8f7cf04051a6ff41e31b4788d589a4ccfd5f04 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:20:55 +0800
Subject: [PATCH 2/6] gnu: java-fasterxml-jackson-core: Update to 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-core): Update to 2.9.2.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8eb28a95f..2a50a11e6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5807,7 +5807,7 @@ not included are ones that require dependency to the Databind package.")
 (define-public java-fasterxml-jackson-core
   (package
     (name "java-fasterxml-jackson-core")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -5815,7 +5815,7 @@ not included are ones that require dependency to the Databind package.")
                                   "jackson-core-" version ".tar.gz"))
               (sha256
                (base32
-                "1sdfp74zvlh4xr5h5bj87yjlp6kny3i8ai9m0q3xs7f8hvmxpx09"))))
+                "0q2d6qnylyxj5jh0sam1b095b5486f7ipzhxgwcgbm254ls7fqc1"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-core.jar"
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#29341] [PATCH 3/6] gnu: java-fasterxml-jackson-databind: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
  2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
@ 2017-11-17 19:03 ` Alex Vong
  2017-11-17 19:04 ` [bug#29341] [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: " Alex Vong
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 19:03 UTC (permalink / raw)
  To: 29341


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0003-gnu-java-fasterxml-jackson-databind-Update-to-2.9.2.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From 439dc2d28ad54a791b9083029e1b4230077ad5c5 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:21:33 +0800
Subject: [PATCH 3/6] gnu: java-fasterxml-jackson-databind: Update to 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.2.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2a50a11e6..6bcd6d77d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5864,7 +5864,7 @@ not included are ones that require dependency to the Databind package.")
 (define-public java-fasterxml-jackson-databind
   (package
     (name "java-fasterxml-jackson-databind")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -5872,7 +5872,7 @@ not included are ones that require dependency to the Databind package.")
                                   "jackson-databind-" version ".tar.gz"))
               (sha256
                (base32
-                "02xrbj6g7pzybq8q33xmpf7cxfapk6z6lgxvig7d38fijz400lji"))))
+                "1d5ns8ypqhdy8d94i8q560ip9kka6q8lhnk6q7nfh2g9mr22cc4w"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-databind.jar"
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#29341] [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
  2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
  2017-11-17 19:03 ` [bug#29341] [PATCH 3/6] gnu: java-fasterxml-jackson-databind: " Alex Vong
@ 2017-11-17 19:04 ` Alex Vong
  2017-11-17 19:05 ` [bug#29341] [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: " Alex Vong
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 19:04 UTC (permalink / raw)
  To: 29341


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0004-gnu-java-fasterxml-jackson-modules-base-jaxb-Update-.patch --]
[-- Type: text/x-diff, Size: 1358 bytes --]

From b9ca06527ccd270fc3b059748aad578a202683c8 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:22:39 +0800
Subject: [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: Update to
 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): Update to
2.9.2.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6bcd6d77d..87a83ea12 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5907,7 +5907,7 @@ configuration.")
 (define-public java-fasterxml-jackson-modules-base-jaxb
   (package
     (name "java-fasterxml-jackson-modules-base-jaxb")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -5915,7 +5915,7 @@ configuration.")
                                   "jackson-modules-base-" version ".tar.gz"))
               (sha256
                (base32
-                "0bj2pzvycnj3ysbcfa6xl38dmvnp01mnjfcb9jyhv503fch2iv44"))))
+                "0kc19n5a188g4vpyay44xfb7qcabcbfnwzhx1g84lg0sac8lf0ng"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-modules-base-jaxb.jar"
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#29341] [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
                   ` (2 preceding siblings ...)
  2017-11-17 19:04 ` [bug#29341] [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: " Alex Vong
@ 2017-11-17 19:05 ` Alex Vong
  2017-11-17 19:05 ` [bug#29341] [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: " Alex Vong
  2017-11-24 20:14 ` bug#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: " Julien Lepiller
  5 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 19:05 UTC (permalink / raw)
  To: 29341


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0005-gnu-java-fasterxml-jackson-dataformat-yaml-Update-to.patch --]
[-- Type: text/x-diff, Size: 1352 bytes --]

From 9b74994b11c69ad0f3dc9267006634cd12aba6fe Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:23:34 +0800
Subject: [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: Update to
 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): Update to
2.9.2.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 87a83ea12..790cbfbd1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5977,7 +5977,7 @@ configuration.")
 (define-public java-fasterxml-jackson-dataformat-yaml
   (package
     (name "java-fasterxml-jackson-dataformat-yaml")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -5985,7 +5985,7 @@ configuration.")
                                   "jackson-dataformats-text-" version ".tar.gz"))
               (sha256
                (base32
-                "140fwcafv05zbh2ppa6z533dzmfcvzbdxf0dbpbyzqvd84v2vhl2"))))
+                "1x7c7v201jpb8ynjsmmq7jj7hyqzzp39jvpr053ggdndm022yzc7"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-dataformat-yaml.jar"
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#29341] [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
                   ` (3 preceding siblings ...)
  2017-11-17 19:05 ` [bug#29341] [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: " Alex Vong
@ 2017-11-17 19:05 ` Alex Vong
  2017-11-24 20:14 ` bug#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: " Julien Lepiller
  5 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 19:05 UTC (permalink / raw)
  To: 29341


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0006-gnu-java-fasterxml-jackson-dataformat-xml-Update-to-.patch --]
[-- Type: text/x-diff, Size: 1413 bytes --]

From a7ac6a5fa2fccf95fe0dafa997a5c66dada26018 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:24:11 +0800
Subject: [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: Update to
 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update to
2.9.2.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 790cbfbd1..a7518f38f 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6086,7 +6086,7 @@ interface and high-performance Typed Access API.")
 (define-public java-fasterxml-jackson-dataformat-xml
   (package
     (name "java-fasterxml-jackson-dataformat-xml")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/"
@@ -6094,7 +6094,7 @@ interface and high-performance Typed Access API.")
                                   "jackson-dataformat-xml-" version ".tar.gz"))
               (sha256
                (base32
-                "0x3m9n4kwclcyvxhxjx654qpjza4crphml1q2392qpnbfydx6lnh"))))
+                "1j1qanvcdh6afagr67zqrlypjkf0n6wr1qzpbvkw79lii72j6pbr"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-dataformat-xml.jar"
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
  2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
                   ` (4 preceding siblings ...)
  2017-11-17 19:05 ` [bug#29341] [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: " Alex Vong
@ 2017-11-24 20:14 ` Julien Lepiller
  5 siblings, 0 replies; 7+ messages in thread
From: Julien Lepiller @ 2017-11-24 20:14 UTC (permalink / raw)
  To: 29341-done

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

Le Sat, 18 Nov 2017 02:59:21 +0800,
Alex Vong <alexvong1995@gmail.com> a écrit :

> Hello,
> 
> This patch series updates java-fasterxml-* to 2.9.2.
> 
> I add a "2016-2017" copyright notice because I forget to add one in
> commit 8293b116e64f543848f4845723208973aeb993f9.
> 

Hi Alex,

thank you for that patch series and sorry it took so long to
push. Closing this ticket because it was pushed to master as
b2383e55dced1dad137690b8a353e104428c831d to
8cc1fce1ba0cde80c924af6abbe49ce22fcc06d8.

[-- Attachment #2: Signature digitale OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-11-24 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
2017-11-17 19:03 ` [bug#29341] [PATCH 3/6] gnu: java-fasterxml-jackson-databind: " Alex Vong
2017-11-17 19:04 ` [bug#29341] [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: " Alex Vong
2017-11-17 19:05 ` [bug#29341] [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: " Alex Vong
2017-11-17 19:05 ` [bug#29341] [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: " Alex Vong
2017-11-24 20:14 ` bug#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: " Julien Lepiller

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).