Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-google-protobuf devel/ruby-google-protobuf:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8f88439b6c3
branches:  trunk
changeset: 432758:e8f88439b6c3
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 25 13:31:29 2020 +0000

description:
devel/ruby-google-protobuf: update to 3.12.1

Update ruby-google-protobuf to 3.12.1.


3.12.1  (2020-05-20)

Ruby

* Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however
  many people still use them and dropping support will require more
  coordination. (#7529, #7531).


3.12.0  (2020-05-12)

Ruby

* [experimental] Implemented proto3 presence for Ruby. (#7406)
* Stop building binary gems for ruby <2.5 (#7453)
* Fix for wrappers with a zero value (#7195)
* Fix for JSON serialization of 0/empty-valued wrapper types (#7198)
* Call "Class#new" over rb_class_new_instance in decoding (#7352)
* Build extensions for Ruby 2.7 (#7027)
* assigning 'nil' to submessage should clear the field. (#7397)

diffstat:

 devel/ruby-google-protobuf/Makefile |   4 ++--
 devel/ruby-google-protobuf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3cc0077ca02c -r e8f88439b6c3 devel/ruby-google-protobuf/Makefile
--- a/devel/ruby-google-protobuf/Makefile       Mon May 25 13:22:47 2020 +0000
+++ b/devel/ruby-google-protobuf/Makefile       Mon May 25 13:31:29 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 14:15:48 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/25 13:31:29 taca Exp $
 
-DISTNAME=      google-protobuf-3.11.4
+DISTNAME=      google-protobuf-3.12.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3cc0077ca02c -r e8f88439b6c3 devel/ruby-google-protobuf/distinfo
--- a/devel/ruby-google-protobuf/distinfo       Mon May 25 13:22:47 2020 +0000
+++ b/devel/ruby-google-protobuf/distinfo       Mon May 25 13:31:29 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/08 14:15:48 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/05/25 13:31:29 taca Exp $
 
-SHA1 (google-protobuf-3.11.4.gem) = eeb985788214ea8e18560d699e150f14e8bab5d4
-RMD160 (google-protobuf-3.11.4.gem) = aaca1cbf340e86511c9ed11867a7ad2c15bfd4c8
-SHA512 (google-protobuf-3.11.4.gem) = d280edd98b421837be27db404b7e0d773834d0fd8d2adbd4e5a5e03faeff223060deffed64d499da304ed3454dd1255ce6207f0548f6fb2cd1b2a4ed54e4fb51
-Size (google-protobuf-3.11.4.gem) = 208896 bytes
+SHA1 (google-protobuf-3.12.1.gem) = 5853e8f756a088d3c49a7c900c9b98febba0b43d
+RMD160 (google-protobuf-3.12.1.gem) = d0a82bf841f652b6680754a719e20b3b69a9b24f
+SHA512 (google-protobuf-3.12.1.gem) = 6061b7291f5198457ef3f5ee4b10eeb56b137aebd979fec4800fc91849da88c4e1dc23b2d1f488d4aad20739136bab154d03548a7478f93627b035322e5f53ae
+Size (google-protobuf-3.12.1.gem) = 211968 bytes



Home | Main Index | Thread Index | Old Index