Accepting request 343109 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/343109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=21
This commit is contained in:
parent
54a9ee15b3
commit
0e73a8de67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87fe0184d760f780de2405b2dffd579e19c755d006f1c4e799eb3d3476892659
|
||||
size 40220
|
3
DateTime-Format-Strptime-1.60.tar.gz
Normal file
3
DateTime-Format-Strptime-1.60.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:766a69029733c7a467272b0e868c75be05ba1a11c2a8ec17cf149915eda53116
|
||||
size 41609
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 09:39:47 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.60
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
|
||||
|
||||
1.60 2015-11-07
|
||||
|
||||
- This release is identical to the prior trial release. The changes for the
|
||||
trial releases are reproduced below for convenience.
|
||||
|
||||
[BACKWARDS INCOMPATIBILITIES]
|
||||
|
||||
- The error messages for various types of failures have changed.
|
||||
|
||||
- The never-documented diagnostic parameter for the constructor has been
|
||||
removed.
|
||||
|
||||
- The never-documented feature to allow you to use arbitrary DateTime.pm
|
||||
methods in the parsing pattern has been removed. This never made much sense
|
||||
anyway, since most DateTime.pm methods are not constructor params, but they
|
||||
were used that way.
|
||||
|
||||
- Using the pattern, locale, and time_zone to set the respective attribute is
|
||||
now deprecated. Make a new object instead of changing one of these values.
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
- Fixed a warning from the tests with newer Perl versions. RT #107620.
|
||||
|
||||
- Clarified docs to note that %Y and %G require 4-digit years. Reported by
|
||||
Karen Etheridge. RT #103147.
|
||||
|
||||
- Using the 24-hour token (%H) with an AM/PM specifier (%p) now leads to an
|
||||
error if you try to parse something like "23:01 AM". Reported by Ric
|
||||
Signes. RT #92445.
|
||||
|
||||
|
||||
1.59 2015-10-25 (TRIAL RELEASE)
|
||||
|
||||
- The previous release accidentally included an old version of Strptime.pm in
|
||||
the root dir, causing all sorts of chaos and test failures.
|
||||
|
||||
|
||||
1.58 2015-10-18 (TRIAL RELEASE)
|
||||
|
||||
- This release is a substantial rewrite. Please test it and file bugs for any
|
||||
unintentional breakage.
|
||||
|
||||
* The error messages for various types of failures have changed.
|
||||
|
||||
* The never-documented diagnostic parameter for the constructor has been
|
||||
removed.
|
||||
|
||||
* The never-documented feature to allow you to use arbitrary DateTime.pm
|
||||
methods in the parsing pattern has been removed. This never made much sense
|
||||
anyway, since most DateTime.pm methods are not constructor params, but they
|
||||
were used that way.
|
||||
|
||||
* Using the pattern, locale, and time_zone to set the respective attribute is
|
||||
now deprecated. Make a new object instead of changing one of these values.
|
||||
|
||||
- Fixed a warning from the tests with newer Perl versions. RT #107620.
|
||||
|
||||
- Clarified docs to note that %Y and %G require 4-digit years. Reported by
|
||||
Karen Etheridge. RT #103147.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 08:32:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-Format-Strptime
|
||||
Version: 1.57
|
||||
Version: 1.60
|
||||
Release: 0
|
||||
%define cpan_name DateTime-Format-Strptime
|
||||
Summary: Parse and format strp and strf time patterns
|
||||
@ -33,12 +33,17 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(DateTime) >= 1.00
|
||||
BuildRequires: perl(DateTime::Locale) >= 0.450000
|
||||
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
||||
BuildRequires: perl(Params::Validate) >= 0.64
|
||||
BuildRequires: perl(Package::DeprecationManager)
|
||||
BuildRequires: perl(Params::Validate) >= 1.20
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
Requires: perl(DateTime) >= 1.00
|
||||
Requires: perl(DateTime::Locale) >= 0.450000
|
||||
Requires: perl(DateTime::TimeZone) >= 0.79
|
||||
Requires: perl(Params::Validate) >= 0.64
|
||||
Requires: perl(Package::DeprecationManager)
|
||||
Requires: perl(Params::Validate) >= 1.20
|
||||
Requires: perl(Try::Tiny)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -64,6 +69,6 @@ and a pattern and returns the 'DateTime' object associated.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README.md
|
||||
%doc bench Changes LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user