| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert setup.py changes. Ensure universal wheels.3.4.0 | Justin Mayer | 2014-07-01 | 1 | -2/+1 |
| | | | | | | | | | Attempts at fancy version number handling in setup.py caused more problems than they were worth, including Travis CI build failures. The setup.cfg key for universal binary wheel generation apparently changed at some point, so that was updated as well. | ||||
| * | Work around setup.py encoding issue in last commit | Justin Mayer | 2014-07-01 | 1 | -1/+1 |
| | | |||||
| * | setup.py version should inherit from __init.py__ | Justin Mayer | 2014-07-01 | 1 | -1/+3 |
| | | |||||
| * | Require six version 1.4.0 or later. | OGINO Masanori | 2014-06-10 | 1 | -1/+2 |
| | | | | | | | six.moves.urllib.parse is available since version 1.4.0. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| * | change date metadata parsing to dateutil.parser | Stefan hr Berder | 2014-02-23 | 1 | -1/+1 |
| | | |||||
| * | Work around pytz & pip 1.4+ problem. Fixes #996. | Justin Mayer | 2013-08-08 | 1 | -1/+1 |
| | | | | | | | | | The latest version of pip (1.4) no longer installs pre-release versions (alpha, beta, etc.) by default. Because pytz uses an unorthodox version number scheme, pip thinks it's a pre-release and skips it. This change to setup.py should alleviate the problem until it is otherwise resolved. | ||||
| * | Normalize whitespace via lstrip Jinja parameter | Justin Mayer | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This adds the lstrip_blocks Jinja parameter and removes unnecessary whitespace from a few notmyidea templates. Note: The lstrip_blocks parameter requires Jinja 2.7+, which has been noted in Pelican's setup.py. Credit for this commit goes entirely to Russ Webber, who has earned my eternal thanks for discovering and applying this useful Jinja parameter. Refs #969 | ||||
| * | Drop python 3.2 support and move to python 3.3. | Simon Conseil | 2013-06-02 | 1 | -6/+1 |
| | | | | | | Jinja 2.7 (released 2013-05-20) supports only Python3 >=3.3 so it is time to drop Python 3.2 and move to 3.3 | ||||
| * | Update version requirement with feedgenerator 1.6 | Simon Conseil | 2013-06-02 | 1 | -1/+1 |
| | | | | | | feedgenerator 1.6 changes the order of attributes in feeds, so we must use this version to have consistent functionnal tests. | ||||
| * | adhere to PEP8 coding standards | Dominique Plante | 2013-05-14 | 1 | -3/+3 |
| | | |||||
| * | Prepare for next version | Justin Mayer | 2013-04-24 | 1 | -1/+1 |
| | | |||||
| * | remove plugins, update docs and update dependecies | Deniz Turgut | 2013-04-12 | 1 | -1/+1 |
| | | |||||
| * | Move the tests into pelican. Fix #500 | Alexis Métaireau | 2013-03-06 | 1 | -1/+1 |
| | | |||||
| * | setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3 | W. Trevor King | 2013-01-18 | 1 | -1/+3 |
| | | |||||
| * | Port pelican to python 3. | Dirk Makowski | 2013-01-11 | 1 | -2/+2 |
| | | | | | Stays compatible with 2.x series, thanks to an unified codebase. | ||||
| * | update the version of jinja needed, 2.6 is out | Alexis Métaireau | 2012-12-18 | 1 | -1/+1 |
| | | |||||
| * | add the changelog to the text on PyPI | Alexis Métaireau | 2012-12-04 | 1 | -2/+7 |
| | | |||||
| * | bump version number | Alexis Métaireau | 2012-12-04 | 1 | -1/+1 |
| | | |||||
| * | tagging 3.1 | Alexis Métaireau | 2012-12-04 | 1 | -1/+1 |
| | | |||||
| * | add a way to run setup.py test | Alexis Metaireau | 2012-08-13 | 1 | -0/+1 |
| | | |||||
| * | PEP8-ify | Alexis Metaireau | 2012-08-13 | 1 | -21/+24 |
| | | |||||
| * | Increment version to 3.1 in changelog and setup.py | Justin Mayer | 2012-08-08 | 1 | -1/+1 |
| | | |||||
| * | Update Pelican project domain in a few more places | Justin Mayer | 2012-07-31 | 1 | -1/+1 |
| | | |||||
| * | Add unidecode for translating slugs in asian languages | Leonard Huang | 2012-07-16 | 1 | -1/+1 |
| | | |||||
| * | we need jinja >= 2.4 | Alexis Metaireau | 2012-06-26 | 1 | -1/+1 |
| | | |||||
| * | merge the plugin branch | Alexis Metaireau | 2012-06-10 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge remote-tracking branch 'ametaireau/plugins' into plugins | Bruno Binet | 2012-03-20 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/settings.rst pelican/__init__.py pelican/generators.py pelican/settings.py setup.py | ||||
| | | * | Plugins are now installed by setuptools | Skami18 | 2011-10-29 | 1 | -1/+1 |
| | | | | |||||
| | | * | merge nduhamel/plugins | Alexis Metaireau | 2011-06-17 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | add blinker to requires | Nicolas Duhamel | 2011-04-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | specify supported python version in the setup.py | Alexis Metaireau | 2012-04-01 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | restore back to hardcoded version in setup.py due to import hell | Alexis Metaireau | 2012-03-16 | 1 | -4/+2 |
| | | | | |||||
| * | | | Merge pull request #261 from AndreaCrotti/package | Alexis Metaireau | 2012-03-16 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | move tools in pelican.tools and add the pelican.tools package to setup.p... | ||||
| | * | | | move tools in pelican.tools and add the pelican.tools package to setup.py | Andrea Crotti | 2012-03-16 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | add version information in __init__.py and import them from setup.py | Andrea Crotti | 2012-03-16 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | and conf.py | ||||
| * | | | remove unused imports | Andrea Crotti | 2012-03-07 | 1 | -2/+0 |
| | | | | |||||
| * | | | restructure the whole way scripts are created, using setuptools magic | Andrea Crotti | 2012-03-07 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to take care of creating .exe wrappers for windows. To make this work needed to - rename modules with a "-" in it (not a valid name) - add an __init__.py to the tools directory - create an entry point dictionary which stores the right associations | ||||
| * | | | use a try / except to check if argparse is a needed dependency | Andrea Crotti | 2012-03-07 | 1 | -1/+4 |
| | | | | |||||
| * | | | Update outdated links to documentation and add Contribute link to README for ↵ | Justin Mayer | 2012-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | issue #227 | ||||
| * | | | prepare next release | Alexis Metaireau | 2012-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | bump version | Alexis Metaireau | 2012-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | The .bat files are no longer installed in other platforms than Windows | Skami18 | 2011-10-23 | 1 | -3/+10 |
| | | | | |||||
| * | | | Merge pull request #158 from renhbo/master | Alexis Metaireau | 2011-09-15 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | The .bat scripts for pelican in Windows | ||||
| | * | | | A wraper on .bat for pelican in Windows. | renhbo | 2011-08-19 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Fix timezone bug for ATOM generation | Rémy HUBSCHER | 2011-08-16 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Include the "pelican-quickstart" script. | Alexis Metaireau | 2011-08-11 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | This ease the creation of a new blog. I modified slightly the code wrote by @Skami18 here: https://gist.github.com/1025236/dfa695e67482477907c79ae709ab827b20b18b04 This commit also renames the import script to "pelican-import". Fixes #129. | ||||
| * | | bump version number2.7.2 | Alexis Metaireau | 2011-06-17 | 1 | -1/+1 |
| | | | |||||
| * | | Bump minor version2.7.1 | Alexis Metaireau | 2011-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | bump 2.7.02.7.0 | Alexis Metaireau | 2011-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Modified setup.py: tools/pelican-themes will now be installed as a script... | Skami18 | 2011-05-18 | 1 | -1/+1 |
| | | | |||||
