@@ -234,10 +234,6 @@ def generate(version: str) -> dict:
234234 "type" : "vcs" ,
235235 "url" : "https://github.com/python/pythoncapi-compat" ,
236236 },
237- {
238- "type" : "distribution" ,
239- "url" : "https://github.com/python/pythoncapi-compat/releases" ,
240- },
241237 ],
242238 },
243239 ]
@@ -255,8 +251,8 @@ def generate(version: str) -> dict:
255251 {"license" : {"id" : "BSD-3-Clause" }},
256252 ],
257253 "externalReferences" : [
258- {"type" : "website" , "url" : "https://libjpeg-turbo.org" },
259254 {"type" : "website" , "url" : "https://ijg.org" },
255+ {"type" : "website" , "url" : "https://libjpeg-turbo.org" },
260256 {
261257 "type" : "distribution" ,
262258 "url" : "https://github.com/libjpeg-turbo/libjpeg-turbo/releases" ,
@@ -272,7 +268,7 @@ def generate(version: str) -> dict:
272268 "licenses" : [{"license" : {"id" : "Zlib" }}],
273269 "externalReferences" : [
274270 {"type" : "website" , "url" : "https://zlib.net" },
275- {"type" : "distribution" , "url" : "https://zlib.net/ " },
271+ {"type" : "distribution" , "url" : "https://zlib.net" },
276272 ],
277273 },
278274 {
@@ -416,7 +412,7 @@ def generate(version: str) -> dict:
416412 {"type" : "website" , "url" : "https://pngquant.org/lib/" },
417413 {
418414 "type" : "distribution" ,
419- "url" : "https://github.com/ImageOptim/libimagequant/releases " ,
415+ "url" : "https://github.com/ImageOptim/libimagequant/tags " ,
420416 },
421417 ],
422418 },
@@ -441,7 +437,7 @@ def generate(version: str) -> dict:
441437 "type" : "library" ,
442438 "name" : "pybind11" ,
443439 "scope" : "excluded" ,
444- "description" : "C++/Python binding library (build-time dependency)." ,
440+ "description" : "Parallel C compilation library (build-time dependency)." ,
445441 "licenses" : [{"license" : {"id" : "BSD-3-Clause" }}],
446442 "externalReferences" : [
447443 {"type" : "website" , "url" : "https://pybind11.readthedocs.io" },
@@ -518,7 +514,7 @@ def generate(version: str) -> dict:
518514 {
519515 "type" : "application" ,
520516 "name" : "generate-sbom.py" ,
521- "group" : "Pillow " ,
517+ "group" : "pillow " ,
522518 }
523519 ]
524520 },
0 commit comments