Accepting request 1065480 from devel:languages:perl:autoupdate

- updated to 1.16
   see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes
  1.16  2023-02-04  <schubiger@cpan.org>
   - Merged development version to stable.
  1.15_03  2023-02-03  <schubiger@cpan.org>
   - Drop generating compat Makefile.PL.
  1.15_02  2023-02-02  <schubiger@cpan.org>
   - Remove implicit m/d format; adjust tests.
     [github #11]
  1.15_01  2023-01-27  <schubiger@cpan.org>
   - Move further testing modules to test_requires.
     [inspired by github #10 - Karen Etheridge]
  1.15  2023-01-12  <schubiger@cpan.org>
   - Merged development version to stable.
  1.14_03  2023-01-10  <schubiger@cpan.org>
   - Minor whitespace tweak.
  1.14_02  2023-01-09  <schubiger@cpan.org>
   - Move testing modules to test_requires.
     [github #20 - Olaf Alders]
   - List Jim Avera in credits.
  1.14_01  2023-01-08  <schubiger@cpan.org>
   - Fix extract_datetime fails with newly-created parser.
     [rt #144219 - Jim Avera]
  1.14  2022-12-30  <schubiger@cpan.org>
   - Merged development version to stable.
  1.13_02  2022-12-29  <schubiger@cpan.org>
   - Distinguish between truncated/unaltered when testing.
  1.13_01  2022-08-06  <schubiger@cpan.org>
   - Add support for millisecond(s) as parsable unit.

OBS-URL: https://build.opensuse.org/request/show/1065480
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Natural?expand=0&rev=25
This commit is contained in:
2023-02-15 17:17:58 +00:00
committed by Git OBS Bridge
parent 1b81dd847a
commit db02a70640
4 changed files with 45 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8958edfd03f0f4b6d7be1212f6f675250ea37df89971ac2376be5ddd44d2f256
size 83127

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0882796b5d3ad5187a6d41dfe4722e0717a516e5f7e6a94aaf32bdbb8c9ef138
size 86312

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sun Feb 5 03:07:32 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.16
see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes
1.16 2023-02-04 <schubiger@cpan.org>
- Merged development version to stable.
1.15_03 2023-02-03 <schubiger@cpan.org>
- Drop generating compat Makefile.PL.
1.15_02 2023-02-02 <schubiger@cpan.org>
- Remove implicit m/d format; adjust tests.
[github #11]
1.15_01 2023-01-27 <schubiger@cpan.org>
- Move further testing modules to test_requires.
[inspired by github #10 - Karen Etheridge]
1.15 2023-01-12 <schubiger@cpan.org>
- Merged development version to stable.
1.14_03 2023-01-10 <schubiger@cpan.org>
- Minor whitespace tweak.
1.14_02 2023-01-09 <schubiger@cpan.org>
- Move testing modules to test_requires.
[github #20 - Olaf Alders]
- List Jim Avera in credits.
1.14_01 2023-01-08 <schubiger@cpan.org>
- Fix extract_datetime fails with newly-created parser.
[rt #144219 - Jim Avera]
1.14 2022-12-30 <schubiger@cpan.org>
- Merged development version to stable.
1.13_02 2022-12-29 <schubiger@cpan.org>
- Distinguish between truncated/unaltered when testing.
1.13_01 2022-08-06 <schubiger@cpan.org>
- Add support for millisecond(s) as parsable unit.
-------------------------------------------------------------------
Mon Jan 24 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Format-Natural
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name DateTime-Format-Natural
Name: perl-DateTime-Format-Natural
Version: 1.13
Version: 1.16
Release: 0
Summary: Parse informal natural language date/time strings
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parse informal natural language date/time strings
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHUBIGER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -30,15 +30,17 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Clone)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::HiRes)
BuildRequires: perl(DateTime::TimeZone)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(Module::Util)
BuildRequires: perl(Params::Validate) >= 1.15
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::MockTime::HiRes)
BuildRequires: perl(boolean)
Requires: perl(Clone)
Requires: perl(DateTime)
Requires: perl(DateTime::HiRes)
Requires: perl(DateTime::TimeZone)
Requires: perl(List::MoreUtils)
Requires: perl(Params::Validate) >= 1.15
@@ -53,6 +55,7 @@ ordinary strings.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
@@ -67,6 +70,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%doc Changes README TODO
%changelog