| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #32 from venthur/update_testsmaster | Justin Mayer | 2021-11-03 | 8 | -107/+101 |
| |\ | | | | | Modernize tests | ||||
| | * | renamed test dir to more traditional "tests" | Bastian Venthur | 2021-09-29 | 7 | -3/+3 |
| | | | |||||
| | * | modernize test_stringio.py | Bastian Venthur | 2021-09-29 | 1 | -54/+51 |
| | | | |||||
| | * | modernize test_feedgenerator.py | Bastian Venthur | 2021-09-29 | 1 | -40/+37 |
| |/ | |||||
| * | Release version 2.0.02.0.0 | Justin Mayer | 2021-09-28 | 2 | -1/+9 |
| | | |||||
| * | Add CHANGELOG to project | Justin Mayer | 2021-09-28 | 1 | -0/+45 |
| | | |||||
| * | Add image to RSS feeds | Paul Seyfert | 2021-09-28 | 1 | -1/+8 |
| | | |||||
| * | Simplify tests by using pytest.mark.parametrize | Bastian Venthur | 2021-09-28 | 1 | -81/+41 |
| | | |||||
| * | Check for truthiness so empty strings are also false | Bastian Venthur | 2021-09-28 | 2 | -3/+36 |
| | | |||||
| * | Fix double subtitles if description & subtitle are provided | Bastian Venthur | 2021-09-28 | 2 | -2/+51 |
| | | | | | Tests all four possible combinations against the expected result. | ||||
| * | Merge pull request #29 from getpelican/modernize | Justin Mayer | 2021-08-18 | 7 | -12/+32 |
| |\ | | | | | Update code for Python 3.6+ | ||||
| | * | Update code for Python 3.6+ | Justin Mayer | 2021-08-18 | 6 | -12/+11 |
| | | | |||||
| | * | Add initial configuration for Pre-commit | Justin Mayer | 2021-08-18 | 1 | -0/+21 |
| |/ | |||||
| * | Remove Python 2 (#27) | Bastian Venthur | 2021-08-18 | 10 | -630/+87 |
| | | | | | | | | * removed __future__ imports and explicit encodings * removed six dependency and code * fixed py2/3 specific imports * removed python2 specific code * don't mention unittest2 anymore | ||||
| * | Merge pull request #28 from venthur/add_coverage | Justin Mayer | 2021-08-18 | 4 | -1/+10 |
| |\ | | | | | Add test coverage report | ||||
| | * | added coverage report | Bastian Venthur | 2021-08-18 | 4 | -1/+10 |
| | | | | | | | | | this config will ommit the report on files with 100% coverage | ||||
| * | | Release new version1.9.2 | Justin Mayer | 2021-08-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #25 from mgorny/setup-py-warn | Justin Mayer | 2021-08-18 | 1 | -1/+1 |
| |\ | | | | | Fix setup.py warning | ||||
| | * | Fix setup.py warning | Michał Górny | 2021-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fix the following warning: /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'force-manifest' will not be supported in future versions. Please use the underscore name 'force_manifest' instead | ||||
| * | | Switch Tox to Pytest, supporting Python 3.6 – 3.9 | Justin Mayer | 2021-08-18 | 2 | -28/+12 |
| | | | |||||
| * | | Use description field as subtitle for Atom feeds, if provided (#23) | Bastian Venthur | 2021-08-17 | 2 | -1/+9 |
| | | | |||||
| * | | Merge pull request #20 from neirbowj/setup_explicit_encoding | Justin Mayer | 2021-08-17 | 1 | -1/+3 |
| |\ \ | |/ |/| | Explicitly decode README as UTF-8 | ||||
| | * | Explicitly decode README as UTF-8 | John W. O'Brien | 2020-07-28 | 1 | -1/+3 |
| | | | |||||
| * | | Install project & dependencies in CI; also test on Python 3.9 (#24) | Bastian Venthur | 2021-03-17 | 1 | -1/+3 |
| |/ | |||||
| * | Change badge link format from Markdown to reST1.9.1 | Justin Mayer | 2020-02-09 | 1 | -2/+10 |
| | | |||||
| * | Add CI/PyPI badges to README & remove dead link | Justin Mayer | 2020-02-09 | 1 | -3/+3 |
| | | |||||
| * | Increment version number | Justin Mayer | 2020-02-09 | 1 | -1/+1 |
| | | |||||
| * | Update Python version PyPI classifiers | Justin Mayer | 2020-02-09 | 1 | -3/+1 |
| | | |||||
| * | Add automated testing via GitHub Actions CI | Justin Mayer | 2020-02-09 | 1 | -0/+27 |
| | | |||||
| * | Simplify with six.text_type (#15) | cclauss | 2019-02-11 | 2 | -9/+3 |
| | | |||||
| * | Merge pull request #14 from jorgesumle/setup.py | Justin Mayer | 2018-07-10 | 1 | -1/+4 |
| |\ | | | | | Update setup.py metadata | ||||
| | * | Update setup.py metadata | Jorge Maldonado Ventura | 2018-07-09 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #12 from ikalnytskyi/clean-source-tarball | Justin Mayer | 2018-07-10 | 1 | -1/+0 |
| |\ \ | |/ |/| | Do not include unneeded files in source tarball | ||||
| | * | Do not include trash into a source tarball | Ihor Kalnytskyi | 2017-10-12 | 1 | -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 manifest | Justin Mayer | 2017-09-11 | 1 | -1/+1 |
| | | | | Including the LICENSE in the package tarball appears to be desired by Linux distro packaging maintainers. Closes #10. | ||||
| * | Increment version to 1.9 | Justin Mayer | 2016-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix setup.py shebang to improve portability | Justin Mayer | 2016-09-11 | 1 | -3/+3 |
| | | | | | Also includes PyCodeStyle-compliant indentation fixes. | ||||
| * | Update maintainer metadata in setup.py | Justin Mayer | 2016-09-11 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #6 from Scheirle/remove_test | Justin Mayer | 2016-08-11 | 3 | -17/+1 |
| |\ | | | | | Removes Unittest 002 | ||||
| | * | Removes Unittest 002 | Bernhard Scheirle | 2016-08-11 | 3 | -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/updatedate | Justin Mayer | 2016-08-11 | 2 | -4/+13 |
| |\ \ | |/ |/| | Always set the 'updated' element of an 'entry' in Atom Feeds | ||||
| | * | Always set the 'updated' element of an 'entry' in Atom Feeds | Bernhard Scheirle | 2016-08-11 | 2 | -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_uri | Justin Mayer | 2016-04-06 | 2 | -3/+6 |
| |\ | | | | | Changes get_tag_uri so that the '/' before a fragment gets only added if there is a fragment | ||||
| | * | Fixed small typo | Bernhard Scheirle | 2016-04-05 | 1 | -1/+1 |
| | | | |||||
| | * | Updates the expected test output to match the new tag uri | Bernhard Scheirle | 2016-04-04 | 1 | -1/+1 |
| | | | |||||
| | * | Changes get_tag_uri so that the '/' before a fragment gets only added if ↵ | Bernhard Scheirle | 2016-04-04 | 1 | -1/+4 |
| | | | | | | | | | there is a fragment. | ||||
| * | | Update version to 1.8 | Justin Mayer | 2016-04-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add classifiers for Python 3.4 and 3.5 to setup.py | Justin Mayer | 2016-04-05 | 1 | -1/+3 |
| | | | |||||
| * | | Update and simplify README | Justin Mayer | 2016-04-05 | 1 | -12/+7 |
| | | | |||||
| * | | Add Django's LICENSE file to project | Justin Mayer | 2016-04-05 | 1 | -0/+28 |
| |/ | |||||
