[PATCH] Replace python-urlgrabber with python-requests (#1141242)

Vratislav Podzimek vpodzime at redhat.com
Fri Jan 23 08:13:17 UTC 2015


On Thu, 2015-01-22 at 19:38 +0100, Martin Kolman wrote:
> Python urlgrabber is Python 2 only and kinda crufty.
> Replace it with the Python 3 compatible python-requests module,
> which provides a much nicer interface, is in active development
> and is very widely used.
> 
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  anaconda.spec.in                    |  5 ++-
>  pyanaconda/kickstart.py             | 13 +++++---
>  pyanaconda/packaging/__init__.py    | 36 ++++++++++-----------
>  pyanaconda/packaging/livepayload.py | 64 ++++++++++++++++++++-----------------
>  4 files changed, 63 insertions(+), 55 deletions(-)
Nice changes worth it even if there was no need to get rid of the
urlgrabber. Thanks for working on this!

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list