Justin Mayer
96b23e03bd
Bump version 3.6.2
2015-08-01 13:39:10 -07:00
Ionel Cristian Mărieș
bd5dfa0b3e
Avoid adding the tests in bdists (like wheel bdist). Supersedes and closes #1618 .
2015-07-10 00:48:41 +03:00
Justin Mayer
780ccfe137
Prepare version 3.6.1.dev for next development cycle
2015-06-15 13:46:17 -07:00
Justin Mayer
fba2826b70
Bump version 3.6.0
2015-06-15 13:45:50 -07:00
Justin Mayer
febd28a74e
Increment version to 3.5
2014-11-04 19:43:14 -08:00
Justin Mayer
9b5261512d
Revert setup.py changes. Ensure universal wheels.
...
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.
2014-07-01 14:33:04 -07:00
Justin Mayer
d41331bd69
Work around setup.py encoding issue in last commit
2014-07-01 13:48:16 -07:00
Justin Mayer
7e516cb7b0
setup.py version should inherit from __init.py__
2014-07-01 13:33:24 -07:00
OGINO Masanori
def654434c
Require six version 1.4.0 or later.
...
six.moves.urllib.parse is available since version 1.4.0.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-06-10 08:35:33 +09:00
Stefan hr Berder
7f2bc2a23b
change date metadata parsing to dateutil.parser
2014-02-23 11:21:44 +01:00
Justin Mayer
f2aef81c96
Work around pytz & pip 1.4+ problem. Fixes #996 .
...
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.
2013-08-08 12:08:30 -07:00
Justin Mayer
76fa457654
Normalize whitespace via lstrip Jinja parameter
...
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
2013-08-03 16:17:26 -07:00
Simon Conseil
7057d3742b
Drop python 3.2 support and move to python 3.3.
...
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
2013-06-02 16:23:36 +02:00
Simon Conseil
529d0d99c5
Update version requirement with feedgenerator 1.6
...
feedgenerator 1.6 changes the order of attributes in feeds, so we must use this
version to have consistent functionnal tests.
2013-06-02 16:21:10 +02:00
Dominique Plante
19de7539f4
adhere to PEP8 coding standards
2013-05-14 23:41:18 -07:00
Justin Mayer
0397274fed
Prepare for next version
2013-04-24 13:21:28 -07:00
Deniz Turgut
c4b3ad58e8
remove plugins, update docs and update dependecies
2013-04-12 23:39:39 -04:00
Alexis Métaireau
547f8d2e83
Move the tests into pelican. Fix #500
2013-03-06 00:41:27 -08:00
W. Trevor King
6686f1c9bd
setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3
2013-01-18 19:44:44 -05:00
Dirk Makowski
71995d5e1b
Port pelican to python 3.
...
Stays compatible with 2.x series, thanks to an unified codebase.
2013-01-11 03:20:09 +01:00
Alexis Métaireau
02f984f7ef
update the version of jinja needed, 2.6 is out
2012-12-18 12:34:05 +01:00
Alexis Métaireau
625afa0621
add the changelog to the text on PyPI
2012-12-04 01:53:52 +01:00
Alexis Métaireau
be2a3f4030
bump version number
2012-12-04 01:27:16 +01:00
Alexis Métaireau
89fd11d582
tagging 3.1
2012-12-04 01:21:57 +01:00
Alexis Metaireau
ec14df9fbb
add a way to run setup.py test
2012-08-13 20:58:35 +02:00
Alexis Metaireau
10f75524fc
PEP8-ify
2012-08-13 20:58:35 +02:00
Justin Mayer
cadcfa43c3
Increment version to 3.1 in changelog and setup.py
2012-08-08 12:18:02 -07:00
Justin Mayer
f4eea743db
Update Pelican project domain in a few more places
2012-07-31 09:41:45 -07:00
Leonard Huang
6f40e452e1
Add unidecode for translating slugs in asian languages
2012-07-16 11:36:20 +08:00
Alexis Metaireau
b2ff07d58c
we need jinja >= 2.4
2012-06-26 16:28:00 +02:00
Alexis Metaireau
6a0937a9e8
merge the plugin branch
2012-06-10 01:14:30 +02:00
Alexis Metaireau
f492f2d14d
specify supported python version in the setup.py
2012-04-01 15:55:41 +02:00
Bruno Binet
4fe67b8947
Merge remote-tracking branch 'ametaireau/plugins' into plugins
...
Conflicts:
docs/settings.rst
pelican/__init__.py
pelican/generators.py
pelican/settings.py
setup.py
2012-03-20 01:07:25 +01:00
Alexis Metaireau
8b846b9fe2
restore back to hardcoded version in setup.py due to import hell
2012-03-16 21:12:48 +01:00
Alexis Metaireau
8b8b9f59a1
Merge pull request #261 from AndreaCrotti/package
...
move tools in pelican.tools and add the pelican.tools package to setup.p...
2012-03-16 11:56:45 -07:00
Andrea Crotti
4e4af9d011
move tools in pelican.tools and add the pelican.tools package to setup.py
2012-03-16 18:53:08 +00:00
Andrea Crotti
74c2449d8f
add version information in __init__.py and import them from setup.py
...
and conf.py
2012-03-16 14:27:26 +00:00
Andrea Crotti
7c78f232b4
remove unused imports
2012-03-07 10:34:14 +00:00
Andrea Crotti
8009324a3b
restructure the whole way scripts are created, using setuptools magic
...
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
2012-03-07 10:33:46 +00:00
Andrea Crotti
1f32624e8b
use a try / except to check if argparse is a needed dependency
2012-03-07 10:14:52 +00:00
Justin Mayer
4861a15774
Update outdated links to documentation and add Contribute link to README for issue #227
2012-03-06 08:12:15 -08:00
Alexis Metaireau
6c5fe3b0cf
prepare next release
2012-02-28 19:09:41 +01:00
Alexis Metaireau
e0308e3528
bump version
2012-02-28 18:59:46 +01:00
Skami18
f248a81107
Plugins are now installed by setuptools
2011-10-29 18:04:59 +02:00
Skami18
ed954ee839
The .bat files are no longer installed in other platforms than Windows
2011-10-23 19:04:34 +02:00
Alexis Metaireau
d877150df1
Merge pull request #158 from renhbo/master
...
The .bat scripts for pelican in Windows
2011-09-15 01:14:09 -07:00
renhbo
af93f76836
A wraper on .bat for pelican in Windows.
2011-08-19 22:35:23 +08:00
Rémy HUBSCHER
32a6ecbcc5
Fix timezone bug for ATOM generation
2011-08-16 15:11:49 +02:00
Alexis Metaireau
1edbe044a2
Include the "pelican-quickstart" script.
...
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 .
2011-08-11 23:34:53 +02:00
Alexis Metaireau
7184484488
merge nduhamel/plugins
2011-06-17 22:33:54 +02:00