summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2015-05-06bump and unpin versions. RTD uses Sphinx 1.3.1 now.Steve Piercy
2015-04-26add pylons_sphinx_latesturl to the docs extrasMichael Merickel
2015-04-16Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵Steve Piercy
See #1614.
2015-04-15master is now 1.7Chris McDonough
2015-04-14prep for 1.6a1Chris McDonough
2015-02-05we like pep 440Michael Merickel
2014-12-26- establish minimum version of 1.2.3 for Sphinx. I hope this works. See ↵Steve Piercy
https://github.com/Pylons/pyramid/issues/1068
2014-06-01fix inclusion of README.rst in the package descriptiongoodwillcoding
2014-05-22fix project urlMichael Merickel
2014-04-14mature dev statusMichael Merickel
2014-04-08vb master to 1.6devChris McDonough
2014-04-08prep for 1.5 releaseChris McDonough
2014-03-27broadcast 3.4 supportMichael Merickel
2014-02-08prep for 1.5b1Chris McDonough
2014-02-08nose-selecttests is not py3 compat, so we cant really rely on it in testing ↵Chris McDonough
requirements
2014-01-28prep for 1.5a4 releaseChris McDonough
2013-12-13Depend on 1.3.1 of WebObBert JW Regeer
2013-12-10prep for 1.5a3Chris McDonough
2013-12-10use CookieProfile from webob in authentication module, add support for new ↵Chris McDonough
domain attribute on dummy request, depend on webob 1.3 or better
2013-09-22prep for 1.5a2Chris McDonough
2013-09-04Remove bfg fixers script from entry pointsBert JW Regeer
2013-09-04Remove chameleon as a dependency in setup.pyBert JW Regeer
2013-09-03Remove last references to makoBert JW Regeer
We remove the default addition of .mak/.mako files in the configuration object, and we remove the test to see if it is has been defined as a renderer.
2013-09-03Require the pyramid_mako packageBert JW Regeer
This is mainly for backwards compatibility.
2013-09-03Remove requirement from setup.pyBert JW Regeer
2013-08-30prep for 1.5a1Chris McDonough
2013-08-17include and mention the `nose-selecttests ↵Tom Lazar
<https://pypi.python.org/pypi/nose-selecttests/>`_ plugin
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-08-02add pdistreport commandChris McDonough
2013-07-18version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. featuresChris McDonough
2013-03-22update Copyright yearTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2012-12-18prep for 1.4Chris McDonough
2012-12-10prep for 1.4b3Chris McDonough
2012-12-10prep for 1.4b2Chris McDonough
2012-11-21prep for 1.4b1Chris McDonough
2012-11-14prep for releaseChris McDonough
2012-10-26prep for 1.4a3Chris McDonough
2012-10-14pypi support for python 3.3Michael Merickel
2012-09-27prep for 1.4a2Chris McDonough
2012-09-16prep for 1.4a1Chris McDonough
2012-09-09- It is no longer possible to pass an environ dictionary directly toChris McDonough
``pyramid.traversal.ResourceTreeTraverser.__call__`` (aka ``ModelGraphTraverser.__call__``). Instead, you must pass a request object. Passing an environment instead of a request has generated a deprecation warning since Pyramid 1.1. - Pyramid will no longer work properly if you use the ``webob.request.LegacyRequest`` as a request factory. Instances of the LegacyRequest class have a ``request.path_info`` which return a string. This Pyramid release assumes that ``request.path_info`` will unconditionally be Unicode. - Pyramid now requires WebOb 1.2b3+ (the prior Pyramid release only relied on 1.2dev+). This is to ensure that we obtain a version of WebOb that returns ``request.path_info`` as text.
2012-04-21make virtualenv, nose, and coverage testing extras rather than test requirementsChris McDonough
2012-04-18break docs stuff out of testing to hopefully appease shiningpandaChris McDonough
2012-04-16replaced pylons with pyramid trove classifierMichael Merickel
2012-03-29update version markersChris McDonough
2012-03-21prep for 1.3Chris McDonough
2012-03-17prep for 1.3b3Chris McDonough
2012-03-17dont depend on nose or coverage except for in extrasChris McDonough