Accepting request 383907 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/383907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=32
This commit is contained in:
parent
058e525e6a
commit
2c8c8e9f22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527
|
||||
size 43190
|
3
DateTime-Format-Strptime-1.67.tar.gz
Normal file
3
DateTime-Format-Strptime-1.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bedc31384dac1ab739edcaa7155411971b513d5d2ee323489bc3257cede07946
|
||||
size 110252
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 09:33:20 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.67
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
|
||||
|
||||
1.67 2016-03-31
|
||||
|
||||
- Fixed a regression introduced in 1.60. Older versions of this library would
|
||||
match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a
|
||||
string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we
|
||||
definitely want to match on word boundaries so that we match
|
||||
"log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3.
|
||||
|
||||
|
||||
1.66 2016-03-27
|
||||
|
||||
- Added a zone_map constructor argument. This lets you supply a mapping for
|
||||
ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT
|
||||
#74762.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 10:06:45 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-Format-Strptime
|
||||
Version: 1.65
|
||||
Version: 1.67
|
||||
Release: 0
|
||||
%define cpan_name DateTime-Format-Strptime
|
||||
Summary: Parse and format strp and strf time patterns
|
||||
@ -70,6 +70,6 @@ and a pattern and returns the 'DateTime' object associated.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc bench Changes LICENSE README.md
|
||||
%doc bench Changes CONTRIBUTING.md LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user