Accepting request 445351 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/445351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=37
This commit is contained in:
parent
5403ca1940
commit
e3f2f4cec2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0f97e282b4de61390b5c3a498d3b9ee553f728c169c0845c6de02102d823929
|
|
||||||
size 103125
|
|
3
DateTime-Format-Strptime-1.70.tar.gz
Normal file
3
DateTime-Format-Strptime-1.70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67
|
||||||
|
size 105460
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 12 06:22:16 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.70
|
||||||
|
see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
|
||||||
|
|
||||||
|
1.70 2016-12-10
|
||||||
|
|
||||||
|
- Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z.
|
||||||
|
Previously only ±HHMM where accepted. PR from Christian Hansen, GitHub #13.
|
||||||
|
|
||||||
|
|
||||||
|
1.69 2016-12-04 (TRIAL RELEASE)
|
||||||
|
|
||||||
|
- The word boundary check supposedly added in 1.67 didn't really work
|
||||||
|
properly, and still matched too much. For example, the pattern "%d-%m-%y"
|
||||||
|
would match "2016-11-30" and turn it into November 16, 2030. This also had
|
||||||
|
problems at the end of strings, so that the same pattern would improperly
|
||||||
|
match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
|
||||||
|
#11.
|
||||||
|
|
||||||
|
- Added docs for several formats which had long been supported but not
|
||||||
|
documented. These are %P, %c, %x, and %X. Reported by Alexander
|
||||||
|
Hartmaier. GH #10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 3 02:15:19 UTC 2016 - chris@computersalat.de
|
Sat Dec 3 02:15:19 UTC 2016 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Format-Strptime
|
Name: perl-DateTime-Format-Strptime
|
||||||
Version: 1.68
|
Version: 1.70
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-Format-Strptime
|
%define cpan_name DateTime-Format-Strptime
|
||||||
Summary: Parse and format strp and strf time patterns
|
Summary: Parse and format strp and strf time patterns
|
||||||
@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(DateTime) >= 1.00
|
BuildRequires: perl(DateTime) >= 1.00
|
||||||
BuildRequires: perl(DateTime::Locale) >= 0.45
|
BuildRequires: perl(DateTime::Locale) >= 0.450000
|
||||||
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
||||||
BuildRequires: perl(Package::DeprecationManager) >= 0.15
|
BuildRequires: perl(Package::DeprecationManager) >= 0.15
|
||||||
BuildRequires: perl(Params::Validate) >= 1.20
|
BuildRequires: perl(Params::Validate) >= 1.20
|
||||||
@ -40,7 +40,7 @@ BuildRequires: perl(Test::More) >= 0.96
|
|||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
Requires: perl(DateTime) >= 1.00
|
Requires: perl(DateTime) >= 1.00
|
||||||
Requires: perl(DateTime::Locale) >= 0.45
|
Requires: perl(DateTime::Locale) >= 0.450000
|
||||||
Requires: perl(DateTime::TimeZone) >= 0.79
|
Requires: perl(DateTime::TimeZone) >= 0.79
|
||||||
Requires: perl(Package::DeprecationManager) >= 0.15
|
Requires: perl(Package::DeprecationManager) >= 0.15
|
||||||
Requires: perl(Params::Validate) >= 1.20
|
Requires: perl(Params::Validate) >= 1.20
|
||||||
|
Loading…
Reference in New Issue
Block a user