summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
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
2012-03-16add a dev alias for develop-and-install-testing-dependencies and depend on ↵Chris McDonough
nose and coverage in setup.py
2012-03-04use pylons-discuss as email address in setup.py tooChris McDonough
2012-03-02prep for 1.3b2Chris McDonough
2012-02-27separate checks for Python version numbers for 2 and 3Chris McDonough
2012-02-26prep for 1.3b1Chris McDonough
2012-02-22prep for 1.3a9Chris McDonough
2012-02-19prep for 1.3a8Chris McDonough
2012-02-09FeaturesChris McDonough
-------- - The ``scan`` method of a ``Configurator`` can be passed an ``ignore`` argument, which can be a string, a callable, or a list consisting of strings and/or callables. This feature allows submodules, subpackages, and global objects from being scanned. See http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for more information about how to use the ``ignore`` argument to ``scan``. Dependencies ------------ - Depend on ``venusian`` >= 1.0a3 to provide scan ``ignore`` support.
2012-02-08prep for 1.3a7Chris McDonough
2012-01-20prep for 1.3a6Chris McDonough
2012-01-09prep for 1.3a5Chris McDonough
2012-01-05prep for 1.3a4Chris McDonough
2011-12-21prep for 1.3a3Chris McDonough
2011-12-15add prequest script and entry pointChris McDonough
2011-12-14prep for 1.3a2Chris McDonough
2011-12-09prep for 1.3a1Chris McDonough
2011-11-30as per https://plus.google.com/107826054989536826392/posts/cbJKHFWbGDwChris McDonough
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
2011-10-15add cherrypy server runner (requires the CherryPy package to be installedChris McDonough
2011-10-05turn all paster commands into scriptsChris McDonough