pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo1 time/ruby-tzinfo1: update to 1.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dba71cd0fa0
branches:  trunk
changeset: 441772:5dba71cd0fa0
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Nov 10 14:30:00 2020 +0000

description:
time/ruby-tzinfo1: update to 1.2.8

1.2.8 (2020-11-08)

* 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.  The 64-bit section is now always used regardless of whether
  Time has support for 64-bit times.  #120.

* Rubinius is no longer supported.

diffstat:

 time/ruby-tzinfo1/DESCR    |  38 ++++++++++++++++++++------------------
 time/ruby-tzinfo1/Makefile |   4 ++--
 time/ruby-tzinfo1/PLIST    |   8 +++++++-
 time/ruby-tzinfo1/distinfo |  10 +++++-----
 4 files changed, 34 insertions(+), 26 deletions(-)

diffs (136 lines):

diff -r 33eb5e20c888 -r 5dba71cd0fa0 time/ruby-tzinfo1/DESCR
--- a/time/ruby-tzinfo1/DESCR   Tue Nov 10 13:49:44 2020 +0000
+++ b/time/ruby-tzinfo1/DESCR   Tue Nov 10 14:30:00 2020 +0000
@@ -4,26 +4,28 @@
 Data Sources
 ------------
 
-TZInfo requires a source of timezone data. There are two built-in options:
+TZInfo requires a source of timezone data.  There are two built-in options:
 
