pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo Update ruby-tzinfo to 1.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/853dec22eb97
branches:  trunk
changeset: 361149:853dec22eb97
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 15 15:11:23 2017 +0000

description:
Update ruby-tzinfo to 1.2.3.

v1.2.3                                                  2017/3/25

* Reduce the number of String objects allocated when loading zoneinfo
  files. #54.
* Make Timezone#friendly_identifier compatible with frozen string literals.
* Improve the algorithm for deriving the utc_offset from zoneinfo files. This
  now correctly handles Pacific/Apia switching from one side of the
  International Date Line to the other whilst observing daylight savings
  time. #66.
* Fix an UnknownTimezone exception when calling transitions_up_to or
  offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
* Allow the Factory zone to be obtained from the Zoneinfo data source.
* Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware
  distributions. #64.
* Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more
  than one percent. #31.
* Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time
  zone in Timezone#strftime. #31 and #67.

diffstat:

 time/ruby-tzinfo/Makefile |   4 ++--
 time/ruby-tzinfo/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2dea398fae42 -r 853dec22eb97 time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Sat Apr 15 15:10:52 2017 +0000
+++ b/time/ruby-tzinfo/Makefile Sat Apr 15 15:11:23 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2016/01/03 05:17:23 taca Exp $
+# $NetBSD: Makefile,v 1.39 2017/04/15 15:11:23 taca Exp $
 
-DISTNAME=      tzinfo-1.2.2
+DISTNAME=      tzinfo-1.2.3
 CATEGORIES=    time
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r 2dea398fae42 -r 853dec22eb97 time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Sat Apr 15 15:10:52 2017 +0000
+++ b/time/ruby-tzinfo/distinfo Sat Apr 15 15:11:23 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2016/01/03 05:17:23 taca Exp $
+$NetBSD: distinfo,v 1.37 2017/04/15 15:11:23 taca Exp $
 
-SHA1 (tzinfo-1.2.2.gem) = 140005ab4ca0a87020b50c54c7cde74de1154340
-RMD160 (tzinfo-1.2.2.gem) = 57f641db013d7ed1af0e16cefffbfb752f9335e7
-SHA512 (tzinfo-1.2.2.gem) = 717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
-Size (tzinfo-1.2.2.gem) = 147456 bytes
+SHA1 (tzinfo-1.2.3.gem) = 28d2bfb90e74b9128b18764ae0b815592e01a972
+RMD160 (tzinfo-1.2.3.gem) = 16ec6e7fe8805ad0224afa738e4e9234660da40a
+SHA512 (tzinfo-1.2.3.gem) = 79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
+Size (tzinfo-1.2.3.gem) = 151552 bytes



Home | Main Index | Thread Index | Old Index