yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75172
[Bug 1770410] Re: change webob to 1.8.1 in lower-constraints
Reviewed: https://review.openstack.org/569644
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9b9d0567ef2d40c8f20f75a8240abb6fa07ae36c
Submitter: Zuul
Branch: master
commit 9b9d0567ef2d40c8f20f75a8240abb6fa07ae36c
Author: Brian Rosmaita <rosmaita.fossdev@xxxxxxxxx>
Date: Sun May 20 11:41:43 2018 -0400
Use WebOb 1.8.1
The requirements/upper-constraints file was modified to allow WebOb
1.8.1 by commit 88bafa11deb9bd7595983d97ffabca338f073ba3. This
patch simplifies some Glance code that could handle both WebOb
1.7.4 and 1.8.1 so that it now only handles the latter, and updates
the glance/requirements.txt and glance/lower-constraints.txt to
reflect that we support WebOb 1.8.1+ only.
Change-Id: I03e03013927cc5434aa0d97657d5e7efd8223ee5
Closes-bug: #1770410
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1770410
Title:
change webob to 1.8.1 in lower-constraints
Status in Glance:
Fix Released
Bug description:
Can't do this until the requirements team makes webob===1.8.1 in
upper-constraints.txt; see https://bugs.launchpad.net/openstack-
requirements/+bug/1765748
Four parts to this fix:
(1) webob===1.8.1 in lower-constraints.txt
(2) webob>=1.8.1 in requirements.txt
(3) simplify the code and tests that currently handle both webob 1.7.x
and 1.8.x: see https://review.openstack.org/#/c/564883/
(4) add a release note with this content:
Negotiation of the 'Accept-Language' header now follows the "Lookup"
matching scheme described in `RFC 4647, section 3.4
<https://tools.ietf.org/html/rfc4647.html#section-3.4>`_. The
"Lookup" scheme is one of the algorithms suggested in `RFC 7231,
section 5.3.5
<https://tools.ietf.org/html/rfc7231.html#section-5.3.5>`_. (This is
due to a change in an underlying library, which previously used a
matching scheme that did not conform to `RFC 7231
<https://tools.ietf.org/html/rfc7231.html>`_.)
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1770410/+subscriptions
References