Justin Mayer
25732f7be6
Prepare version 3.7.2.dev0 for next development cycle
2017-01-10 13:51:37 -08:00
Justin Mayer
ce38e318bd
Bump version 3.7.1
2017-01-10 13:34:09 -08:00
Deniz Turgut
6fe2fecb13
Specify encoding for README and CHANGELOG in setup.py
2017-01-03 21:51:23 +03:00
Justin Mayer
0936d5f6ee
Prepare version 3.7.1.dev0 for next development cycle
2016-12-14 13:56:47 -08:00
Justin Mayer
d13d57eaa6
Bump version 3.7.0
2016-12-12 14:05:20 -08:00
Justin Mayer
f4460a4449
Update package metadata
2016-12-12 14:00:11 -08:00
Viorel Tabara
aa2c84a59c
Fixes #2032
...
When following the steps in the Github contributor wiki flake8 reports
PEP8 violation against setup.py and docs/conf.py.
2016-10-22 14:39:31 -06:00
Justin Mayer
5cdd2645fd
Pelican now requires FeedGenerator 1.9+
2016-09-15 11:57:30 -06:00
Karl Dubost
f91ea06cc5
Bump feedgenerator version number to 1.8 #1933
2016-04-07 10:27:46 +09:00
derwinlu
c3f2e888a5
Add 3.5 to setup.py tags
2015-10-22 09:45:44 +02:00
Justin Mayer
e06d0046b1
Prepare version 3.6.4.dev0 for next development cycle
2015-08-14 17:24:29 -07:00
Justin Mayer
ed83ad75a9
Bump version 3.6.3
2015-08-14 16:34:25 -07:00
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