public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Flexible/
Date: Sat, 25 Jul 2020 18:34:42 +0000 (UTC)	[thread overview]
Message-ID: <1595702067.7c064ebd3c4a363240f7ce8a176c1b339db43951.kentnl@gentoo> (raw)

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	other threads:[~2020-07-25 18:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 18:34 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 21:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Flexible/ Sam James
2025-01-22  5:32 Sam James
2024-10-17  7:24 Sam James
2022-09-13 10:40 Jakov Smolić
2021-12-13  5:43 Sam James
2021-10-18 19:43 Andreas K. Hüttel
2020-08-31  8:48 Kent Fredric
2020-07-25 18:41 Kent Fredric
2017-04-01 13:05 Kent Fredric
2017-03-24 13:30 Kent Fredric
2017-03-23  3:13 Kent Fredric
2016-01-01 17:52 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595702067.7c064ebd3c4a363240f7ce8a176c1b339db43951.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox