diff --git a/python-web.py.changes b/python-web.py.changes index ef0ed58..8421417 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jun 29 08:23:50 UTC 2012 - cfarrell@suse.com + +- Updated to 0.37 +* Fixed datestr issue on Windows -- #155 +* Fixed Python 2.4 compatability issues (tx fredludlow) +* Fixed error in utils.safewrite (tx shuge) -- #95 +* Allow use of web.data() with app.request() -- #105 +* Fixed an issue with session initializaton (tx beardedprojamz) -- #109 +* Allow custom message on 400 Bad Request (tx patryk) -- #121 +* Made djangoerror work on GAE. -- #80 +* Handle malformatted data in the urls. -- #117 +* Made it easier to stop the dev server -- #100, #122 +* Added support fot customizing cookie_path in session (tx larsga) -- #89 +* Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145 +* Added GroupedDropdown to support `` tag (tx jzellman) -- #152 +* Fixed failure in embedded interpreter - #87 +* Optimized web.cookies (tx benhoyt) - #148 + ------------------------------------------------------------------- Tue Mar 20 10:26:47 UTC 2012 - cfarrell@suse.com diff --git a/python-web.py.spec b/python-web.py.spec index 44637f5..031f7cc 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-web.py -Version: 0.36 +Version: 0.37 Release: 0 Url: http://webpy.org/ Summary: web.py: makes web apps diff --git a/web.py-0.36.tar.gz b/web.py-0.36.tar.gz deleted file mode 100644 index 39a12e0..0000000 --- a/web.py-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c45ec5b5feaaba53bbae69dd971c281832f1332d5949cd6e5ca27747fe92256a -size 87951 diff --git a/web.py-0.37.tar.gz b/web.py-0.37.tar.gz new file mode 100644 index 0000000..7819571 --- /dev/null +++ b/web.py-0.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550 +size 90232