pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime-Format-ISO8601
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 7 17:42:27 UTC 2020
Modified Files:
pkgsrc/time/p5-DateTime-Format-ISO8601: Makefile distinfo
Log Message:
p5-DateTime-Format-ISO8601: update to 0.1400.
0.14 2020-08-16
- Require DateTime 1.45, which added a year_length() method that this package
is now using. Reported by Slaven Rezić. GH #11.
0.13 2020-08-15
- Added support for a few more incomplete formats, YYYYMMDDThhmmZ,
YYYY-MM-DDThh:mmZ, YYYYDDDThhmm, YYYY-DDDThh:mm. Includes a patch from
Stuart Browne. Fixed GH #3.
0.12 2020-08-15
- Fixed handling of ISO week parsing in some years. Reported by Kent
Fredric. GH #6.
- This release includes changes from 0.09-0.11 trial releases to switch from
Params::Validate and Params::ValidationCompiler. Relevant release notes from
those trial releases are repeated here for clarity.
- Replace Params::Validate with Params::ValidationCompiler.
- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
method with some formats would throw an exception.
- Add a format_datetime() method, which makes this class play nicer with
DateTime.pm. Implemented by Doug
Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2
- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
`YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3
0.11 2020-07-26 (TRIAL RELEASE)
- Replace Params::Validate with Params::ValidationCompiler.
0.10 2020-07-25 (TRIAL RELEASE)
- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
method with some formats would throw an exception.
0.09 2020-07-25 (TRIAL RELEASE)
- Add a format_datetime() method, which makes this class play nicer with
DateTime.pm. Implemented by Doug
Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2
- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
`YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/p5-DateTime-Format-ISO8601/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/p5-DateTime-Format-ISO8601/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.20 pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.21
--- pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.20 Mon Aug 31 18:12:23 2020
+++ pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile Mon Sep 7 17:42:27 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2020/08/31 18:12:23 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/09/07 17:42:27 wiz Exp $
-DISTNAME= DateTime-Format-ISO8601-0.08
+DISTNAME= DateTime-Format-ISO8601-0.14
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -14,13 +13,9 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Builder>=0.77:../../time/p5-DateTime-Format-Builder
-# Recommended dependencies:
-BUILD_DEPENDS+= p5-File-Find-Rule>=0.24:../../devel/p5-File-Find-Rule
-BUILD_DEPENDS+= p5-Test-Distribution>=1.22:../../devel/p5-Test-Distribution
-BUILD_DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
PERL5_PACKLIST= auto/DateTime/Format/ISO8601/.packlist
-PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.5 pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.6
--- pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.5 Mon Nov 2 23:31:39 2015
+++ pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo Mon Sep 7 17:42:27 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/02 23:31:39 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/09/07 17:42:27 wiz Exp $
-SHA1 (DateTime-Format-ISO8601-0.08.tar.gz) = 8ce5223900989394197b5dbae615d1545bb5a4d3
-RMD160 (DateTime-Format-ISO8601-0.08.tar.gz) = e10d8480248223e472126beab1fc956293196ca3
-SHA512 (DateTime-Format-ISO8601-0.08.tar.gz) = 88b9c538bf7566cf9857266505e47ea58b72b0cf447bde0b5ca79e9c19ea66118bdb62d4039284e1ab901a0016044613307de654a642761d91989bfb50735979
-Size (DateTime-Format-ISO8601-0.08.tar.gz) = 21119 bytes
+SHA1 (DateTime-Format-ISO8601-0.14.tar.gz) = 0df5caf01949f053a3fa4a86c617ae6bea62b4e9
+RMD160 (DateTime-Format-ISO8601-0.14.tar.gz) = 9b87ff6facb4600e19509877232f86e1dd9b2b94
+SHA512 (DateTime-Format-ISO8601-0.14.tar.gz) = a5575df8ed275588eebe383c969d9f7f9182b49415da930cd5c6a30197248006ec53fc80d3d8ecdc6c097e16294b8252af77863dd388ef0d3617ee5657937d7f
+Size (DateTime-Format-ISO8601-0.14.tar.gz) = 44616 bytes
Home |
Main Index |
Thread Index |
Old Index