All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Improvements to bb.fetch2.URI class
@ 2014-01-20 11:03 Olof Johansson
  2014-01-20 11:03 ` [PATCH 1/5] fetch2.URI: Coerce urlparse to use netloc for all schemes Olof Johansson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Olof Johansson @ 2014-01-20 11:03 UTC (permalink / raw)
  To: bitbake-devel

This patch series fixes some issues that was encountered after the URI class
was integrated to Bitbake's fetch2 package. Notably, it adds support for query
parameters. This patch series does *not* make encode/decodeurl use the URI
class, as I had issues getting uri_replace to work with it.


Olof Johansson (5):
  fetch2.URI: Coerce urlparse to use netloc for all schemes
  tests.fetch: Remove debug assert
  fetch2.URI: add support for query parameters
  fetch2.URI: Support URIs with both query strings and params
  fetch2.URI: Set username/password should not change the other

 lib/bb/fetch2/__init__.py | 80 +++++++++++++++++++++++++++--------------------
 lib/bb/tests/fetch.py     | 62 +++++++++++++++++++++++++++++++++++-
 2 files changed, 107 insertions(+), 35 deletions(-)

-- 
1.8.5.2



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-19 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 11:03 [PATCH 0/5] Improvements to bb.fetch2.URI class Olof Johansson
2014-01-20 11:03 ` [PATCH 1/5] fetch2.URI: Coerce urlparse to use netloc for all schemes Olof Johansson
2014-01-20 11:03 ` [PATCH 2/5] tests.fetch: Remove debug assert Olof Johansson
2014-01-20 11:03 ` [PATCH 3/5] fetch2.URI: add support for query parameters Olof Johansson
2014-01-20 11:03 ` [PATCH 4/5] fetch2.URI: Support URIs with both query strings and params Olof Johansson
2014-01-20 11:03 ` [PATCH 5/5] fetch2.URI: Set username/password should not change the other Olof Johansson
2014-03-19 15:43 ` [PATCH 0/5] Improvements to bb.fetch2.URI class Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.