getpelican / feedgenerator

Standalone version of Django's feedgenerator module
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

no "updated" tags generated by feedgenerator 1.8 #8

Closed vioan closed 8 years ago

vioan commented 8 years ago

It seems that if feedgenerator 1.8 is used, there is no "updated" tag for each entry in atom feed. And because of this the feed is pushing always a lot of old posts to the reader. I tried pelican 3.6.3 and 3.6.4dev and it seems that both of them are pulling the 1.8 version of feedgenerator. The solution was to install first feedgenerator 1.6 and then install pelican.

justinmayer commented 8 years ago

@vioan: See #7

vioan commented 8 years ago

@justinmayer great, perhaps this will speed up the review and merging :)

justinmayer commented 8 years ago

Addressed via above-mentioned pull request, which has been merged.

ingwinlu commented 8 years ago

@justinmayer really needs a pypi release, else pelican pulls in 1.8 which is broken

justinmayer commented 8 years ago

@ingwinlu: Version 1.9 has been published to PyPI. Many thanks for prodding me.