Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-11-02 12:55:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-WebOb (Old)
 and      /work/SRC/openSUSE:Factory/.python3-WebOb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-WebOb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-WebOb/python3-WebOb.changes      
2015-04-18 10:39:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-11-02 12:55:48.000000000 +0100
@@ -1,0 +2,36 @@
+Sun Nov  1 19:54:14 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * doc/news.txt -> doc/changes.txt
+
+- update to version 1.5.1:
+  * The exceptions HTTPNotAcceptable, HTTPUnsupportedMediaType and
+    HTTPNotImplemented will now correctly use the sub-classed template
+    rather than the default error template. See
+    https://github.com/Pylons/webob/issues/221
+  * Response’s from_file now correctly deals with a status line that
+    contains an HTTP version identifier. HTTP/1.1 200 OK is now
+    correctly parsed, whereas before this would raise an error upon
+    setting the Response.status in from_file. See
+    https://github.com/Pylons/webob/issues/121
+
+- changes from version 1.5.0:
+  * The cookie API functions will now make sure that max_age is an
+    integer or an string that can convert to an integer. Previously
+    passing in max_age=’test’ would have silently done the wrong
+    thing.
+  * Unbreak req.POST when the request method is PATCH. Instead of
+    returning something cmpletely unrelated we return NoVar. See:
+    https://github.com/Pylons/webob/pull/215
+  * HTTP Status Code 308 is now supported as a Permanent Redirect. See
+    https://github.com/Pylons/webob/pull/207
+  * Response.set_cookie renamed the only required parameter from "key"
+    to "name". The code will now still accept “key” as a keyword
+    argument, and will issue a DeprecationWarning until WebOb 1.7.
+  * The status attribute of a Response object no longer takes a string
+    like None None and allows that to be set as the status. It now has
+    to at least match the pattern of <integer status code>
+    <explenation of status code>. Invalid status strings will now
+    raise a ValueError.
+
+-------------------------------------------------------------------

Old:
----
  WebOb-1.4.1.tar.gz

New:
----
  WebOb-1.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-WebOb.spec ++++++
--- /var/tmp/diff_new_pack.bMg2iS/_old  2015-11-02 12:55:48.000000000 +0100
+++ /var/tmp/diff_new_pack.bMg2iS/_new  2015-11-02 12:55:48.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-WebOb
-Version:        1.4.1
+Version:        1.5.1
 Release:        0
 Summary:        WSGI request and response object
 License:        MIT
@@ -71,6 +71,6 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc docs/news.txt build/sphinx/html
+%doc docs/changes.txt build/sphinx/html
 
 %changelog

++++++ WebOb-1.4.1.tar.gz -> WebOb-1.5.1.tar.gz ++++++
++++ 8030 lines of diff (skipped)


Reply via email to