Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-Calendar-Julian
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 14 14:28:02 2022 UTC (6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 0.107 Upstream changes: 0.107 2022-01-30 T. R. Wyant Add method calendar_name(), which returns 'Julian'. Require DateTime 1.48 for is_last_day_of_quarter(). This is a significant bump, since the previous was 0.08. Update Perl requirement in metadata to 5.008004. It was always this in fact, since DateTime requires this, as does Makefile.PL. Add support for quarters. 0.106 2021-09-25 T. R. Wyant Correct repository links in metadata. Thanks to Keith Thompson for finding and reporting this. 0.105 2021-09-05 T. R. Wyant Correct generation of 'provides' metadata. Thanks to Favio Poletti for blogging https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, and ultimately to Joel Berger for the pointer to https://metacpan.org/pod/CPAN::Meta::Spec#no_index
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 11:24:25 2021 UTC (9 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
time: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 15:04:01 2021 UTC (10 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
time: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 27 23:44:41 2021 UTC (16 months, 2 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Update to 0.104 Upstream changes: 0.104 2021-03-15 T. R. Wyant Add rt.cpan.org back to bug reporting methods. Long live RT! Correct GitHub ticket link. Get prerequisites up to snuff and add xt/author/prereq.t to ensure they stay that way.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 9 12:32:20 2021 UTC (17 months, 1 week ago) by wen
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 0.103 Upstream changes: 0.103 2021-01-10 T. R. Wyant Add Travis CI testing. Use GitHub as bug tracker. R.I.P. rt.cpan.org.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 17:38:50 2020 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
p5-DateTime-Calendar-Julian: update to 0.102. 0.102 2019-11-09 T. R. Wyant - Add optional separator arg to datetime(). This tracks the same change in DateTime version 1.43 dated 2017-05-29. Thanks to Jean Forget for finding, isolating, and reporting this. - NOTE that the above change restores the 'T' separator in stringification, as it was before DateTime 1.43. - Add tests for datetime() method. - Eliminate redirections in POD URL links
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 13 14:10:30 2019 UTC (2 years, 11 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Update to 0.101 Upstream changes: 0.101 2019-08-14 T. R. Wyant - Fix broken POD links, and add test to ensure they stay fixed.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 4 02:37:28 2019 UTC (3 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
Update to 0.100 Upstream changes: 0.100 2018-12-21 T. R. Wyant - Update author and copyright information. - Add author tests - Update metadata
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 1 12:56:24 2017 UTC (5 years ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Add p5-DateTime-Calendar-Julian 0.04 This is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.