SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-bottle-0.11.4-5.1.noarch.rpm :

* Thu Nov 22 2012 saschpeAATTsuse.de- Update to version 0.11.4: + Upstream provides no changelog- Changes from version 0.11: + Native support for Python 2.x and 3.x syntax. No need to run 2to3 anymore. + Support for partial downloads (Range header) in static_file(). + The new ResourceManager interface helps locating files bundled with an application. + Added a server adapter for waitress. + New Bottle.merge() method to install all routes from one application into another. + New BaseRequest.app property to get the application object that handles a request. + Added FormsDict.decode() to get an all-unicode version (needed by WTForms). + MultiDict and subclasses are now pickle-able. + Response.status is a read-write property that can be assigned either a numeric status code or a status string with a reason phrase (200 OK). The return value is now a string to better match existing APIs (WebOb, werkzeug). To be absolutely clear, you can use the read-only properties BaseResponse.status_code and BaseResponse.status_line. + SimpleTALTemplate is now deprecating. There seems to be no demand.
* Wed Aug 15 2012 highwaystar.ruAATTgmail.com- updated to 0.10.11- python3 package added- spec improved (files section)
* Mon Mar 12 2012 saschpeAATTgmx.de- update to version 0.10.9
* Fri Sep 23 2011 saschpeAATTsuse.de- Update to version 0.9.6- Removed file LICENSE, upstream now has LICENSE.txt
* Fri Nov 19 2010 cfarrellAATTnovell.com- Added LICENSE and bottle-docs.pdf.- Removed dead symlink README
* Fri Nov 19 2010 cfarrellAATTnovell.com- Initial build
 
ICM