summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36 from mgorny/wheel-depHEADmainJustin Mayer2023-04-151-1/+1
|\
| * [PATCH] Remove redundant wheel dep from pyproject.tomlMichał Górny2023-04-151-1/+1
|/ | | | | | | Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
* Manually increment version in setup.py2.1.0Justin Mayer2023-04-141-1/+1
| | | | | AutoPub's version incrementing logic apparently needs to be adjusted to handle this type of version number definition.
* Release feedgenerator 2.1.0botpub2023-04-143-6/+8
|
* Prepare releaseJustin Mayer2023-04-141-0/+5
|
* Automate PyPI package publication via AutoPubJustin Mayer2023-04-142-0/+49
|
* Upgrade pyupgrade pre-commit hookJustin Mayer2023-04-141-1/+1
|
* Fix build status badgeJustin Mayer2023-03-271-1/+1
| | | | Resolves: https://github.com/badges/shields/issues/8671
* Replace deprecated getdefaultlocale() with getlocale()Justin Mayer2023-03-271-1/+1
|
* Merge pull request #34 from venthur/add_test_for_non_ASCII_chars_in_URIJustin Mayer2023-03-271-3/+3
|\ | | | | This adds a non-ASCII charachter into the test case to cover if we
| * This adds a non-ASCII charachter into the test case to cover if weBastian Venthur2022-08-301-3/+3
| | | | | | | | | | | | convert properly using percent-encoding. Apparently we do, so no other change is needed. Closes: #21
* | Merge pull request #35 from hugovk/add-3.11Justin Mayer2023-03-275-11/+13
|\ \
| * | Drop support for EOL Python 3.6Hugo van Kemenade2022-12-024-6/+4
| | |
| * | Test Python 3.12-devHugo van Kemenade2022-12-022-4/+5
| | |
| * | Add support for Python 3.10 and 3.11Hugo van Kemenade2022-12-023-2/+6
| | |
| * | pre-commit autoupdateHugo van Kemenade2022-12-022-3/+2
| |/
* | Exclude tests/__pycache__ from distributionJustin Mayer2023-03-271-0/+1
|/ | | | Refs #33
* Merge pull request #32 from venthur/update_testsmasterJustin Mayer2021-11-038-107/+101
|\ | | | | Modernize tests
| * renamed test dir to more traditional "tests"Bastian Venthur2021-09-297-3/+3
| |
| * modernize test_stringio.pyBastian Venthur2021-09-291-54/+51
| |
| * modernize test_feedgenerator.pyBastian Venthur2021-09-291-40/+37
|/
* Release version 2.0.02.0.0Justin Mayer2021-09-282-1/+9
|
* Add CHANGELOG to projectJustin Mayer2021-09-281-0/+45
|
* Add image to RSS feedsPaul Seyfert2021-09-281-1/+8
|
* Simplify tests by using pytest.mark.parametrizeBastian Venthur2021-09-281-81/+41
|
* Check for truthiness so empty strings are also falseBastian Venthur2021-09-282-3/+36
|
* Fix double subtitles if description & subtitle are providedBastian Venthur2021-09-282-2/+51
| | | | Tests all four possible combinations against the expected result.
* Merge pull request #29 from getpelican/modernizeJustin Mayer2021-08-187-12/+32
|\ | | | | Update code for Python 3.6+
| * Update code for Python 3.6+Justin Mayer2021-08-186-12/+11
| |
| * Add initial configuration for Pre-commitJustin Mayer2021-08-181-0/+21
|/
* Remove Python 2 (#27)Bastian Venthur2021-08-1810-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_coverageJustin Mayer2021-08-184-1/+10
|\ | | | | Add test coverage report
| * added coverage reportBastian Venthur2021-08-184-1/+10
| | | | | | | | this config will ommit the report on files with 100% coverage
* | Release new version1.9.2Justin Mayer2021-08-181-1/+1
|/
* Merge pull request #25 from mgorny/setup-py-warnJustin Mayer2021-08-181-1/+1
|\ | | | | Fix setup.py warning
| * Fix setup.py warningMichał Górny2021-06-161-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.9Justin Mayer2021-08-182-28/+12
| |
* | Use description field as subtitle for Atom feeds, if provided (#23)Bastian Venthur2021-08-172-1/+9
| |
* | Merge pull request #20 from neirbowj/setup_explicit_encodingJustin Mayer2021-08-171-1/+3
|\ \ | |/ |/| Explicitly decode README as UTF-8
| * Explicitly decode README as UTF-8John W. O'Brien2020-07-281-1/+3
| |
* | Install project & dependencies in CI; also test on Python 3.9 (#24)Bastian Venthur2021-03-171-1/+3
|/
* Change badge link format from Markdown to reST1.9.1Justin Mayer2020-02-091-2/+10
|
* Add CI/PyPI badges to README & remove dead linkJustin Mayer2020-02-091-3/+3
|
* Increment version numberJustin Mayer2020-02-091-1/+1
|
* Update Python version PyPI classifiersJustin Mayer2020-02-091-3/+1
|
* Add automated testing via GitHub Actions CIJustin Mayer2020-02-091-0/+27
|
* Simplify with six.text_type (#15)cclauss2019-02-112-9/+3
|
* Merge pull request #14 from jorgesumle/setup.pyJustin Mayer2018-07-101-1/+4
|\ | | | | Update setup.py metadata
| * Update setup.py metadataJorge Maldonado Ventura2018-07-091-1/+4
| |
* | Merge pull request #12 from ikalnytskyi/clean-source-tarballJustin Mayer2018-07-101-1/+0
|\ \ | |/ |/| Do not include unneeded files in source tarball