forked from pool/perl-DateTime-Format-Flexible
- updated to 0.370.0 (0.37) see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes OBS-URL: https://build.opensuse.org/request/show/1235535 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Flexible?expand=0&rev=20
213 lines
7.7 KiB
Plaintext
213 lines
7.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 1 05:31:45 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.370.0 (0.37)
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 8 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.34
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.34
|
|
- support timezones in parenthesis
|
|
- Add support for YYYY-MM-DD HH:MM P.M. format
|
|
- thanks Michael Schout for the patch!
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 28 03:06:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.33
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.33 Wed May 26 2021
|
|
- changes to how some days are parsed to fix memory leaks
|
|
- remove Module::Pluggable as a dependency
|
|
- thanks BBKR rt #136597
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 16 12:12:53 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.32
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.32 Sat Sep 14 2019
|
|
- add support for offset timezones without a space separator and formatted HH:MM '2019-09-03T10:42:00.000-04:00'
|
|
- thanks Stijn Heymans
|
|
- allow negative timezone offsets in 2 and 4 digit lengths with and without spaces
|
|
- now works: 2007-05-06T04:44:44-0800
|
|
- now works: 2007-05-06T04:44:44-08
|
|
- now works: 2007-05-06T04:44:44 -08
|
|
- validate all timezone offsets
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 19 05:16:16 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.31
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 10 06:13:58 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 0.30
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 06:14:35 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 0.29
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.29 Web Feb 21 2018
|
|
- add support for 19 February 2018 at 10:33
|
|
- thanks Rod Taylor rt #124520
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 24 06:27:52 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.28
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 7 06:22:17 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.27
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.27
|
|
- support a single lang as a string instead of requiring an arrayref (DWIM)
|
|
- example: lang => 'en'
|
|
- add support for:
|
|
- "next (weekday)" eg: next sunday
|
|
- "last (weekday)" eg: last sunday
|
|
- "next (month)" eg: next january
|
|
- "last (month)" eg: last january
|
|
- "(x unit) from now" eg: 3 years from now
|
|
- "(-x unit)" eg: -3 months
|
|
- "(+x unit)" eg: +3 months
|
|
- "YYMMDD HH:MM:SS" eg: 950404 00:22:12
|
|
- "YYMMDD HH:MM:SS.NS" eg: 950404 00:22:12.500
|
|
- "Mon D HH:MM:SS.NS TZ YYYY" eg: Fri Dec 2 22:56:03.500 GMT+0 1994
|
|
- thanks David White rt #105178, tests from Time::ParseDate
|
|
- when we have a leading month that is 0 (zero) and we have a year, assume it is supposed to be october (10)
|
|
- thanks Dave Musakhanyan
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 16:16:48 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.26
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.26 Tue Apr 22 2014
|
|
- support "MM/DD/YYYY HH:MM" (missing seconds),
|
|
- support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string)
|
|
- thanks David White rt #94911
|
|
|
|
0.25 Mon Mar 04 2013
|
|
- support "HH:MM::SS timezone YYYY/MM/DD"
|
|
- thanks Kevin Zwack
|
|
|
|
0.24 Mon Nov 26 2012
|
|
- fix removal of 'am' in the german language file when we already know what part is the time part
|
|
- fix removal of 'st' when not preceded by a digit
|
|
- thanks Andreas Koenig rt #81432
|
|
- support "YYYYMMDD timezone"
|
|
|
|
0.23 Thu Jun 14 2012
|
|
- Fix for MM/YYYY (was always setting the base year)
|
|
- thanks John Marling
|
|
- Support MM/YY if MMYY is given as an option
|
|
- pod cleanup
|
|
|
|
0.22 Mon Jun 11 2012
|
|
- update GPL in the LICENSE file (apparently the FSF has a new address)
|
|
- thanks ppisar rt #74363
|
|
- update POD to match the license file
|
|
- thanks ppisar rt #74358
|
|
- fix typo for saturday in the german language file
|
|
- thanks TMUELLER rt #77721
|
|
- don't check the language extensions if we don't have any non-digits in the string we are checking (excluding delimiters: \/-.:[space])
|
|
- fix typos in the pod documentation, add a link to the german translations
|
|
- add support and more tests for some time-first formats
|
|
- add support for GMT timezone anywhere in the date/time string
|
|
|
|
0.21 Sun Jan 01 2012
|
|
- handle mm/yyyy and m/yyyy
|
|
|
|
0.20 Sun Sep 18 2011
|
|
- case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
|
|
- thanks Brett Carson
|
|
|
|
0.19 Fri Jan 07 2011
|
|
- support for German (de)
|
|
- thanks Mark Trettin
|
|
- better support for DD MM
|
|
- support for natural dates in all languages (3 years ago)
|
|
|
|
0.18 Sat Jan 01 2011
|
|
- move a test that was hardcoded to a year to the no_year tests.
|
|
- thanks cpantesters
|
|
|
|
0.17 Tue Oct 26 2010
|
|
- more formats supported
|
|
- support timezone offsets that are not at the end of the datetime string.
|
|
- they must be 4 digits and begin with a plus or minus
|
|
- thanks snarkyboojum: http://use.perl.org/use.perl.org/_snarkyboojum/journal/40297.html
|
|
- better support for dates like 'December 1st'
|
|
- POD formatting fixes
|
|
- support 'Oct.26, 2010'.
|
|
- thanks Brian Knapp
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 16:16:43 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.20
|
|
see /usr/share/doc/packages/perl-DateTime-Format-Flexible/Changes
|
|
|
|
0.20 Sun Sep 18 2011
|
|
- case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
|
|
- thanks Brett Carson
|
|
|
|
0.19 Fri Jan 07 2011
|
|
- support for German (de)
|
|
- thanks Mark Trettin
|
|
- better support for DD MM
|
|
- support for natural dates in all languages (3 years ago)
|
|
|
|
0.18 Sat Jan 01 2011
|
|
- move a test that was hardcoded to a year to the no_year tests.
|
|
- thanks cpantesters
|
|
|
|
0.17 Tue Oct 26 2010
|
|
- more formats supported
|
|
- support timezone offsets that are not at the end of the datetime string.
|
|
- they must be 4 digits and begin with a plus or minus
|
|
- thanks snarkyboojum: http://use.perl.org/~snarkyboojum/journal/40297
|
|
- better support for dates like 'December 1st'
|
|
- POD formatting fixes
|
|
- support 'Oct.26, 2010'.
|
|
- thanks Brian Knapp
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:26:23 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:29:43 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 10:20:01 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.16:
|
|
* make sure 'now' means now and not when the module loaded unless user has set a base [RT#60731]
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 22 23:39:38 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (0.15)
|
|
|