2.0.1
Unknown changes
2.0.0
Python 3 deprecation warning cleanups
Moved code to GitHub under the Pylons Project.
Moved documentation under the Pylons Project, hosted by Read the Docs at https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
1.5.2
-----
* Fixed Python 3 issue in paste.deploy.util.fix_type_error()
1.5.1
-----
* Fixed use of the wrong variable when determining the context protocol
* Fixed invalid import of paste.deploy.Config to paste.deploy.config.Config
* Fixed multi proxy IPs bug in X-Forwarded-For header in PrefixMiddleware
* Fixed TypeError when trying to raise LookupError on Python 3
* Fixed exception reraise on Python 3
Thanks to Alexandre Conrad, Atsushi Odagiri, Pior Bastida and Tres Seaver for their contributions.
1.5.0
-----
* Project is now maintained by Alex Grönholm <alex.gronholm@nextday.fi>
* Was printing extraneous data when calling setup.py
* Fixed missing paster template files (fixes "paster create -t paste.deploy")
* Excluded tests from release distributions
* Added support for the "call:" protocol for loading apps directly as
functions (contributed by Jason Stitt)
* Added Python 3.x support
* Dropped Python 2.4 support
* Removed the ``paste.deploy.epdesc`` and ``paste.deploy.interfaces`` modules
-- contact the maintainer if you actually needed them
1.3.4
-----
* Fix loadconfig path handling on Jython on Windows.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.