[oe-commits] [bitbake] branch master updated (d5a4a35 -> ba205df)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 16:51:33 UTC 2020


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

rpurdie pushed a change to branch master
in repository bitbake.

    from d5a4a35  tests/fetch: Allow wget upgrade tests to run against a local server
     new 80e2216  utils: add sha384_file and sha512_file functions
     new 61ac4e8  utils: add is_semver function
     new debd9ee  fetch2: refactor checksum verification
     new cd80a64  fetch2: add more hash functions for checksum verification
     new f7612c0  fetch2: allow fetchers to forward the donestamp management
     new 462c9a2  fetch2: allow fetchers to forward the mirrors management
     new ee3a254  fetch2: allow fetchers to forward the done condition
     new ed652dc  fetch2/wget: fix downloadfilename parameter
     new 0f451cd  fetch2/npm: refactor the npm fetcher
     new b166bd3  tests/fetch: add npm tests
     new f5223be  fetch2: add the npmsw fetcher
     new ba205df  tests/fetch: add npmsw tests

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/fetch2/__init__.py | 218 +++++++++++--------
 lib/bb/fetch2/npm.py      | 538 +++++++++++++++++++++++-----------------------
 lib/bb/fetch2/npmsw.py    | 255 ++++++++++++++++++++++
 lib/bb/fetch2/wget.py     |   7 +-
 lib/bb/tests/fetch.py     | 434 +++++++++++++++++++++++++++++++++++++
 lib/bb/utils.py           |  40 ++++
 6 files changed, 1131 insertions(+), 361 deletions(-)
 create mode 100644 lib/bb/fetch2/npmsw.py

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


More information about the Openembedded-commits mailing list