commit python3-WebOb for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2017-04-14 13:32:12

Comparing /work/SRC/openSUSE:Factory/python3-WebOb (Old)
 and  /work/SRC/openSUSE:Factory/.python3-WebOb.new (New)


Package is "python3-WebOb"

Fri Apr 14 13:32:12 2017 rev:10 rq:457510 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python3-WebOb/python3-WebOb-doc.changes  
2016-07-15 12:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb-doc.changes 
2017-04-14 13:32:45.773434461 +0200
@@ -1,0 +2,91 @@
+Wed Feb  1 13:25:48 UTC 2017 - h...@urpla.net
+
+- spec file: add pytest build dependency
+- update to version 1.7.1:
+  * Bugfix
+- Response.__init__ would discard app_iter when a Response had no
+  body, this would cause issues when app_iter was an object that
+  was tied to the life-cycle of a web application and had to be
+  properly closed. app_iter is more advanced API for Response and
+  thus even if it contains a body and is thus against the HTTP
+  RFC's, we should let the users shoot themselves by returning a
+  body. See https://github.com/Pylons/webob/issues/305
+
+- update to version 1.7.0:
+  * Compatibility
+- WebOb is no longer supported on Python 2.6 and PyPy3 (due to pip
+  no longer supporting Python 3.2 even on PyPy)
+  * Backwards Incompatibility
+- Response.content_type removes all existing Content-Type parameters, and
+  if the new Content-Type is "texty" it adds a new charset (unless already
+  provided) using the default_charset. See
+  https://github.com/Pylons/webob/pull/301
+- Response.set_cookie no longer accepts a key argument. This was deprecated
+  in WebOb 1.5 and as mentioned in the deprecation, is being removed in 1.7
+- Response.__init__ will no longer set the default Content-Type, nor
+  Content-Length on Responses that don't have a body. This allows WebOb to
+  return proper responses for things like `Response(status='204 No 
Content')`.
+- Response.text will no longer raise if the Content-Type does not have a
+  charset, it will fall back to using the new default_body_encoding`. To 
get
+  the old behaviour back please sub-class Response and set
+  default_body_encoding to None. See
+  https://github.com/Pylons/webob/pull/287
+- WebOb no longer supports Chunked Encoding, this means that if you are 
using
+  WebOb and need Chunked Encoding you will be required to have a proxy that
+  unchunks the request for you. Please read
+  https://github.com/Pylons/webob/issues/279 for more background.
+  * Feature
+- Response has a new default_body_encoding which may be used to allow
+  getting/setting Response.text when a Content-Type has no charset. See
+  https://github.com/Pylons/webob/pull/287
+- webob.Request with any HTTP method is now allowed to have a body. This
+  allows DELETE to have a request body for passing extra information. See
+  https://github.com/Pylons/webob/pull/283 and
+  https://github.com/Pylons/webob/pull/274
+- Add tell() to ResponseBodyFile so that it may be used for example for
+  zipfile support. See https://github.com/Pylons/webob/pull/117
+- Allow the return from wsgify.middleware to be used as a decorator. See
+  https://github.com/Pylons/webob/pull/228
+  * Bugfix
+- Fixup cgi.FieldStorage on Python 3.x to work-around issue reported in
+  Python bug report 2 and 24764. This is currently applied for Python
+  versions less than 3.7. See https://github.com/Pylons/webob/pull/294 and
+  https://github.com/Pylons/webob/pull/300
+- Response.set_cookie now accepts datetime objects for the expires
+  kwarg and will correctly convert them to UTC with no tzinfo for use in
+  calculating the max_age. See https://github.com/Pylons/webob/issues/254
+  and https://github.com/Pylons/webob/pull/292
+- Fixes request.PATH_SAFE to contain all of the path safe characters
+  according to RFC3986. See https://github.com/Pylons/webob/pull/291
+- WebOb's exceptions will lazily read underlying variables when inserted 
into
+  templates to avoid expensive computations/crashes when inserting into the
+  template. This had a bad performance regression on Py27 because of the 
way
+  the lazified class was created and returned. See
+  https://github.com/Pylons/webob/pull/284
+- wsgify.__call__ raised a TypeError with an unhelpful message, it will
+  now return the repr for the wrapped function:
+  https://github.com/Pylons/webob/issues/119
+- Response.json's json.dumps/json.loads are now always UTF-8. It no
+  longer tries to use the charset.
+- The Response.__init__ will by default no longer set the 

commit python3-WebOb for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2016-07-15 12:53: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-doc.changes  
2016-05-25 21:27:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb-doc.changes 
2016-07-15 12:53:58.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul 13 15:29:14 UTC 2016 - a...@gmx.de
+
+- update to version 1.6.1:
+  * Response.from_file now parses the status line correctly when the
+status line contains an HTTP with version, as well as a status
+text that contains multiple white spaces (e.g 404 Not Found). See
+https://github.com/Pylons/webob/issues/250
+
+---
@@ -12 +20,0 @@
-
python3-WebOb.changes: same change

Old:

  WebOb-1.6.0.tar.gz

New:

  WebOb-1.6.1.tar.gz



Other differences:
--
++ python3-WebOb-doc.spec ++
--- /var/tmp/diff_new_pack.hAZltE/_old  2016-07-15 12:54:00.0 +0200
+++ /var/tmp/diff_new_pack.hAZltE/_new  2016-07-15 12:54:00.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   python3-WebOb-doc
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:WSGI request and response object - Documentation
 License:MIT
 Group:  Documentation/HTML
 Url:http://webob.org/
 Source: 
https://files.pythonhosted.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-WebOb = %{version}
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-Sphinx
 Recommends: python3-WebOb = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.hAZltE/_old  2016-07-15 12:54:00.0 +0200
+++ /var/tmp/diff_new_pack.hAZltE/_new  2016-07-15 12:54:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-WebOb
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:WSGI request and response object
 License:MIT

++ WebOb-1.6.0.tar.gz -> WebOb-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.6.0/CHANGES.txt new/WebOb-1.6.1/CHANGES.txt
--- old/WebOb-1.6.0/CHANGES.txt 2016-03-16 04:44:29.0 +0100
+++ new/WebOb-1.6.1/CHANGES.txt 2016-05-20 18:53:36.0 +0200
@@ -1,3 +1,15 @@
+1.6.1 (2016-05-20)
+--
+
+Bugfix
+~~
+
+- Response.from_file now parses the status line correctly when the status line
+  contains an HTTP with version, as well as a status text that contains
+  multiple white spaces (e.g 404 Not Found). See
+  https://github.com/Pylons/webob/issues/250
+
+
 1.6.0 (2016-03-15)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.6.0/PKG-INFO new/WebOb-1.6.1/PKG-INFO
--- old/WebOb-1.6.0/PKG-INFO2016-03-16 04:53:34.0 +0100
+++ new/WebOb-1.6.1/PKG-INFO2016-05-20 18:56:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: WebOb
-Version: 1.6.0
+Version: 1.6.1
 Summary: WSGI request and response object
 Home-page: http://webob.org/
 Author: Pylons Project
@@ -45,6 +45,18 @@
 
 
 
+1.6.1 (2016-05-20)
+--
+
+Bugfix
+~~
+
+- Response.from_file now parses the status line correctly when the 
status line
+  contains an HTTP with version, as well as a status text that contains
+  multiple white spaces (e.g 404 Not Found). See
+  https://github.com/Pylons/webob/issues/250
+
+
 1.6.0 (2016-03-15)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.6.0/WebOb.egg-info/PKG-INFO 
new/WebOb-1.6.1/WebOb.egg-info/PKG-INFO
--- old/WebOb-1.6.0/WebOb.egg-info/PKG-INFO 2016-03-16 04:53:31.0 
+0100
+++ new/WebOb-1.6.1/WebOb.egg-info/PKG-INFO 2016-05-20 18:56:29.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: WebOb
-Version: 1.6.0
+Version: 1.6.1
 Summary: WSGI request and response object
 Home-page: http://webob.org/
 Author: Pylons Project
@@ -45,6 +45,18 @@
 
 
 
+1.6.1 (2016-05-20)
+--
+
+Bugfix
+~~
+
+- Response.from_file now parses the status line correctly when the 
status line
+  

commit python3-WebOb for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2016-05-25 21:27:10

Comparing /work/SRC/openSUSE:Factory/python3-WebOb (Old)
 and  /work/SRC/openSUSE:Factory/.python3-WebOb.new (New)


Package is "python3-WebOb"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb-doc.changes 
2016-05-25 21:27:11.0 +0200
@@ -0,0 +1,248 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Sun May  8 06:58:03 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Sat Mar 26 03:59:28 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.6.0:
+  * Compatibility
++ Python 3.2 is no longer supported by WebOb
+  * Bugfix
++ Request.decode attempted to read from the an already consumed
+  stream, it has now been redirected to another stream to read
+  from. See https://github.com/Pylons/webob/pull/183
++ The application/json media type does not allow for a charset as
+  discovery of the encoding is done at the JSON layer. Upon
+  initialization of a Response WebOb will no longer add a charset
+  if the content-type is set to JSON. See
+  https://github.com/Pylons/webob/pull/197 and
+  https://github.com/Pylons/pyramid/issues/1611
+  * Features
++ Lazily HTML escapes environment keys in HTTP Exceptions so that
+  those keys in the environ that are not used in the output of the
+  page don’t raise an exception due to inability to be properly
+  escaped. See https://github.com/Pylons/webob/pull/139
++ MIMEAccept now accepts comparisons against wildcards, this
+  allows one to match on just the media type or sub-type, without
+  having to explicitly match on both the media type and sub-type
+  at the same time. See https://github.com/Pylons/webob/pull/185
++ Add the ability to return a JSON body from an exception. Using
+  the Accept information in the request, the exceptions will now
+  automatically return a JSON version of the exception instead of
+  just HTML or text. See https://github.com/Pylons/webob/pull/230
+  and https://github.com/Pylons/webob/issues/209
+  * Security
++ exc._HTTPMove and any subclasses will now raise a ValueError if
+  the location field contains a line feed or carriage
+  return. These values may lead to possible HTTP Response
+  Splitting. The header_getter descriptor has also been modified
+  to no longer accept headers with a line feed or carriage
+  return. See: https://github.com/Pylons/webob/pull/229 and
+  https://github.com/Pylons/webob/issues/217
+
+---
+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 
+. Invalid status strings will now
+raise a ValueError.
+

commit python3-WebOb for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2016-04-22 16:23:28

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-11-02 12:55:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2016-04-22 16:23:30.0 +0200
@@ -1,0 +2,42 @@
+Sat Mar 26 03:59:28 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.6.0:
+  * Compatibility
++ Python 3.2 is no longer supported by WebOb
+  * Bugfix
++ Request.decode attempted to read from the an already consumed
+  stream, it has now been redirected to another stream to read
+  from. See https://github.com/Pylons/webob/pull/183
++ The application/json media type does not allow for a charset as
+  discovery of the encoding is done at the JSON layer. Upon
+  initialization of a Response WebOb will no longer add a charset
+  if the content-type is set to JSON. See
+  https://github.com/Pylons/webob/pull/197 and
+  https://github.com/Pylons/pyramid/issues/1611
+  * Features
++ Lazily HTML escapes environment keys in HTTP Exceptions so that
+  those keys in the environ that are not used in the output of the
+  page don’t raise an exception due to inability to be properly
+  escaped. See https://github.com/Pylons/webob/pull/139
++ MIMEAccept now accepts comparisons against wildcards, this
+  allows one to match on just the media type or sub-type, without
+  having to explicitly match on both the media type and sub-type
+  at the same time. See https://github.com/Pylons/webob/pull/185
++ Add the ability to return a JSON body from an exception. Using
+  the Accept information in the request, the exceptions will now
+  automatically return a JSON version of the exception instead of
+  just HTML or text. See https://github.com/Pylons/webob/pull/230
+  and https://github.com/Pylons/webob/issues/209
+  * Security
++ exc._HTTPMove and any subclasses will now raise a ValueError if
+  the location field contains a line feed or carriage
+  return. These values may lead to possible HTTP Response
+  Splitting. The header_getter descriptor has also been modified
+  to no longer accept headers with a line feed or carriage
+  return. See: https://github.com/Pylons/webob/pull/229 and
+  https://github.com/Pylons/webob/issues/217
+
+---

Old:

  WebOb-1.5.1.tar.gz

New:

  WebOb-1.6.0.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.ArJLAW/_old  2016-04-22 16:23:31.0 +0200
+++ /var/tmp/diff_new_pack.ArJLAW/_new  2016-04-22 16:23:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-WebOb
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-WebOb
-Version:1.5.1
+Version:1.6.0
 Release:0
 Summary:WSGI request and response object
 License:MIT

++ WebOb-1.5.1.tar.gz -> WebOb-1.6.0.tar.gz ++
 1858 lines of diff (skipped)




commit python3-WebOb for openSUSE:Factory

2015-11-02 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-11-02 12:55:48.0 +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 
+. 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.0 +0100
+++ /var/tmp/diff_new_pack.bMg2iS/_new  2015-11-02 12:55:48.0 +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)




commit python3-WebOb for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-04-18 10:39:58

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-01-26 16:47:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-04-18 10:39:59.0 +0200
@@ -1,0 +2,58 @@
+Wed Apr 15 15:33:02 UTC 2015 - a...@gmx.de
+
+- update to version 1.4.1:
+  * Backwards Incompatibilities
++ Morsel will no longer accept a cookie value that does not meet
+  RFC6265’s cookie-octet specification. Upon calling
+  Morsel.serialize a warning will be issued, in the future this
+  will raise a ValueError, please update your cookie handling
+  code. See https://github.com/Pylons/webob/pull/172
++ The cookie-octet specification in RFC6265 states the following
+  characters are valid in a cookie value:
++ Hex Range Actual Characters ——— —– [0x21 ] ! [0x25-0x2B]
+  #$%’()*+ [0x2D-0x3A] -./0123456789: [0x3C-0x5B]
+  =?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[ [0x5D-0x7E]
+  ]^_`abcdefghijklmnopqrstuvwxyz{|}~
++ RFC6265 suggests using base 64 to serialize data before storing
+  data in a cookie.
++ response.set_cookie now uses the internal make_cookie API, which
+  will issue warnings if cookies are set with invalid bytes. See
+  https://github.com/Pylons/webob/pull/172
+  * Features
++ Add support for some new caching headers, stale-while-revalidate
+  and stale-if-error that can be used by reverse proxies to cache
+  stale responses temporarily if the backend disappears. From
+  RFC5861. See https://github.com/Pylons/webob/pull/189
+  * Bug Fixes
++ Response.status now uses duck-typing for integers, and has also
+  learned to raise a ValueError if the status isn’t an integer
+  followed by a space, and then the reason. See
+  https://github.com/Pylons/webob/pull/191
++ Fixed a bug in webob.multidict.GetDict which resulted in the
+  QUERY_STRING not being updated when changes were made to query
+  params using Request.GET.extend().
++ Read the body of a request if we think it might have a
+  body. This fixes PATCH to support bodies. See
+  https://github.com/Pylons/webob/pull/184
++ Response.from_file returns HTTP headers as latin1 rather than
+  UTF-8, this fixes the usage on Google AppEngine. See
+  https://github.com/Pylons/webob/issues/99 and
+  https://github.com/Pylons/webob/pull/150
++ Fix a bug in parsing the auth parameters that contained bad
+  white space. This makes the parsing fall in line with what’s
+  required in RFC7235. See
+  https://github.com/Pylons/webob/issues/158
++ Use ‘rn’ line endings in Response.__str__. See:
+  https://github.com/Pylons/webob/pull/146
+  * Documentation Changes
++ response.set_cookie now has proper documentation for max_age and
+  expires. The code has also been refactored to use
+  cookies.make_cookie instead of duplicating the code. This fixes
+  https://github.com/Pylons/webob/issues/166 and
+  https://github.com/Pylons/webob/issues/171
++ Documentation didn’t match the actual code for the wsgify
+  function signature. See https://github.com/Pylons/webob/pull/167
++ Remove the WebDAV only from certain HTTP Exceptions, these
+  exceptions may also be used by REST services for example.
+
+---

