summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-TimeZone
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2021-02-24p5-DateTime-TimeZone: update to 2.47gutteridge2-7/+7
2.47 2021-01-24 - This release is based on version 2021a of the Olson database. This release includes contemporary changes for South Sudan.
2021-01-10p5-DateTime-TimeZone: update to 2.46gutteridge2-7/+7
2.46 2020-12-22 - This release is based on version 2020e of the Olson database. This release includes contemporary changes for Russia (Volograd). 2.45 2020-12-21 - Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour ahead. This is the opposite of what this module started doing in the 2.38 release when it added support for these zones. Reportd by Matthew Horsfall (#47). Changes are based on his PR #48.
2020-11-08Update to 2.44wen2-7/+7
Upstream changes: 2.44 2020-11-06 - The DateTime::TimeZone->offset_as_string now accepts an optional separator string. 2.43 2020-10-21 - This release is based on version 2020d of the Olson database. This release includes contemporary changes for Palestine.
2020-10-20p5-DateTime-TimeZone: fix dependencygutteridge1-2/+2
devel/p5-namespace-autoclean is a runtime dependency, not a tool or test dependency. Ride previous update; this would have already been broken before my commit.
2020-10-20p5-DateTime-TimeZone: update to 2.42gutteridge2-14/+14
pkgsrc-specific change: while here, express test dependencies as such. 2.42 2020-10-16 - This release is based on version 2020c of the Olson database. This release includes contemporary changes for Fiji. 2.41 2020-10-07 - The last release was missing all the generated data files. Oops! Reported by Paul Howarth. GH #43. - Added a custom dzil plugin to make sure that the release has all of the generated data files. 2.40 2020-10-07 - This release is based on version 2020b of the Olson database. This release includes contemporary changes for Morocco, Casey Station, and the Yukon. This release also removes the very long-deprecated "US/Pacific-New" zone name.
2020-09-07p5-DateTime-TimeZone: update to 2.39.wiz2-8/+7
2.39 2020-04-24 - This release is based on version 2020a of the Olson database. This release includes contemporary changes for Morocco an the Yukon.
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-1/+2
2020-03-22p5-DateTime-TimeZone: Update to 2.38nia2-7/+7
2.38 2019-11-15 - Added support for Etc/GMT and Etc/UTC style zones like "Etc/GMT-2" or "Etc/UTC+12". Implemented by kclaggett. GH #38.
2019-11-02time: align variable assignmentsrillig1-10/+10
pkglint -Wall -F --only aligned -r No manual corrections.
2019-09-13Update to 2.37wen2-8/+7
Upstream changes: 2.37 2019-09-11 - This release is based on version 2019c of the Olson database. This release includes contemporary changes for Fiji and Norfolk Island. 2.36 2019-07-01 - This release is based on version 2019b of the Olson database. This release includes contemporary changes for Brazil and Palestine.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-05-18Update to 2.35wen2-7/+7
Upstream changes: 2.35 2019-04-21 - Handle "infinity" as a representation of infinite values in serialized objects. On Solaris we end up with "infinity" and "-infinity" as opposed to just "inf" and "-inf". Fixed by Andrew Paprocki. GH #36.
2019-04-07Update to 2.34wen2-7/+7
Upstream changes: 2.34 2019-03-26 - This release is based on version 2019a of the Olson database. This release includes contemporary changes for Palestine and Metlakatla, Alaska.
2019-01-04Update to 2.23wen2-7/+7
Upstream changes: 2.23 2018-12-30 - This release is based on version 2018i of the Olson database. This release includes contemporary changes for São Tomé and Príncipe. 2.22 2018-12-29 - This release is based on version 2018h of the Olson database. This release includes contemporary changes for Morocco, Kazakhstan, and Iran.
2018-11-10Update to 2.21wen2-8/+7
Upstream changes: 2.21 2018-10-27 - This release is based on version 2018f of the Olson database. This release includes contemporary changes for Morocco. 2.20 2018-10-18 - Added more documentation on how local time zones work, and a warning to set $ENV{TZ} if you're writing tests for code that tries to use the local time zone. - This release is based on version 2018f of the Olson database. This release includes contemporary changes for Russia (Volograd), Fiji, and Chile.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-06-06Update to 2.19wen2-7/+7
Upstream changes: 2.19 2018-05-13 - This release is based on version 2018e of the Olson database. This release includes contemporary changes for North Korea.
2018-03-25p5-DateTime-TimeZone: update to 2.18.wiz2-7/+7
2.18 2018-03-23 - This release is based on version 2018d of the Olson database. This release includes contemporary changes for Palestine and Casey Station.
2018-02-04Update to 2.17wen2-7/+7
Upstream changes: 2.17 2018-01-23 - This release is based on version 2018b of the Olson database. This release reverts the changes for Ireland in the previous versions as these caused breakages in some systems that consumed the IANA time zone data. 2.16 2018-01-19 - This release is based on version 2018b of the Olson database. This release includes contemporary changes for S瓊o Tom矇 and Pr穩ncipe, Brazil, and Ireland. The 2018a was skipped because it was missing a file, but there are no data changes from 2018a to 2018b.
2017-11-08p5-DateTime-TimeZone: update to 2.15.wiz2-7/+7
2.15 2017-11-04 - Make the local zone lookup code handle the case where /usr/share/zoneinfo is a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by Tom Wyant. GH #22 and #23. 2.14 2017-10-28 - This release is based on version 2017c of the Olson database. This release includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos.
2017-06-14Updated p5-DateTime-TimeZone to 2.13.wiz2-8/+7
2.13 2017-06-01 - Really fix the indexing issue. For reals this time. I'm totally not kidding. Thanks to Grinnz on #metacpan for giving me the solution. 2.12 2017-06-01 - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan again. No real code or zone changes. Reported by Greg Oscwhald. GH #19.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-04-04Updated p5-DateTime-TimeZone to 2.11.wiz2-7/+7
2.11 2017-03-22 - This release is based on version 2017b of the Olson database. This release includes contemporary changes for Haiti.
2017-03-05Updated p5-DateTime-TimeZone to 2.10.wiz2-7/+7
2.10 2017-03-01 - This release is based on version 2017a of the Olson database. This release includes contemporary changes for Mongolia and Chile.
2016-11-28Updated p5-DateTime-TimeZone to 2.09.wiz2-7/+7
2.09 2016-11-24 - This release is based on version 2016j of the Olson database. This release includes contemporary changes for Russia (Europe/Saratov).
2016-11-16Updated p5-DateTime-TimeZone to 2.08.wiz2-7/+7
2.08 2016-11-12 - Switched from RT to the GitHub issue tracker.
2016-11-04Update time/p5-DateTime-TimeZone to 2.07mef2-7/+7
---------------------------------------- 2.07 2016-11-02 - This release is based on version 2016i of the Olson database. This release includes contemporary changes for Tonga and Antarctica/Casey. There is also a new zone for Northern Cyprus, Asia/Famagusta, which differs from other parts of Cyprus.
2016-10-27Update to 2.0.6wen2-7/+7
Upstream changes: 2.06 2016-10-20 - This release is based on version 2016h of the Olson database. This release includes contemporary changes for Palestine.
2016-10-03Updated p5-DateTime-TimeZone to 2.05.wiz2-7/+7
2.05 2016-09-28 - This release is based on version 2016g of the Olson database. This release includes contemporary changes for Turkey.
2016-09-30Updated p5-DateTime-TimeZone to 2.04.wiz2-7/+7
2.04 2016-09-26 - Automatically add the latest version of DateTime::Time::Local::Win32 as a prereqs on Windows system automatically when building the release.
2016-09-18Updated time/p5-DateTime-TimeZone to 2.03mef2-7/+7
----------------------------------------- 2.03 2016-09-17 - Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm itself.
2016-09-18Updated time/p5-DateTime-TimeZone to 2.02mef2-7/+12
----------------------------------------- 2.02 2016-09-16 - Replaced Params::Validate with Params::ValidationCompiler. (pkgsrc changes) - for runtime: +DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler +DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio - for make test: +BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class +BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
2016-07-21Updated p5-DateTime-TimeZone to 2.01.wiz2-7/+7
2.01 2016-07-17 - This release is based on version 2016f of the Olson database. This release includes contemporary changes for Egypt and Russia. The changes for Egypt supersede the ones in 2016e.
2016-06-11Updated p5-DateTime-TimeZone to 2.00.wiz2-8/+7
2.00 2016-06-07 - The fix in 1.99 broke the parsing of the etcetera zones, which are specified as 1 or 2 digit offsets in hours, unlike all other zones which are written as "1:00" or "-2:00". 1.99 2016-06-07 - When parsing the POSIX zones in the etcetera file, don't special case the ETC[+-]NN zones. These are weirdly named, as ETC+8 is 8 hours _behind_ UTC, and -6 is 6 hours _ahead_. Previously, we were swapping these so the name matched the sane usage, but this is confusing for anyone who is explicitly trying to use the POSIX names, expecting the bizarre (but POSIXly correct) interpretation. Patch by Bron Gondwana. GitHub PR #7.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-22Update p5-DateTime-TimeZone to 1.98:wiz2-7/+7
1.98 2016-04-18 - This release is based on version 2016d of the Olson database. This release includes contemporary changes for Russia and Venezuela.
2016-04-08Update p5-DateTime-TimeZone to 1.97.wiz2-7/+7
1.97 2016-03-23 - This release is based on version 2016c of the Olson database. This release includes contemporary changes for Azerbaijan and Chile. 1.96 2016-03-15 - This release is based on version 2016b of the Olson database. This release includes contemporary changes for Russia, Haiti, and Palestine.
2016-01-31Update p5-DateTime-TimeZone to 1.95:wiz2-7/+7
1.95 2016-01-27 - This release is based on version 2016a of the Olson database. This release includes contemporary changes for the Cayman Islands, Iran, and Chrita, Russia.
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-25Update to p5-DateTime-TimeZone to 1.94:wiz2-6/+7
1.94 2015-10-21 - This release is based on version 2015g of the Olson database. This release includes contemporary changes for Turkey, Norfolk, Fiji, and Fort Nelson.
2015-08-13Update to 1.93:wiz2-6/+6
1.93 2015-08-11 - This release is based on version 2015f of the Olson database. This release includes contemporary changes for Moldova, North Korea, and Uruguay.
2015-06-29Update to 1.92:wiz2-6/+6
1.92 2015-06-22 - This distro now depends on DateTime::TimeZone::Local::Win32 when it is being installed on a Windows OS. This should lead to a better experience for Windows users. Requested by Matthew Horsfall and Karen Etheridge. RT #103275.
2015-06-14Update to 1.91:wiz2-7/+6
1.91 2015-06-13 - This release is based on version 2015e of the Olson database. This release includes contemporary changes for Morocco and Cayman Islands.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-27Update to 1.90:wiz2-6/+6
1.90 2015-05-14 - Made the compilation test shipped in the last release an author-only test, as many of the modules in this distribution try to load DateTime, but DateTime depends on this distribution. This caused attempts to install DateTime on a fresh perl install to fail. Reported by Noel Maddy. RT #104448. 1.89 2015-05-14 - Fix a syntax error in the Android local time zone module. Reported by Gregor Hermann. RT #104105.
2015-04-26Update to 1.88:wiz2-6/+6
1.88 2015-04-24 - This release is based on version 2015d of the Olson database. This release includes contemporary changes for Egypt.
2015-04-22Update to 1.87:wiz2-6/+6
1.87 2015-04-20 - This release is based on version 2015c of the Olson database. This release includes contemporary changes for Egypt, though it looks like those will change again soon.