pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo time/ruby-tzinfo: update to 2.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df362fbdf27f
branches:  trunk
changeset: 441724:df362fbdf27f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 09 14:46:06 2020 +0000

description:
time/ruby-tzinfo: update to 2.0.3

## Version 2.0.3 - 8-Nov-2020

* Added support for handling "slim" format zoneinfo files that are produced by
  default by zic version 2020b and later. The POSIX-style TZ string is now used
  calculate DST transition times after the final defined transition in the file.
  #120.
* Fixed `TimeWithOffset#getlocal` returning a `TimeWithOffset` with the
  `timezone_offset` still assigned when called with an offset argument on JRuby
  9.3.
* Rubinius is no longer supported.

diffstat:

 time/ruby-tzinfo/Makefile |   4 ++--
 time/ruby-tzinfo/PLIST    |   5 ++++-
 time/ruby-tzinfo/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 5055d89748b0 -r df362fbdf27f time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Mon Nov 09 14:45:32 2020 +0000
+++ b/time/ruby-tzinfo/Makefile Mon Nov 09 14:46:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2020/04/27 13:35:02 taca Exp $
+# $NetBSD: Makefile,v 1.47 2020/11/09 14:46:06 taca Exp $
 
-DISTNAME=      tzinfo-2.0.2
+DISTNAME=      tzinfo-2.0.3
 CATEGORIES=    time
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r 5055d89748b0 -r df362fbdf27f time/ruby-tzinfo/PLIST
--- a/time/ruby-tzinfo/PLIST    Mon Nov 09 14:45:32 2020 +0000
+++ b/time/ruby-tzinfo/PLIST    Mon Nov 09 14:46:06 2020 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.28 2020/03/20 16:07:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.29 2020/11/09 14:46:06 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/tzinfo.rb
+${GEM_LIBDIR}/lib/tzinfo/annual_rules.rb
 ${GEM_LIBDIR}/lib/tzinfo/country.rb
 ${GEM_LIBDIR}/lib/tzinfo/country_timezone.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_source.rb
@@ -13,6 +14,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/country_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/data_timezone_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/linked_timezone_info.rb
+${GEM_LIBDIR}/lib/tzinfo/data_sources/posix_time_zone_parser.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/ruby_data_source.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/timezone_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/data_sources/transitions_data_timezone_info.rb
@@ -46,6 +48,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/timezone_period.rb
 ${GEM_LIBDIR}/lib/tzinfo/timezone_proxy.rb
 ${GEM_LIBDIR}/lib/tzinfo/timezone_transition.rb
+${GEM_LIBDIR}/lib/tzinfo/transition_rule.rb
 ${GEM_LIBDIR}/lib/tzinfo/transitions_timezone_period.rb
 ${GEM_LIBDIR}/lib/tzinfo/untaint_ext.rb
 ${GEM_LIBDIR}/lib/tzinfo/version.rb
diff -r 5055d89748b0 -r df362fbdf27f time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Mon Nov 09 14:45:32 2020 +0000
+++ b/time/ruby-tzinfo/distinfo Mon Nov 09 14:46:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2020/04/27 13:35:02 taca Exp $
+$NetBSD: distinfo,v 1.43 2020/11/09 14:46:06 taca Exp $
 
-SHA1 (tzinfo-2.0.2.gem) = 24f7381a309ebc405803aa3c05be659982c3c4ae
-RMD160 (tzinfo-2.0.2.gem) = 4bcf8da7ceac02325de4f6d4a52bc04a0d9a1bce
-SHA512 (tzinfo-2.0.2.gem) = 2333009e323df8443f9ba658b76bbfd97a9b3b6859e4dad14562eaaf71791bf208b2963c9cf45d5e4f846174cf70e3db93dc9018291e63912cc3c3d3ca1e6d86
-Size (tzinfo-2.0.2.gem) = 71168 bytes
+SHA1 (tzinfo-2.0.3.gem) = 56d0d221110e4a430cbc114c988fa285b2a08a56
+RMD160 (tzinfo-2.0.3.gem) = 787fcc789be1e386d346b0dc1ac55c3150c9c961
+SHA512 (tzinfo-2.0.3.gem) = 4815af4424c74197f7861f73c4b765045bae28c78a3e8df4db5eee0bdad3e083b1a132c89397eab19bbbbfc0c9f1825e89ca0bc2ab8067fd21a9bab9b342be12
+Size (tzinfo-2.0.3.gem) = 78336 bytes



Home | Main Index | Thread Index | Old Index