commit:     1299ae62ef26c9fc6227fcaa1fa820b725dc18ac
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 01:22:17 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 01:27:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1299ae62

dev-perl/DateTime-Format-ISO8601: Bump to version 0.140.0

Upstream:
- UCT offsets must be in the same format as the time to which it is
  attached
- Add ->format_datetime() for nicer interop with DateTime.pm
- Add support for formats 'YYYY-MM-DDThh:mm:ss.ss[+-]hh',
  'YYYYMMDDThhmmss.ss[+-]hh', 'YYYYMMDDThhmmZ', 'YYYY-MM-DDThh:mmz'
  'YYYYDDThh:mm', 'YYYY-DDDThh:mm'
- Fix handling of ISO week parsing
- Use Params::ValidationCompiler

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../DateTime-Format-ISO8601-0.140.0.ebuild         | 34 ++++++++++++++++++++++
 dev-perl/DateTime-Format-ISO8601/Manifest          |  1 +
 dev-perl/DateTime-Format-ISO8601/metadata.xml      |  1 +
 3 files changed, 36 insertions(+)

diff --git 
a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild 
b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild
new file mode 100644
index 00000000000..8c51c010323
--- /dev/null
+++ b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Parses ISO8601 formats"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       virtual/perl-Carp
+       >=dev-perl/DateTime-1.450.0
+       >=dev-perl/DateTime-Format-Builder-0.770.0
+       >=dev-perl/Params-ValidationCompiler-0.260.0
+       >=dev-perl/Specio-0.180.0
+       dev-perl/namespace-autoclean
+       virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=virtual/perl-CPAN-Meta-2.120.900
+               virtual/perl-File-Spec
+               >=virtual/perl-Test-Simple-1.302.15
+               >=dev-perl/Test2-Suite-0.0.72
+       )
+"

diff --git a/dev-perl/DateTime-Format-ISO8601/Manifest 
b/dev-perl/DateTime-Format-ISO8601/Manifest
index b72f3117975..325ed3524cd 100644
--- a/dev-perl/DateTime-Format-ISO8601/Manifest
+++ b/dev-perl/DateTime-Format-ISO8601/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-ISO8601-0.08.tar.gz 21119 BLAKE2B 
7967639c2d7ca169f8bf148a9473f8f7a7866bd127ca095f506090ee49a1bd198892dcd396c8f45c594d7f7df42a4714907541df8fa4b88023dff0b3039f72f6
 SHA512 
88b9c538bf7566cf9857266505e47ea58b72b0cf447bde0b5ca79e9c19ea66118bdb62d4039284e1ab901a0016044613307de654a642761d91989bfb50735979
+DIST DateTime-Format-ISO8601-0.14.tar.gz 44616 BLAKE2B 
eb5746a5cabea4194d90ed912186d0c59c7c7c665cedd46aa8a0a700d7a23043d29a2f57f888ac5fbbd0b85033a3e73eacd4a241c7d7d965bb5d8d4f3b2303dc
 SHA512 
a5575df8ed275588eebe383c969d9f7f9182b49415da930cd5c6a30197248006ec53fc80d3d8ecdc6c097e16294b8252af77863dd388ef0d3617ee5657937d7f

diff --git a/dev-perl/DateTime-Format-ISO8601/metadata.xml 
b/dev-perl/DateTime-Format-ISO8601/metadata.xml
index a9fbb207392..7335afecbe0 100644
--- a/dev-perl/DateTime-Format-ISO8601/metadata.xml
+++ b/dev-perl/DateTime-Format-ISO8601/metadata.xml
@@ -8,5 +8,6 @@
   <upstream>
     <remote-id type="cpan">DateTime-Format-ISO8601</remote-id>
     <remote-id type="cpan-module">DateTime::Format::ISO8601</remote-id>
+    <remote-id type="cpan-module">DateTime::Format::ISO8601::Types</remote-id>
   </upstream>
 </pkgmetadata>

Reply via email to