| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use absolute URL's in the package `long_description` for PyPI | Kurt McKee | 2023-01-30 | 1 | -0/+7 |
| | | | | | Fixes #3093 | ||||
| * | Remove python 3.6 from supported language versions | Lioman | 2022-08-23 | 1 | -1/+0 |
| | | |||||
| * | Release Pelican 4.8.04.8.0 | botpub | 2022-07-11 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.7.24.7.2 | botpub | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.7.14.7.1 | botpub | 2021-10-12 | 1 | -1/+1 |
| | | |||||
| * | Add Python 3.10 to test matrix & classifier list | Justin Mayer | 2021-10-06 | 1 | -0/+2 |
| | | |||||
| * | Release Pelican 4.7.04.7.0 | botpub | 2021-10-01 | 1 | -1/+1 |
| | | |||||
| * | Add progress spinner animation during generationrich | Justin Mayer | 2021-04-21 | 1 | -1/+1 |
| | | | | | This is a first step at enriching console output via the `rich` project. | ||||
| * | Release Pelican 4.6.04.6.0 | botpub | 2021-03-23 | 1 | -1/+1 |
| | | |||||
| * | Relax dependency minimum versions | Justin Mayer | 2021-03-23 | 1 | -1/+1 |
| | | | | | | | Specifying a floor, but not a ceiling, for core dependencies should help prevent dependency resolution conflicts. Dependencies that affect functional test output are pinned more tightly. | ||||
| * | Drop unsupported Python 3.5 from test matrix | Justin Mayer | 2021-01-15 | 1 | -1/+0 |
| | | |||||
| * | Release Pelican 4.5.44.5.4 | botpub | 2021-01-04 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.5.34.5.3 | botpub | 2020-12-01 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.5.24.5.2 | botpub | 2020-11-22 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.5.14.5.1 | botpub | 2020-11-02 | 1 | -1/+1 |
| | | |||||
| * | Fix PyPI-related reST/README issues4.5.0 | Justin Mayer | 2020-08-20 | 1 | -1/+3 |
| | | |||||
| * | Prepare to release Pelican 4.5 | Justin Mayer | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Include the tests package in the source distribution | Jason K. Moore | 2020-08-20 | 1 | -11/+6 |
| | | | | | Fixes #2635 | ||||
| * | Modernize code base to Python 3+ syntaxremove-legacy | Justin Mayer | 2020-04-27 | 1 | -1/+0 |
| | | | | | | Replaces syntax that was relevant in earlier Python versions but that now has modernized equivalents. | ||||
| * | Increase Jinja version minimum to 2.11+ | Justin Mayer | 2020-04-12 | 1 | -1/+1 |
| | | | | | | | This newer version slightly changes rendered output; upgrading our dependency means our functional test output will match it more consistently. | ||||
| * | Namespace plugin implementation | Deniz Turgut | 2019-12-01 | 1 | -2/+3 |
| | | | | | | | | | | | | * Creates pelican.plugins * Moves plugin related code under pelican.plugins * pelican.plugins.signals is now the location for signals, pelican.signals is kept for backwards compatibility * pelican.plugins._utils contains necessary bits for plugin discovery and loading. Logic from Pelican class is moved here. Pelican class now just asks for plugins and registers them * Contains tests for old and new plugin loading | ||||
| * | Update docutils and remove docutils workaround | Deniz Turgut | 2019-11-26 | 1 | -2/+3 |
| | | |||||
| * | Initial pass of removing Python 2 support | Kevin Yap | 2019-11-26 | 1 | -6/+3 |
| | | | | | | | This commit removes Six as a dependency for Pelican, replacing the relevant aliases with the proper Python 3 imports. It also removes references to Python 2 logic that did not require Six. | ||||
| * | Remove Python 2.7 support from settings | Paolo Melchiorre | 2019-11-05 | 1 | -2/+0 |
| | | |||||
| * | Release Pelican 4.2.04.2.0 | botpub | 2019-10-17 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.1.34.1.3 | botpub | 2019-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add extra/optional Markdown dependency to setup.py | David Alfonso | 2019-10-09 | 1 | -0/+3 |
| | | | | | | - Modify documentation to use the extra dependency in order to install the recommended markdown package version. | ||||
| * | Add related project URLs for display on PyPI | Justin Mayer | 2019-09-28 | 1 | -2/+8 |
| | | | | | | | Adding `project_urls` and `keywords` to setup.py ensures they will be available for the PyPI package page and any other place/service that may look for these fields. | ||||
| * | Release Pelican 4.1.24.1.2 | botpub | 2019-09-23 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.1.14.1.1 | botpub | 2019-08-23 | 1 | -1/+1 |
| | | |||||
| * | Increment version in preparation for imminent release | Justin Mayer | 2019-07-14 | 1 | -1/+1 |
| | | |||||
| * | Revert setup.py portion of "version-in-one-place" | Justin Mayer | 2019-07-14 | 1 | -16/+1 |
| | | | | | | | | | Defining the version string in a single place is a nice goal to have, but since we are currently straddling the fence as it relates to setuptools and pyproject.toml, mingling them together results in some unexpected behavior and is thus not advisable. We can revisit this if and when we make a full switch away from setuptools. | ||||
| * | Consolidate version strings in pyproject.toml | Justin Mayer | 2019-07-05 | 1 | -1/+19 |
| | | | | | | Storing the current version in a single place greatly simplifies issuing new package releases. | ||||
| * | Support for python -m pelican | Tim Gates | 2019-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | Addresses https://github.com/getpelican/pelican/issues/2523 Note: @avaris made a good point that there is no need to replace the existing module runner for pelican quickstart or the other tools as this can be run via: > python -m pelican.tools.pelican_quickstart | ||||
| * | Remove Python 3.4 references | John Franey | 2019-02-06 | 1 | -1/+0 |
| | | | | | | | | | | This PR removes the Python 3.4 tox task and updates references in the code to Python 3.5+. tox complains about Python 3.4, which is EOL after next month: > py34 installed: DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). | ||||
| * | Prepare for next version | Justin Mayer | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release Pelican 4.0.14.0.1 | Justin Mayer | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release Pelican 4.04.0.0 | Justin Mayer | 2018-11-13 | 1 | -1/+1 |
| | | |||||
| * | Update setup.py | Jorge Maldonado Ventura | 2018-04-11 | 1 | -1/+3 |
| | | | | | | | - Add license metadata - Add `Programming Language :: Python :: 3.7` classifier - Use HTTPS in the website link | ||||
| * | PyCodeStyle fixes to keep Flake8 happy | Justin Mayer | 2017-10-26 | 1 | -1/+1 |
| | | | | | | Travis appears to be using new versions of underlying code style analyzers, so these changes were necessary in order to keep tests green. | ||||
| * | Drop unsupported Python 3.3 | Hugo | 2017-10-02 | 1 | -1/+1 |
| | | |||||
| * | Use 4-space indentation | MinchinWeb | 2017-04-26 | 1 | -14/+14 |
| | | |||||
| * | Pelican trove classifier now on PyPI | MinchinWeb | 2017-04-26 | 1 | -0/+1 |
| | | | | | https://github.com/pypa/warehouse/issues/1650 (now sorted alphabetically) | ||||
| * | Add Python 3.6 classifier to setup.py | Jorge Maldonado Ventura | 2017-04-16 | 1 | -0/+1 |
| | | |||||
| * | Prepare version 3.7.2.dev0 for next development cycle | Justin Mayer | 2017-01-10 | 1 | -1/+1 |
| | | |||||
| * | Bump version 3.7.13.7.1 | Justin Mayer | 2017-01-10 | 1 | -1/+1 |
| | | |||||
| * | Specify encoding for README and CHANGELOG in setup.py | Deniz Turgut | 2017-01-03 | 1 | -3/+9 |
| | | |||||
| * | Prepare version 3.7.1.dev0 for next development cycle | Justin Mayer | 2016-12-14 | 1 | -1/+1 |
| | | |||||
| * | Bump version 3.7.03.7.0 | Justin Mayer | 2016-12-12 | 1 | -1/+1 |
| | | |||||
| * | Update package metadata | Justin Mayer | 2016-12-12 | 1 | -4/+5 |
| | | |||||
