The NetBSD Project

CVS log for pkgsrc/time/p5-DateTime-Calendar-Julian/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-Calendar-Julian

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 14 14:28:02 2022 UTC (3 years, 2 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
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 - view: text, markup, annotated - select for diffs
Tue Oct 26 11:24:25 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:04:01 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
time: Remove SHA1 hashes for distfiles

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 27 23:44:41 2021 UTC (4 years ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Tue Mar 9 12:32:20 2021 UTC (4 years, 1 month ago) by wen
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Mon Sep 7 17:38:50 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 13 14:10:30 2019 UTC (5 years, 7 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Fri Jan 4 02:37:28 2019 UTC (6 years, 3 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Tue Aug 1 12:56:24 2017 UTC (7 years, 8 months ago) by markd
Branches: 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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>