commit:     7c064ebd3c4a363240f7ce8a176c1b339db43951
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 18:33:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 18:34:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c064ebd

dev-perl/DateTime-Format-Flexible: Bump to version 0.320.0

- EAPI7
- Unconditionally patch bad tests

Upstream:
- Add support for "DD Month YYYY at HH:MM"
- Add support for bare times with am/pm
- Add support for format "MON" + "DD'YY"
- Add support for bare times with "at <DESC>"
- Add support for "Mon DD, YYYY HH:MM"
- Add support for "Mon DD, YY HH:MM"
- Add support for offset timezones without a space seperator and
  formated HH:MM
- Allow negative timezone offsets like -ZZ and -ZZZZ, with and without
  spaces
- Validate timezone offsets

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

 .../DateTime-Format-Flexible-0.320.0.ebuild        | 37 ++++++++++++++++++++++
 dev-perl/DateTime-Format-Flexible/Manifest         |  1 +
 2 files changed, 38 insertions(+)

diff --git 
a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.320.0.ebuild 
b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.320.0.ebuild
new file mode 100644
index 00000000000..7b41977acc3
--- /dev/null
+++ b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.320.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=THINC
+DIST_VERSION=0.32
+DIST_EXAMPLES=( "example/*" )
+inherit perl-module
+
+DESCRIPTION="Flexibly parse strings and turn them into DateTime objects"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-perl/DateTime
+       >=dev-perl/DateTime-Format-Builder-0.740.0
+       dev-perl/DateTime-TimeZone
+       dev-perl/List-MoreUtils
+       dev-perl/Module-Pluggable
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               dev-perl/Test-Exception
+               dev-perl/Test-MockTime
+               dev-perl/Test-NoWarnings
+               >=virtual/perl-Test-Simple-0.440.0
+       )
+"
+PERL_RM_FILES=(
+       t/002_pod.t
+       t/003_podcoverage.t
+)

diff --git a/dev-perl/DateTime-Format-Flexible/Manifest 
b/dev-perl/DateTime-Format-Flexible/Manifest
index 3169e0c3c5b..b61519defcb 100644
--- a/dev-perl/DateTime-Format-Flexible/Manifest
+++ b/dev-perl/DateTime-Format-Flexible/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-Flexible-0.28.tar.gz 73722 BLAKE2B 
38e23f7795ca66154e303eb7260568a27b08af937ffeef2aa61b03a81ad91d55e6a46e08105d564034a8cf02fc00ec87c26ce6510aed76e08ce73d3ec8c16abb
 SHA512 
e74de1cf104a37cf832d5976fd450476a42b945a8fd03ab1ddea504e4041009534cef9e72a75a120ab3ed9a1af63fb05bd5876632b594db9e7f21f419678d2d8
+DIST DateTime-Format-Flexible-0.32.tar.gz 76438 BLAKE2B 
b7a0f5abdba67e70979c510f13849697a9107eb275d5702ce6eafaa5abed140ee4072778642157f827823badd0f425e861927d5956a4818f6d0ce31c821c28fc
 SHA512 
90e0e83cecff5daab132860c2da2d77c92c0791fe8d0d6aa9275c1e0d603b644a8531848d8fb4bad8e1800c02a4e571ceda1a4bf4b8ee9bd7ac0215898db2882

Reply via email to