summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Version increment.0.8.0Ryan Petrello2014-10-141-1/+1
| | | | Change-Id: I7edccb6171682585891d9898055fc6b7da54cfaa
* Version increment.0.7.0Ryan Petrello2014-08-281-1/+1
| | | | Change-Id: Icd58638f87108a0954dd26db31a22772b4d450ed
* Version increment.0.6.1Ryan Petrello2014-07-101-1/+1
| | | | Change-Id: Idda4968eb448dd5fe12a069f23f29fcedfebbd09
* Version increment.Ryan Petrello2014-06-261-1/+1
| | | | Change-Id: Idac278b53431988c6a3a3dfe89fcb4156f5574c1
* Version increment.0.5.0Ryan Petrello2014-04-011-1/+1
| | | | Change-Id: I34ab0eedf6a96eb77f21ec3e6b91cc3264409822
* color logging supportAlfredo Deza2014-04-011-9/+0
| | | | Change-Id: Ic88b41e4032d6c97e020485341d375c196a1a1c0
* Add formal support for pypy.Ryan Petrello2014-03-181-1/+5
| | | | | | Fixes bug 1290922 Change-Id: I93f8318bad32800eb384e6a5e09dfc8eae5fed79
* Add a pecan scaffold for generating a simple REST API.Ryan Petrello2014-03-061-0/+1
| | | | | Change-Id: Iae346dc2d9a9cc52f3c8b4b546793c8d9670f56d Fixes bug 1248822
* Version increment.0.4.5Ryan Petrello2014-02-191-1/+1
| | | | Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5
* Test pecan against Python3.4 (for now, rc1).Ryan Petrello2014-02-131-1/+2
| | | | Change-Id: I39c03bbca6c54a3d6c75f82da9842d67ed5666ea
* Version increment.0.4.4Ryan Petrello2014-01-071-1/+1
| | | | Change-Id: Icc610b720c512a633cb8b50db3837364d41be19c
* Version increment.0.4.3Ryan Petrello2013-12-171-1/+1
| | | | Change-Id: I9a4d128ce2ad9e26ebebec1f90c579622f55aeca
* Version increment.0.4.2Ryan Petrello2013-09-271-1/+1
| | | | Change-Id: Ieb0de1a38c5d015a8df07da9e5df7a36b6214c51
* Including a `venv` tox environment so we can release via OpenStack CI.0.4.1Ryan Petrello2013-09-271-1/+1
| | | | Change-Id: I42559526c951301a812910f4e48de8ac5221613a
* Version increment.0.4.0Ryan Petrello2013-09-271-1/+1
| | | | | | | Dependencies changed (we removed simplegeneric and replaced it with singledispatch), so we should probably release a new major version. Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66
* Version increment.Ryan Petrello2013-09-271-1/+1
| | | | Change-Id: Id6d78c43b1c4a2de75d5419c606d7af1e9c48ea1
* Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-221-1/+12
| | | | | Closes-Bug: #1226813 Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
* Specify minimum versions in requirements.txt.Ryan Petrello2013-08-161-7/+5
| | | | | | | | | | We used to use requirements.txt for frozen dependency testing in Travis-CI. Given that pecan is a framework, it probably makes more sense to specify "minimum" versions. This change extracts the list of minimum dependencies into a requirements file that can be used in other places, like documentation and installation tools. Change-Id: Ie2fef9fd2e5ed261b4cc82139882b226ba787680
* Update docs and package metadata to reflect gerrit review process.Ryan Petrello2013-08-131-1/+1
| | | | Change-Id: I5cc6cfa31bb899ea32f6d9cb37d86dc0275d09fc
* Version increment.0.3.2Ryan Petrello2013-08-121-1/+1
|
* Version increment.Ryan Petrello2013-07-221-1/+1
|
* Jinja 2.7 removed support for Python 3.2Ryan Petrello2013-07-081-1/+3
| | | | (http://jinja.pocoo.org/docs/changelog/#version-2-7)
* Updating version to 0.3.0.Jonathan LaCour2013-05-081-1/+1
|
* Version increment.Ryan Petrello2013-05-071-1/+1
|
* Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-071-1/+1
|\ | | | | | | | | | | Conflicts: pecan/rest.py pecan/routing.py
| * Version increment.Ryan Petrello2013-05-071-1/+1
| |
* | Replace ``pecan.compat.dictconfig`` with ``logutils.dictconfig.dictConfig``.Ryan Petrello2013-05-031-0/+13
| |
* | Fix a bit of logic surrounding Python 3/Genshi 0.7Ryan Petrello2013-05-011-2/+3
| |
* | Run Genshi tests for Python3 (support was added in Genshi 0.7).Ryan Petrello2013-05-011-1/+3
| |
* | Don't run Genshi and Kajiki tests for Python 3.Ryan Petrello2013-04-301-2/+5
| |
* | Add Python 3.2+ to list of compatible versions. Add `six`.Ryan Petrello2013-04-301-2/+7
|/
* Version increment.Ryan Petrello2013-04-251-1/+1
|
* Increment version number.0.2.2Ryan Petrello2013-04-091-1/+1
|
* Merge pull request #197 from ryanpetrello/environment-variable-patchJonathan LaCour2013-03-191-1/+2
|\ | | | | Improved test cleanup for environment-variable-based configuration.
| * Improved test cleanup for environment-variable-based configuration.Ryan Petrello2013-03-131-1/+2
| |
* | Extract the scaffold-building tests into tox.Ryan Petrello2013-03-131-20/+0
|/ | | | A lot of code was being utilized to provide a *much* slower version of what tox already provides. This changes scaffold-building tests to run in tox across Python versions.
* Increment version number.0.2.1Ryan Petrello2013-02-081-1/+1
|
* Version increment.0.2.0Ryan Petrello2013-01-181-1/+1
|
* Merge branch 'master-jinja2' of https://github.com/saschpe/pecan into ↵Ryan Petrello2013-01-181-1/+1
|\ | | | | | | | | | | | | saschpe-master-jinja2 Conflicts: setup.py
| * Fix the wrong test dependency on Jinja, it's Jinja2.Sascha Peilicke2013-01-171-1/+1
| | | | | | | | Check pecan/templating.py:140
* | Add support for a ``gunicorn_pecan`` console script.Ryan Petrello2013-01-091-1/+3
|/
* Version update.Ryan Petrello2012-12-071-1/+1
|
* Version update.Ryan Petrello2012-12-071-1/+1
|
* pep8 complianceRyan Petrello2012-10-291-6/+6
|
* Updating version to use semantic versioning.Ryan Petrello2012-04-021-1/+1
|
* Version bump, a bug fix, more documentation...Ryan Petrello2012-03-301-1/+1
|
* Replacing ``paste.errordocument`` middleware with a simpler solution.Ryan Petrello2012-03-211-1/+0
|
* Refactored the `shell` command to fix IPython and make way for BPython support.Ryan Petrello2012-03-201-3/+0
|
* More test coverage.Ryan Petrello2012-03-201-1/+6
|
* More PEP8 compliancy.Ryan Petrello2012-03-201-1/+1
|