{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"python3-responses-0.0.25.3-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/python3-responses-0.0.25.3-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-66f2f8b3-0f3a-4c6e-a2c7-80d10a89bca5",
			"name":"python3",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"08bd7937d659d460eb57f421500cb0fd93e554c236a1ca9b5bb9efdd64c21d48"
				}
			],
			"description":"Python combines remarkable power with very clear syntax. It has modules,\nclasses, exceptions, very high level dynamic data types, and dynamic\ntyping. There are interfaces to many system calls and libraries, as well\nas to various windowing systems. New built-in modules are easily written\nin C or C++ (or other languages, depending on the chosen implementation).\nPython is also usable as an extension language for applications written\nin other languages that need easy-to-use scripting or automation interfaces.\n\nThis package Provides python version 3.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3@3.11.6-5.oe2409?arch=aarch64&epoch=0&upstream=python3-3.11.6-5.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.python.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Interpreter of the Python3 programming language",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.11.6-5.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-mock-5.1.0-7de34062-7d30-46c4-9857-4ea3e7d51701-51cb76c5-f668-4a51-a905-8b52635a26d3",
			"name":"python3-mock",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"e6fd82a4c2f34f8b3103a21e1ec56ed04e15d33b5c0b4645fe8c955755e37b5c"
				}
			],
			"description":"This is the python3 subpackage for python-mock.\n\nMock is a Python module which provides a core mock class. It removes the need\nto create a host of stubs throughout your test suite. After performing an\naction, you can make assertions about which methods / attributes were used and\narguments they were called with. You can also specify return values and set\nneeded attributes in the normal way.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-mock@5.1.0-1.oe2409?arch=noarch&epoch=0&upstream=python-mock-5.1.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://www.voidspace.org.uk/python/mock/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python3 subpackage for python-mock",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:5.1.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-pyyaml-6.0.1-65ab7291-0f95-4fb3-9a3f-476dcb93ac24-71d91de7-655f-4a06-b187-31e163ea920f",
			"name":"python3-pyyaml",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2325b5bf4f9474152a80fee6bcd921934853b70bc68b417151d9a75b3cd50a5f"
				}
			],
			"description":"YAML is a data serialization format designed for human readability and\ninteraction with scripting languages. PyYAML is a YAML parser and emitter for\nPython.\n\nPyYAML features a complete YAML 1.1 parser, Unicode support, pickle support,\ncapable extension API, and sensible error messages. PyYAML supports standard\nYAML tags and provides Python-specific tags that allow to represent an\narbitrary Python object.\n\nPyYAML is applicable for a broad range of tasks from complex configuration\nfiles to object serialization and persistence.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-pyyaml@6.0.1-2.oe2409?arch=aarch64&epoch=0&upstream=pyYAML-6.0.1-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/yaml/pyyaml",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"YAML parser and emitter for Python",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:6.0.1-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-requests-2.31.0-834002e5-1662-42ea-8db0-a36321846df9-de1f633b-9941-4a92-afd2-e619d7eda8e1",
			"name":"python3-requests",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2414e57e8489dbc357bdd4d12717771f59a8c39899200a3a92ec193cce6350bb"
				}
			],
			"description":"Requests is an ISC Licensed HTTP library, written in Python, for human\nbeings.\nMost existing Python modules for sending HTTP requests are extremely\nverbose and cumbersome. Python's builtin urllib2 module provides most of\nthe HTTP capabilities you should need, but the api is thoroughly broken.\nIt requires an enormous amount of work (even method overrides) to\nperform the simplest of tasks.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-requests@2.31.0-1.oe2409?arch=noarch&epoch=0&upstream=python-requests-2.31.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://python-requests.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Awesome Python HTTP Library That's Actually Usable",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.31.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-six-1.16.0-1f1ad333-6256-4657-9223-e85973a2f936-7f51beb1-d4c2-4409-b225-2eab102ced29",
			"name":"python3-six",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1c918bf3986c6ac2e5d37b37b8b3c4148fb91118b6325d150ca3d450b9e70992"
				}
			],
			"description":"Compatibility library for python 3.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-six@1.16.0-3.oe2409?arch=noarch&epoch=0&upstream=python-six-1.16.0-3.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://pypi.python.org/pypi/six",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Compatibility library for python 3",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.16.0-3.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-urllib3-1.26.18-56db3451-fe90-4da3-b734-c632a7c548a2-6d1be33b-7db5-4fb4-87ed-60d310a1974f",
			"name":"python3-urllib3",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"a93485c9a2fbec61253bb0e62ea346eb75882b6d44fc7d9959967041b92599f4"
				}
			],
			"description":"Python3 HTTP module with connection pooling and file POST abilities.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-urllib3@1.26.18-2.oe2409?arch=noarch&epoch=0&upstream=python-urllib3-1.26.18-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://urllib3.readthedocs.io",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python3 HTTP library with thread-safe connection pooling and file post",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.26.18-2.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-66f2f8b3-0f3a-4c6e-a2c7-80d10a89bca5"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-mock-5.1.0-7de34062-7d30-46c4-9857-4ea3e7d51701-51cb76c5-f668-4a51-a905-8b52635a26d3"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-pyyaml-6.0.1-65ab7291-0f95-4fb3-9a3f-476dcb93ac24-71d91de7-655f-4a06-b187-31e163ea920f"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-requests-2.31.0-834002e5-1662-42ea-8db0-a36321846df9-de1f633b-9941-4a92-afd2-e619d7eda8e1"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-six-1.16.0-1f1ad333-6256-4657-9223-e85973a2f936-7f51beb1-d4c2-4409-b225-2eab102ced29"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-responses-0.25.3-b53be3c3-5b05-487c-a200-3e8773df527b",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-urllib3-1.26.18-56db3451-fe90-4da3-b734-c632a7c548a2-6d1be33b-7db5-4fb4-87ed-60d310a1974f"
		}
	]
}