-1. The TZInfo::Data library (the tzinfo-data gem). TZInfo::Data contains a set 
-   of Ruby modules that are generated from the [IANA Time Zone Database](http://www.iana.org/time-zones).
-2. A zoneinfo directory. Most Unix-like systems include a zoneinfo directory 
-   containing timezone definitions. These are also generated from the 
-   [IANA Time Zone Database](http://www.iana.org/time-zones).
+1. The TZInfo::Data library (the tzinfo-data gem).  TZInfo::Data contains a
+   set of Ruby modules that are generated from the [IANA Time Zone
+   Database](http://www.iana.org/time-zones).
+
+2. A zoneinfo directory.  Most Unix-like systems include a zoneinfo
+   directory containing timezone definitions. These are also generated from
+   the [IANA Time Zone Database](http://www.iana.org/time-zones).
 
-By default, TZInfo::Data will be used. If TZInfo::Data is not available (i.e. 
-if `require 'tzinfo/data'` fails), then TZInfo will search for a zoneinfo
-directory instead (using the search path specified by 
-`TZInfo::ZoneinfoDataSource::DEFAULT_SEARCH_PATH`).
+By default, TZInfo::Data will be used.  If TZInfo::Data is not available
+(i.e.  if "require 'tzinfo/data'" fails), then TZInfo will search for a
+zoneinfo directory instead (using the search path specified by
+TZInfo::ZoneinfoDataSource::DEFAULT_SEARCH_PATH).
 
-If no data source can be found, a `TZInfo::DataSourceNotFound` exception will be
-raised when TZInfo is used. Further information is available 
-[in the wiki](http://tzinfo.github.io/datasourcenotfound) to help with 
-resolving `TZInfo::DataSourceNotFound` errors.
+If no data source can be found, a TZInfo::DataSourceNotFound exception will
+be raised when TZInfo is used.  Further information is available [in the
+wiki](http://tzinfo.github.io/datasourcenotfound) to help with resolving
+TZInfo::DataSourceNotFound errors.
 
-The default data source selection can be overridden using 
-`TZInfo::DataSource.set`.
+The default data source selection can be overridden using
+TZInfo::DataSource.set.
 
-Custom data sources can also be used. See `TZInfo::DataSource.set` for
-further details.
+Custom data sources can also be used. See TZInfo::DataSource.set for further
+details.
diff -r 33eb5e20c888 -r 5dba71cd0fa0 time/ruby-tzinfo1/Makefile
--- a/time/ruby-tzinfo1/Makefile        Tue Nov 10 13:49:44 2020 +0000
+++ b/time/ruby-tzinfo1/Makefile        Tue Nov 10 14:30:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/04/27 13:33:48 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/10 14:30:00 taca Exp $
 
 DISTNAME=      tzinfo-${VERS}
 PKGNAME=       ${RUBY_PKGPREFIX}-tzinfo1-${VERS}
@@ -11,7 +11,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe
 
-VERS=          1.2.7
+VERS=          1.2.8
 USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
diff -r 33eb5e20c888 -r 5dba71cd0fa0 time/ruby-tzinfo1/PLIST
--- a/time/ruby-tzinfo1/PLIST   Tue Nov 10 13:49:44 2020 +0000
+++ b/time/ruby-tzinfo1/PLIST   Tue Nov 10 14:30:00 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/03 15:06:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/11/10 14:30:00 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGES.md
@@ -6,6 +6,7 @@
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/tzinfo.rb
+${GEM_LIBDIR}/lib/tzinfo/annual_rules.rb
 ${GEM_LIBDIR}/lib/tzinfo/country.rb
 ${GEM_LIBDIR}/lib/tzinfo/country_index_definition.rb
 ${GEM_LIBDIR}/lib/tzinfo/country_info.rb
@@ -17,6 +18,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/linked_timezone.rb
 ${GEM_LIBDIR}/lib/tzinfo/linked_timezone_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/offset_rationals.rb
+${GEM_LIBDIR}/lib/tzinfo/posix_time_zone_parser.rb
 ${GEM_LIBDIR}/lib/tzinfo/ruby_core_support.rb
 ${GEM_LIBDIR}/lib/tzinfo/ruby_country_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/ruby_data_source.rb
@@ -31,9 +33,11 @@
 ${GEM_LIBDIR}/lib/tzinfo/timezone_transition.rb
 ${GEM_LIBDIR}/lib/tzinfo/timezone_transition_definition.rb
 ${GEM_LIBDIR}/lib/tzinfo/transition_data_timezone_info.rb
+${GEM_LIBDIR}/lib/tzinfo/transition_rule.rb
 ${GEM_LIBDIR}/lib/tzinfo/zoneinfo_country_info.rb
 ${GEM_LIBDIR}/lib/tzinfo/zoneinfo_data_source.rb
 ${GEM_LIBDIR}/lib/tzinfo/zoneinfo_timezone_info.rb
+${GEM_LIBDIR}/test/tc_annual_rules.rb
 ${GEM_LIBDIR}/test/tc_country.rb
 ${GEM_LIBDIR}/test/tc_country_index_definition.rb
 ${GEM_LIBDIR}/test/tc_country_info.rb
@@ -45,6 +49,7 @@
 ${GEM_LIBDIR}/test/tc_linked_timezone.rb
 ${GEM_LIBDIR}/test/tc_linked_timezone_info.rb
 ${GEM_LIBDIR}/test/tc_offset_rationals.rb
+${GEM_LIBDIR}/test/tc_posix_time_zone_parser.rb
 ${GEM_LIBDIR}/test/tc_ruby_core_support.rb
 ${GEM_LIBDIR}/test/tc_ruby_country_info.rb
 ${GEM_LIBDIR}/test/tc_ruby_data_source.rb
@@ -63,6 +68,7 @@
 ${GEM_LIBDIR}/test/tc_timezone_transition_definition.rb
 ${GEM_LIBDIR}/test/tc_timezone_utc.rb
 ${GEM_LIBDIR}/test/tc_transition_data_timezone_info.rb
+${GEM_LIBDIR}/test/tc_transition_rule.rb
 ${GEM_LIBDIR}/test/tc_zoneinfo_country_info.rb
 ${GEM_LIBDIR}/test/tc_zoneinfo_data_source.rb
 ${GEM_LIBDIR}/test/tc_zoneinfo_timezone_info.rb
diff -r 33eb5e20c888 -r 5dba71cd0fa0 time/ruby-tzinfo1/distinfo
--- a/time/ruby-tzinfo1/distinfo        Tue Nov 10 13:49:44 2020 +0000
+++ b/time/ruby-tzinfo1/distinfo        Tue Nov 10 14:30:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/27 13:33:48 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/11/10 14:30:00 taca Exp $
 
-SHA1 (tzinfo-1.2.7.gem) = ad33451d9feed106e751d7a02fa89b1147bb2968
-RMD160 (tzinfo-1.2.7.gem) = 62632a77150d39194553feda42cd385e864b2562
-SHA512 (tzinfo-1.2.7.gem) = dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
-Size (tzinfo-1.2.7.gem) = 156672 bytes
+SHA1 (tzinfo-1.2.8.gem) = 5c41dce07526aab546dc93a2f111739ea21b4b27
+RMD160 (tzinfo-1.2.8.gem) = f4088c0e71962b23a3f00a3f8f9ac764f2420b2c
+SHA512 (tzinfo-1.2.8.gem) = 5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
+Size (tzinfo-1.2.8.gem) = 166400 bytes



Home | Main Index | Thread Index | Old Index