Tools for using a Web Server Gateway Interface stack
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications. Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.
- Developed at devel:languages:python
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-Paste && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Paste-3.0.5.tar.gz | 0000631325 617 KB | |
python-Paste.changes | 0000006203 6.06 KB | |
python-Paste.spec | 0000002502 2.44 KB |
Revision 18 (latest revision is 42)
Dominique Leuenberger (dimstar_suse)
accepted
request 658977
from
Thomas Bechtold (tbechtold)
(revision 18)
- update to 3.0.5: * make tests pass after 2031 * Use correct variable when building message for exception * Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16) * Fix error on httpserver shutdown * Add support for limited testing with travis-ci * Merged in hroncok/paste/py37 (pull request #41) * Don't raise StopIteration from generator, return instead * Fix up testing after switch to pytest * Make iterators Python3-compatible * Remove use of future * Don't raise StopIteration inside a generator * add link to read the docs to README * Release 3.0.2 * Release 3.0.5 * Prepare docs for publishing to RTFD * Run tox with Python 3.6 and 3.7 * Prepare a 3.0.0 release * release 3.0.1 * py3 fixes for form handling in paste.fixture (#8) * release 3.0.3 * Special case py37 * release 3.0.4 * Switch from nose to pytest * Pytest fixes (#9) * paste.fixture: fix form offset handling (#12) * Add a simple .gitignore * Don't delete dict item while iterating over same dict (#14) * Depend on pytest instead of nose (#13) * Fix proxy test
Comments 0