summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Do not include trash into a source tarballIhor Kalnytskyi2017-10-121-1/+0
|/ | | | | | | | | We should not greedy include everything that matches *.py as it may result into bundling such trash (from packaging point of view) as .tox directory. By default, setuptools include the package itself, and we bundle tests and some other files explicitly in MANIFEST.in. Closes #9
* Include LICENSE in package manifestJustin Mayer2017-09-111-1/+1
| | | Including the LICENSE in the package tarball appears to be desired by Linux distro packaging maintainers. Closes #10.
* Increment version to 1.9Justin Mayer2016-09-111-1/+1
|
* Fix setup.py shebang to improve portabilityJustin Mayer2016-09-111-3/+3
| | | | Also includes PyCodeStyle-compliant indentation fixes.
* Update maintainer metadata in setup.pyJustin Mayer2016-09-111-2/+2
|
* Merge pull request #6 from Scheirle/remove_testJustin Mayer2016-08-113-17/+1
|\ | | | | Removes Unittest 002
| * Removes Unittest 002Bernhard Scheirle2016-08-113-17/+1
| | | | | | | | | | | | | | | | - Is a manual test - Does not increase coverage: Tests `feed.write` which gets already testet via `feed.writeString` in the other unit tests. Fixes #5
* | Merge pull request #7 from Scheirle/updatedateJustin Mayer2016-08-112-4/+13
|\ \ | |/ |/| Always set the 'updated' element of an 'entry' in Atom Feeds
| * Always set the 'updated' element of an 'entry' in Atom FeedsBernhard Scheirle2016-08-112-4/+13
|/ | | | | | Acording to the RFC4287[1] this element is mandatory. [1] https://tools.ietf.org/html/rfc4287#section-4.1.2
* Merge pull request #4 from Scheirle/get_tag_uriJustin Mayer2016-04-062-3/+6
|\ | | | | Changes get_tag_uri so that the '/' before a fragment gets only added if there is a fragment
| * Fixed small typoBernhard Scheirle2016-04-051-1/+1
| |
| * Updates the expected test output to match the new tag uriBernhard Scheirle2016-04-041-1/+1
| |
| * Changes get_tag_uri so that the '/' before a fragment gets only added if ↵Bernhard Scheirle2016-04-041-1/+4
| | | | | | | | there is a fragment.
* | Update version to 1.8Justin Mayer2016-04-051-1/+1
| |
* | Add classifiers for Python 3.4 and 3.5 to setup.pyJustin Mayer2016-04-051-1/+3
| |
* | Update and simplify READMEJustin Mayer2016-04-051-12/+7
| |
* | Add Django's LICENSE file to projectJustin Mayer2016-04-051-0/+28
|/
* Merge pull request #3 from eevee/atom-featuresAlexis Metaireau2016-02-224-10/+28
|\ | | | | Fix support for a couple Atom features
| * Support giving an explicit <updated> for AtomEevee (Lexy Munroe)2016-01-041-5/+9
| |
| * Atom should put pubdate in <published>, not <updated>Eevee (Lexy Munroe)2016-01-041-1/+1
| |
| * Support Atom's <content> elementEevee (Lexy Munroe)2016-01-042-3/+9
| | | | | | | | | | | | | | Adds a `content` kwarg to `add_item`, which will become the <content> of an Atom entry. For RSS, which has no equivalent, the content is silently ignored; this is consistent with how Atom ignores metadata like `ttl` that only exists in RSS.
| * Update URL in setup.pyEevee (Lexy Munroe)2016-01-041-1/+1
| |
| * Add py34 and py35 to tox.iniEevee (Lexy Munroe)2016-01-041-1/+9
|/
* Merge pull request #2 from mansam/masterJustin Mayer2015-02-021-1/+1
|\ | | | | Mark RSS guids with isPermaLink=false
| * RSS guids are properly marked isPermaLink=falseSam Lucidi2014-03-041-1/+1
|/
* Merge pull request #1 from SoftlySplinter/pelican#1089Justin Mayer2014-01-084-14/+49
|\ | | | | Remove Atom elements from RSS feed. Add Atom tests.
| * Add test for Atom feed generation.Alex Brown2014-01-072-6/+42
| | | | | | | | Also add an example atom file.
| * Remove unnecessary atom elements.Alex Brown2014-01-063-8/+7
|/
* Correct test directory in MANIFEST.inJustin Mayer2013-11-131-3/+1
| | | | | | The incorrect test directory entry in MANIFEST.in was causing spurious warnings, confusing folks who thought there might be a problem with the installation process.
* bump versionAlexis Métaireau2013-08-311-1/+1
|
* Update the pytz requirementsAlexis Métaireau2013-08-311-1/+1
|
* Add Python 3.3 to setup.py category listJustin Mayer2013-06-011-0/+1
|
* Update the version to 1.6Justin Mayer2013-05-311-1/+1
|
* Merge branch 'master' of dmdm/feedgenerator-py3kJustin Mayer2013-05-316-7/+25
|\ | | | | | | Preparing for 1.6 release
| * Merge pull request #3 from saimn/fix-py27Dirk Makowski2013-05-262-2/+8
| |\ | | | | | | self._write wants a unicode string on python 2
| | * Add python 3.3 to toxSimon Conseil2013-05-251-1/+5
| | |
| | * self._write wants a unicode string on python 2.Simon Conseil2013-05-251-1/+3
| |/
| * Merge branch 'master' of https://github.com/dmdm/feedgenerator-py3kDirk Makowski2013-05-194-5/+16
| |\
| | * Merge pull request #1 from avaris/attribute-orderDirk Makowski2013-04-054-8/+12
| | |\ | | | | | | | | sort attributes for consistent output
| | | * sort attributes for consistent outputDeniz Turgut2013-04-054-8/+12
| | |/
| | * Use OrderedDict for feed XML attribsDirk Makowski2013-02-182-2/+9
| | |
| * | Fixed: https://github.com/dmdm/feedgenerator-py3k/issues/2Dirk Makowski2013-05-191-1/+2
| |/ | | | | | | | | | | In setup.py: - corrected name of test suite - added zip_safe=False flag
* | update the version to 1.5Alexis Métaireau2013-01-111-1/+1
|/
* Changed tox.inifrom_django_1.5.dev20120824122350Dirk Makowski2012-12-041-11/+13
|
* Removed unnecessary commaDirk Makowski2012-08-291-1/+1
|
* Renamed tests dir to avoid conflict by UnitTestDirk Makowski2012-08-294-0/+0
|
* Added link to readme, renamed package in setupDirk Makowski2012-08-272-1/+2
|
* Corrected commentDirk Makowski2012-08-261-1/+0
|
* Improved testsDirk Makowski2012-08-263-29/+149
|
* HmmDirk Makowski2012-08-261-16/+7
|