Old:

  WebOb-1.4.tar.gz

New:

  WebOb-1.4.1.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.R7NraP/_old  2015-04-18 10:39:59.0 +0200
+++ /var/tmp/diff_new_pack.R7NraP/_new  2015-04-18 10:39:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-WebOb
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-WebOb
-Version:1.4
+Version:1.4.1
 Release:0
 Summary:WSGI request and response object
 License:MIT

++ WebOb-1.4.tar.gz - WebOb-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.4/.gitignore new/WebOb-1.4.1/.gitignore
--- old/WebOb-1.4/.gitignore2013-12-07 04:05:28.0 +0100
+++ 

commit python3-WebOb for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-01-26 16:47:05

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  
2013-07-18 18:08:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-01-26 16:47:07.0 +0100
@@ -1,0 +2,78 @@
+Sun Jan 25 02:23:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * updated location of news files (news-docs/news.txt)
+
+- dropped webob-test-headers2-sorted.patch: (fixed upstream)
+
+- update to version 1.4
+  * Remove webob.__version__, the version number had not been kept in
+sync with the official pkg version. To obtain the WebOb version
+number, use pkg_resources.get_distribution('webob').version
+instead.
+  * Fix a bug in EmptyResponse that prevents it from setting
+self.close as appropriate due to testing truthiness of object
+rather than if it is something other than None.
+  * Fix a bug in SignedSerializer preventing secrets from containing
+higher-order characters. See
+https://github.com/Pylons/webob/issues/136
+  * Use the hmac.compare_digest method when available for
+constant-time comparisons.
+
+- changes from version 1.3.1:
+  * Fix a bug in SignedCookieProfile whereby we didn’t keep the
+original serializer around, this would cause us to have
+SignedSerializer be added on top of a SignedSerializer which would
+cause it to be run twice when attempting to verify a cookie. See
+https://github.com/Pylons/webob/pull/127
+  * When CookieProfile.get_value and SignedCookieProfile.get_value
+fails to deserialize a badly encoded value, we now return None as
+if the cookie was never set in the first place instead of allowing
+a ValueError to be raised to the calling code. See
+https://github.com/Pylons/webob/pull/126
+
+- changes from verson 1.3:
+ * Added a read-only domain property to BaseRequest. This property
+   returns the domain portion of the host value. For example, if the
+   environment contains an HTTP_HOST value of foo.example.com:8000,
+   request.domain will return foo.example.com.
+ * Added five new APIs: webob.cookies.CookieProfile,
+   webob.cookies.SignedCookieProfile, webob.cookies.JSONSerializer and
+   webob.cookies.SignedSerializer, and
+   webob.cookies.make_cookie. These APIs are convenience APIs for
+   generating and parsing cookie headers as well as dealing with
+   signing cookies.
+ * Cookies generated via webob.cookies quoted characters in cookie
+   values that did not need to be quoted per RFC 6265. The following
+   characters are no longer quoted in cookie values: ~/=()[]{}?@
+   . The full set of non-letter-or-digit unquoted cookie value
+   characters is now !#$%'*+-.^_`|~/: =()[]{}?@. See
+   http://tools.ietf.org/html/rfc6265#section-4.1.1 for more
+   information.
+ * Cookie names are now restricted to the set of characters expected
+   by RFC 6265. Previously they could contain unsupported characters
+   such as /.
+ * Older versions of Webob escaped the doublequote to \ and the
+   backslash to \\ when quoting cookie values. Now, instead, cookie
+   serialization generates \042 for the doublequote and \134 for the
+   backslash. This is what is expected as per RFC 6265. Note that old
+   cookie values that do have the older style quoting in them will
+   still be unquoted correctly, however.
+ * Added support for draft status code 451 (“Unavailable for Legal
+   Reasons”). See
+   http://tools.ietf.org/html/draft-tbray-http-legally-restricted-status-00
+ * Added status codes 428, 429, 431 and 511 to util.status_reasons
+   (they were already present in a previous release as webob.exc
+   exceptions).
+ * MIMEAccept happily parsed malformed wildcard strings like
+   “image/pn*” at parse time, but then threw an AssertionError during
+   matching. See https://github.com/Pylons/webob/pull/83 .
+ * Preserve document ordering of GET and POST request data when POST
+   data passed to Request.blank is a MultiDict. See
+   https://github.com/Pylons/webob/pull/96
+ * Allow query strings attached to PATCH requests to populate
+   request.params. See https://github.com/Pylons/webob/pull/106
+ * Added Python 3.3 trove classifier.
+
+---

Old:

  WebOb-1.2.3.tar.gz
  webob-test-headers2-sorted.patch

New:

  WebOb-1.4.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.6c91Sz/_old  2015-01-26 16:47:08.0 +0100
+++ 

commit python3-WebOb for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2013-04-17 13:05:10

Comparing /work/SRC/openSUSE:Factory/python3-WebOb (Old)
 and  /work/SRC/openSUSE:Factory/.python3-WebOb.new (New)


Package is python3-WebOb, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-WebOb cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org