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-Natural/
Date: Sat, 25 Jul 2020 20:15:05 +0000 (UTC)	[thread overview]
Message-ID: <1595708078.e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865.kentnl@gentoo> (raw)

commit:     e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 20:14:38 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 20:14:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e7748c

dev-perl/DateTime-Format-Natural: Bump to version 1.100.0

- EAPI7
- Unconditionally patch bad tests

Upstream:
- Fix advancing to future when both datetime and prefer_future options
  are set.
- Include time zone when constructing DateTime objects for the datetime
  option in dateparse
- New supported format: <variant> quarter
- New supported formats: <count> <unit> before/after noon/midnight
- New supported format: <count> seconds/minutes before/after
  yesterday/today/tomorrow
- Prefer futures even stronger with demand_future
- Require newer Params::Validate
- Support common unit abbreviations

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

 .../DateTime-Format-Natural-1.100.0.ebuild         | 47 ++++++++++++++++++++++
 dev-perl/DateTime-Format-Natural/Manifest          |  1 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
new file mode 100644
index 00000000000..6858938e2fd
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.10
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Clone
+	dev-perl/Date-Calc
+	dev-perl/DateTime
+	dev-perl/DateTime-TimeZone
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+	virtual/perl-Getopt-Long
+	dev-perl/List-MoreUtils
+	>=dev-perl/Params-Validate-1.150.0
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Term-ReadLine
+	dev-perl/boolean
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		dev-perl/Module-Util
+		dev-perl/Test-MockTime
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod-coverage.t
+	t/pod.t
+)

diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index d05dc6ed7fb..262c74de793 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
+DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d SHA512 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600


             reply	other threads:[~2020-07-25 20:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 20:15 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04 19:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/ Andreas K. Hüttel
2025-06-06  3:44 Sam James
2023-12-30  3:04 Sam James
2023-10-08  6:44 Sam James
2023-08-24 18:10 Arthur Zamarin
2023-07-08  6:06 Sam James
2023-07-08  4:18 Sam James
2023-06-21  7:35 Sam James
2022-09-13 10:40 Jakov Smolić
2021-10-20 23:00 Andreas K. Hüttel
2021-08-02  3:22 Sam James
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2020-12-12  8:40 Kent Fredric
2020-10-01  8:16 Kent Fredric
2018-11-23 13:06 Agostino Sarubbo
2017-05-22  2:29 Kent Fredric
2016-11-15 12:44 Kent Fredric
2016-11-15 12:44 Kent Fredric

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=1595708078.e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865.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