diff options
author | kleink <kleink@pkgsrc.org> | 2015-09-22 11:52:35 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-09-22 11:52:35 +0000 |
commit | 19d991ad54da249092351566b1d24afd14b18225 (patch) | |
tree | 42f601f6b398ea6e3c9503bc7893890f45afc498 /textproc | |
parent | e80b6e3f2e1b2b2d427c8dd704dd96a7b0405568 (diff) | |
download | pkgsrc-19d991ad54da249092351566b1d24afd14b18225.tar.gz |
Update p5-XML-Atom-SimpleFeed to 0.863.
0.863 Thu 10 Sep 2015
[INCOMPATIBLE CHANGE] - Datetime object support now via
->epoch method instead of ->strftime.
Despite the fact that this is an incompatible change, it
should actually be a nonevent for almost all users, because
every datetime module I could find that supports ->strftime
also supports ->epoch (and vice versa).
However, the ->strftime methods of many modules are (subtly
or badly) broken in the face of timezones even as their
->epoch methods work right (or else are broken subtly
enough to escape notice).
But if you have written your own datetime class, and it
has a ->strftime method but not an ->epoch method, and
you pass instance of that class to instance of this module,
then the feeds you generate that way will now be broken.
On balance, I believe that this change will unbreak vastly
more code than it breaks. Therefore I decided to switch.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-Atom-SimpleFeed/Makefile b/textproc/p5-XML-Atom-SimpleFeed/Makefile index 757987ffccd..152a2db13e3 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/Makefile +++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2015/09/09 16:26:29 kleink Exp $ +# $NetBSD: Makefile,v 1.21 2015/09/22 11:52:35 kleink Exp $ -DISTNAME= XML-Atom-SimpleFeed-0.862 +DISTNAME= XML-Atom-SimpleFeed-0.863 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Atom-SimpleFeed/distinfo b/textproc/p5-XML-Atom-SimpleFeed/distinfo index ffa45d98526..b088c315df6 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/distinfo +++ b/textproc/p5-XML-Atom-SimpleFeed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2015/09/09 16:26:29 kleink Exp $ +$NetBSD: distinfo,v 1.9 2015/09/22 11:52:35 kleink Exp $ -SHA1 (XML-Atom-SimpleFeed-0.862.tar.gz) = 89ae5f421e849cbe498c2671f027f1dad1f4e8eb -RMD160 (XML-Atom-SimpleFeed-0.862.tar.gz) = fa3f13c0a7959ee72de6fd6a677220b91f1de00e -Size (XML-Atom-SimpleFeed-0.862.tar.gz) = 20674 bytes +SHA1 (XML-Atom-SimpleFeed-0.863.tar.gz) = 80ceb08256a142568fda7ab5c59eb8487be098f4 +RMD160 (XML-Atom-SimpleFeed-0.863.tar.gz) = 6f2d48f98a5944f684402a9683c54fd47bbf5749 +Size (XML-Atom-SimpleFeed-0.863.tar.gz) = 21691 bytes |