- New upstream release 1.79
- Fix too-strict type checking for time zones: this module now uses the same
check as DateTime itself, which allows for things that don't subclass
DateTime::TimeZone as long as they provide the same API (GH#30)
- New upstream release 1.78
- Fix tests for new failure caused by locale data changes in DateTime::Locale
1.29 (GH#28)
- Added a warning about using locale-specific patterns; some of these patterns
can change quite a bit as the locale data is updated, so using them for
parsing does not produce stable results across time - this is what caused
the test failures that this release fixes
- New upstream release 1.77
- When the parsed string contained an invalid time zone offset (parsed with
"%z") like "-9999", the error handling set in the parser's constructor was
ignored and an exception was always thrown (GH#25)
- Use %{make_build} and %{make_install}
- New upstream release 1.76
- The ability to set the pattern, time_zone, and locale via accessor methods
has been removed; this was deprecated over three years ago in version 1.60
(it also turns out that the setting was actually broken for a long time but
no one seemed to notice)
- Package new upstream document CODE_OF_CONDUCT.md
- New upstream release 1.72
- By default, the word boundary checks added in 1.69 are now off; you can
enable them by passing "strict => 1" to the constructor (GH#15)
- Switched from Params::Validate to Params::ValidationCompiler
- Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
Testers
- Require DateTime::TimeZone 2.09 because you should really update this on a
regular basis
- Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
- New upstream release 1.70
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much (GH#11)
- Added docs for several formats that have long been supported but not
documented; these are %P, %c, %x, and %X (GH#10)
- Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z;
previously only ±HHMM were accepted (GH#13)
- New upstream release 1.67
- Fixed a regression introduced in 1.60; older versions of this library would
match dates pretty much 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" (GH#3)
- New upstream release 1.66
- Added a zone_map constructor argument; this lets you supply a mapping for
ambiguous time zone abbreviations (CPAN RT#74762)
- New upstream release 1.55 (rpm version 1.5500 to maintain upgrade path)
- If diagnostic is true for an object, it will now use Test::More::diag()
under the test harness rather than printing to STDOUT
- The %%z specifier will now parse UTC offsets with a colon like "+01:00"
(CPAN RT#91458)
- Made the regexes to parse day and months abbreviations and names a little
more specificl as it stood, they tended to eat up more non-word characters
than they should, so a pattern like '%a%m%d_%Y' broke on a date like
'Fri0215_2013' - the day name would be parsed as 'Fri02' and the month
would not be parsed at all (CPAN RT#93863, CPAN RT#93865)
- Specify all dependencies
- Use DESTDIR rather than PERL_INSTALL_ROOT
- New upstream release 1.54
- Packaging cleanup, including listing Test::More as a test prereq, not a
runtime prereq (CPAN RT#76128)
- Shut up "unescaped braces in regex" warning from 5.17.0 (CPAN RT#77514)
- A fix in DateTime.pm 1.00 broke a test in this distro (CPAN RT#84371)
- Require DateTime.pm 1.00 because without it tests will break
- Specify all dependencies
- This release by DROLSKY -> update source URL
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Make %files list more explicit
0.4304 to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping
version to
1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
- Drop test patch, no longer needed
- Run additional tests for full locale coverage