summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2018-09-14Pin Sphinx to <=1.7.9 to avoid Travis build failureSteve Piercy
See https://github.com/sphinx-doc/sphinx/issues/5433 and #3350
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-06-05Bump version of WebOb requiredBert JW Regeer
2018-05-18Depend on newer version of WebObBert JW Regeer
Also sort all of the dependencies
2018-04-26pyramid no longer depends directly on pastedeployMichael Merickel
2018-04-25Bump sphinx to >=1.7.4Steve Piercy
- Closes #3269 and #667 - Paves the way for #2572
2018-04-24pin to a non-pre version of venusianMichael Merickel
2018-04-24pin to non-pre version of webobMichael Merickel
2018-04-24blacklist sphinx 1.7.3Michael Merickel
2018-03-08Mark changelogs as ReST, for better Github rendering.Tres Seaver
2017-10-22changelog for #3140Michael Merickel
2017-08-04Drop repoze.lru on Python 3Mathieu Bridon
Starting with Python 3.2, the functools module grew a lru_cache function which can replace our usage of repoze.lru.
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-26prep 1.9Michael Merickel
2017-06-19prep 1.9b1Michael Merickel
2017-05-09prep 1.9a2Michael Merickel
2017-05-01prep 1.9a1Michael Merickel
2017-03-30depend on plaster_pastedeployMichael Merickel
2017-03-29rewrite low-level pyramid config functions to use plasterMichael Merickel
2017-03-28depend on python_requires in pip 9+ to check runtime versionsMichael Merickel
- The python_requires checks work when installing a wheel as well, which these checks did not affect.
2017-03-28add python_requires metadataMichael Merickel
2017-02-27Rewrite test without mock.Rémy HUBSCHER
2017-02-20Add test.Rémy HUBSCHER
2017-01-21switch to 1.9.dev0Michael Merickel
2017-01-17prep 1.8b1Michael Merickel
2016-12-25prep 1.8a1Michael Merickel
2016-12-25enable zope.component tests on py3Michael Merickel
2016-12-13convert pcreate and pdistreport to use argparseSteve Piercy
- add sphinxcontrib-autoprogram - attempt to render output of pcreate, but be unsuccessful
2016-12-09Pin to a newer version of WebObBert JW Regeer
v1.7.0 has property Response.has_body
2016-11-28Merge pull request #2840 from stevepiercy/masterSteve Piercy
add 3.6 support to documentation
2016-11-26only warn about py33, do not errorMichael Merickel
this is squashed by pip unfortunately but it's better than a hard error
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-20replace the reloader with the hupper packageMichael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-04-16Back to devBert JW Regeer
2016-04-12Don't force Py2.7 or higherBert JW Regeer
2016-04-12Python 2.7 is the lowest version we supportBert JW Regeer
Remove the trove classifier, and have an hard error on attempting to install Pyramid on 2.6 or lower. Blame @mmerickel for the PEP8 on this commit, pyflake put all kinds of red in my vim window..
2016-04-02update urlSteve Piercy
2016-01-24Bump sphinx to 1.3.5; revert comment syntax. Closes #2251.Steve Piercy
2016-01-20Increase lowest Py3 version to Python 3.3Bert JW Regeer
2016-01-12Try upper case "S" for SphinxSteve Piercy
2016-01-12use lower case "s" for sphinxSteve Piercy
2016-01-12bump Sphinx to 1.3.4. Fixes #2209.Steve Piercy
2015-12-20add sphinxcontrib-programoutput configuration to render command line outputSteve Piercy
2015-10-21remove ipython and bpython from coreMichael Merickel
2015-10-19add pshell --list and default_shell ini optionsMichael Merickel
2015-10-14broadcast py35 supportMichael Merickel
2015-09-06Use entry points for pshellJohn Anderson
2015-05-06bump and unpin versions. RTD uses Sphinx 1.3.1 now.Steve Piercy