[oe-commits] [bitbake] branch master updated (5b364b0 -> 9752fd1)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 11:16:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from 5b364b0  fetch2/svn: change 'rsh' parameter to 'ssh'
     add 628c4bf  fetch2/__init__: handle @ in package names
     add d3bd41d  lib/bb/fetch2: rewrite / to - in package names
     add 0cf5589  process: stop bb.process.communicate mixing bytes and str return types
     add c55e09f  wget.py: match .lz tarballs as well when determining latest version
     add 03ae490  lib/bb/utils: Add filter()
     add f5ab656  bitbake: Update version to 1.33.2
     add 9752fd1  fetch2: don't use deprecated bb.data APIs

No new revisions were added by this update.

Summary of changes:
 bin/bitbake                |  2 +-
 lib/bb/__init__.py         |  2 +-
 lib/bb/fetch2/__init__.py  |  2 +-
 lib/bb/fetch2/bzr.py       |  7 +++----
 lib/bb/fetch2/clearcase.py |  1 -
 lib/bb/fetch2/cvs.py       |  2 +-
 lib/bb/fetch2/git.py       |  1 -
 lib/bb/fetch2/gitannex.py  |  1 -
 lib/bb/fetch2/gitsm.py     |  1 -
 lib/bb/fetch2/hg.py        |  1 -
 lib/bb/fetch2/local.py     |  1 -
 lib/bb/fetch2/npm.py       |  5 +++--
 lib/bb/fetch2/osc.py       |  5 ++---
 lib/bb/fetch2/perforce.py  |  3 +--
 lib/bb/fetch2/repo.py      |  1 -
 lib/bb/fetch2/sftp.py      |  2 --
 lib/bb/fetch2/ssh.py       |  1 -
 lib/bb/fetch2/svn.py       |  5 ++---
 lib/bb/fetch2/wget.py      |  7 +++----
 lib/bb/process.py          |  4 ++--
 lib/bb/utils.py            | 24 ++++++++++++++++++++++++
 21 files changed, 44 insertions(+), 34 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list