Re: [bitbake-devel] [PATCH v4 08/11] Update vendorized modules
Paul Barker <[email protected]> Mon, 29 Jun 2026 09:55:49 +0100
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
--=-L4iYHn31vxE7QonALZNQ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2026-06-24 at 10:20 -0700, Rob Woolley via lists.openembedded.org wrote: > This was automated with "vendoring sync .". >=20 > Signed-off-by: Rob Woolley <[email protected]> > --- > lib/bb/_vendor/__init__.py | 18 - > .../{bs4/LICENSE =3D> beautifulsoup4.LICENSE} | 0 > lib/bb/_vendor/bs4/AUTHORS | 49 - > lib/bb/_vendor/bs4/CHANGELOG | 1839 ----------- > lib/bb/_vendor/bs4/__init__.py | 856 +++-- > lib/bb/_vendor/bs4/_deprecation.py | 80 + > lib/bb/_vendor/bs4/_typing.py | 205 ++ > lib/bb/_vendor/bs4/_warnings.py | 98 + > lib/bb/_vendor/bs4/builder/__init__.py | 828 +++-- > lib/bb/_vendor/bs4/builder/_html5lib.py | 592 ++-- > lib/bb/_vendor/bs4/builder/_htmlparser.py | 426 ++- > lib/bb/_vendor/bs4/builder/_lxml.py | 387 ++- > lib/bb/_vendor/bs4/css.py | 268 +- > lib/bb/_vendor/bs4/dammit.py | 1622 +++++---- > lib/bb/_vendor/bs4/diagnose.py | 169 +- > lib/bb/_vendor/bs4/element.py | 3494 +++++++++++++-= ------ > lib/bb/_vendor/bs4/exceptions.py | 28 + > lib/bb/_vendor/bs4/filter.py | 764 +++++ > lib/bb/_vendor/bs4/formatter.py | 211 +- > lib/bb/_vendor/bs4/py.typed | 0 > lib/bb/_vendor/ply.pyi | 1 + > lib/bb/_vendor/ply/__init__.py | 1 + > lib/bb/_vendor/ply/cpp.py | 918 +++++ > lib/bb/_vendor/ply/ctokens.py | 133 + > lib/bb/_vendor/ply/lex.py | 845 ++--- > lib/bb/_vendor/ply/yacc.py | 2231 +++++++------ > lib/bb/_vendor/ply/ygen.py | 74 + > lib/bb/_vendor/progressbar.pyi | 1 + > lib/bb/_vendor/progressbar/__init__.py | 4 +- > lib/bb/_vendor/progressbar/progressbar.py | 21 +- > lib/bb/_vendor/progressbar/widgets.py | 14 +- > lib/bb/_vendor/simplediff.pyi | 1 + > lib/bb/_vendor/simplediff/__init__.py | 2 +- > 33 files changed, 9570 insertions(+), 6610 deletions(-) Hi Rob, Is it possible to capture which versions we have of each upstream package we have after running `vendoring sync`? It would be good to list these in the commit message. Best regards, --=20 Paul Barker --=-L4iYHn31vxE7QonALZNQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iIcEABYKAC8WIQSzjPXf5Y1BDWhU2iCrY1Tsnbr0bgUCakIzFREccGF1bEBwYmFy a2VyLmRldgAKCRCrY1Tsnbr0bh5TAP4sZ5E+4IhNUI/1Q8ASL2hM71yIpOr4pdOO rQurZbBGagEAv4B5jbdMWF/3QekrC7GSkVT4DDP8K9cLb0k6ht1rBAw= =Tqq1 -----END PGP SIGNATURE----- --=-L4iYHn31vxE7QonALZNQ--