[oe-commits] [bitbake] branch master-next updated (5be7ce7 -> a996643)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 23 16:59:06 UTC 2020


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

rpurdie pushed a change to branch master-next
in repository bitbake.

    from 5be7ce7  fixup
     new 5f539b2  bitbake: utils: add sha384_file and sha512_file functions
     new c9e948a  bitbake: utils: add is_semver function
     new e2241cd  bitbake: fetch2: refactor checksum verification
     new e193fae  bitbake: fetch2: add more hash functions for checksum verification
     new b45257e  bitbake: fetch2: allow fetchers to forward the donestamp management
     new 9fb8af6  bitbake: fetch2: allow fetchers to forward the mirrors management
     new 0a341d8  bitbake: fetch2: allow fetchers to forward the done condition
     new 40ce555  bitbake: fetch2/wget: fix downloadfilename parameter
     new 9fa1fbb  bitbake: fetch2/npm: refactor the npm fetcher
     new 5f403f2  bitbake: tests/fetch: add npm tests
     new 211f89c  bitbake: fetch2: add the npmsw fetcher
     new a996643  bitbake: 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 | 215 ++++++++++--------
 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, 1129 insertions(+), 360 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