pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-tzinfo



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jul 30 14:24:09 UTC 2022

Modified Files:
        pkgsrc/time/ruby-tzinfo: DESCR Makefile distinfo

Log Message:
time/ruby-tzinfo: update to 2.0.5

2.0.5 (2022-07-19)

* Changed DateTime results to always use the proleptic Gregorian calendar.
  This affects DateTime results prior to 1582-10-15 and any arithmetic
  performed on the results that would produce a secondary result prior to
  1582-10-15.

* Added support for eager loading all the time zone and country data by
  calling either TZInfo::DataSource#eager_load! or TZInfo.eager_load!.
  Compatible with Ruby On Rails' eager_load_namespaces. #129.

* Ignore the SECURITY file from Arch Linux's tzdata package. #134.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-tzinfo/DESCR
cvs rdiff -u -r1.48 -r1.49 pkgsrc/time/ruby-tzinfo/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/ruby-tzinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-tzinfo/DESCR
diff -u pkgsrc/time/ruby-tzinfo/DESCR:1.2 pkgsrc/time/ruby-tzinfo/DESCR:1.3
--- pkgsrc/time/ruby-tzinfo/DESCR:1.2   Sun Jan  3 05:17:23 2016
+++ pkgsrc/time/ruby-tzinfo/DESCR       Sat Jul 30 14:24:09 2022
@@ -6,23 +6,25 @@ Data Sources
 
 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).
 
-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 
+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`).
 
-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 
+The default data source selection can be overridden using
 `TZInfo::DataSource.set`.
 
 Custom data sources can also be used. See `TZInfo::DataSource.set` for

Index: pkgsrc/time/ruby-tzinfo/Makefile
diff -u pkgsrc/time/ruby-tzinfo/Makefile:1.48 pkgsrc/time/ruby-tzinfo/Makefile:1.49
--- pkgsrc/time/ruby-tzinfo/Makefile:1.48       Sun Jan  3 08:20:26 2021
+++ pkgsrc/time/ruby-tzinfo/Makefile    Sat Jul 30 14:24:09 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2021/01/03 08:20:26 taca Exp $
+# $NetBSD: Makefile,v 1.49 2022/07/30 14:24:09 taca Exp $
 
-DISTNAME=      tzinfo-2.0.4
+DISTNAME=      tzinfo-2.0.5
 CATEGORIES=    time
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/time/ruby-tzinfo/distinfo
diff -u pkgsrc/time/ruby-tzinfo/distinfo:1.46 pkgsrc/time/ruby-tzinfo/distinfo:1.47
--- pkgsrc/time/ruby-tzinfo/distinfo:1.46       Tue Oct 26 11:24:37 2021
+++ pkgsrc/time/ruby-tzinfo/distinfo    Sat Jul 30 14:24:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2021/10/26 11:24:37 nia Exp $
+$NetBSD: distinfo,v 1.47 2022/07/30 14:24:09 taca Exp $
 
-BLAKE2s (tzinfo-2.0.4.gem) = ce93081599f52429c9c6c119da976f943be771fef1c4ab8d7fb94ffd0d265df2
-SHA512 (tzinfo-2.0.4.gem) = edae29820741b338c38dc13d58746f9798052167598d2eab7cefdde8769854d248573b112c7ad2481aef63a9258fbce477451f83f347640e00e2fc27feb10370
-Size (tzinfo-2.0.4.gem) = 78336 bytes
+BLAKE2s (tzinfo-2.0.5.gem) = a375e7498f0aacb9f2a47386e263643474fcd5bcd038e4cad763191335b6b821
+SHA512 (tzinfo-2.0.5.gem) = d3248d9226b974095392c17916701c7318df895fb1d5581d3bafd73672fbb1ec30f4c1bac690379c714df66856558011c27bcedf2d53beb51031441f7bfee0ae
+Size (tzinfo-2.0.5.gem) = 79360 bytes



Home | Main Index | Thread Index | Old Index