mbox series

[U-Boot] Please pull u-boot-dm

Message ID CAPnjgZ1QoaTaHTOuDkEnj_UTm-kXTQFePe4Kz40aFJQUbVukrg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-dm | expand

Pull-request

git://git.denx.de/u-boot-dm.git

Message

Simon Glass July 10, 2018, 8:58 p.m. UTC
Hi Tom,

Here are some Python 3 fixes as mentioned on irc. I've left out the
two which cause problems.

Travis run is here:

https://travis-ci.org/sglass68/u-boot/builds/402281566


The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1:

  Merge git://git.denx.de/u-boot-dm (2018-07-10 10:29:14 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to 8793631ec13ee9e6c7189a7bdca38dde7b4390a8:

  test/py: vboot: Remove stderr redirect from openssl command
(2018-07-10 14:50:50 -0600)

----------------------------------------------------------------
Paul Burton (6):
      test/py: Make print statements python 3.x safe
      test/py: Use range() rather than xrange()
      test/py: Import 'configparser' lower case to be python 3.x safe
      test/py: fit: Open files as binary files
      test/py: hush_if_test: Use open() in place of file()
      test/py: vboot: Remove stderr redirect from openssl command

 test/py/conftest.py                | 10 +++++++---
 test/py/test.py                    |  6 ++++--
 test/py/tests/test_fit.py          | 14 ++++++++------
 test/py/tests/test_hush_if_test.py |  2 +-
 test/py/tests/test_vboot.py        |  4 ++--
 test/py/u_boot_console_sandbox.py  |  4 ++--
 test/py/u_boot_spawn.py            |  8 ++++----
 test/py/u_boot_utils.py            |  4 ++--
 8 files changed, 30 insertions(+), 22 deletions(-)

Regards,
Simon

Comments

Tom Rini July 12, 2018, 1:54 a.m. UTC | #1
On Tue, Jul 10, 2018 at 02:58:16PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are some Python 3 fixes as mentioned on irc. I've left out the
> two which cause problems.
> 
> Travis run is here:
> 
> https://travis-ci.org/sglass68/u-boot/builds/402281566
> 
> 
> The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1:
> 
>   Merge git://git.denx.de/u-boot-dm (2018-07-10 10:29:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 8793631ec13ee9e6c7189a7bdca38dde7b4390a8:
> 
>   test/py: vboot: Remove stderr redirect from openssl command
> (2018-07-10 14:50:50 -0600)
> 

Applied to u-boot/master, thanks!