{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"python3-dnf-plugins-core-0.4.3.1-4.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-dnf-plugins-core-0.4.3.1-4.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-8f61b75b-9df0-4ae5-bd51-83c2a2079287",
			"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-dateutil-2.8.2-39fcdbcd-aeb8-4807-a239-cda9ec7446c7-42ad6db9-5077-4015-970f-a1f55c3a1575",
			"name":"python3-dateutil",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"65037dbc6e1e6bf4cd75bacb6a4b507fa2ac17fb65f7125b126d729b04ba26ea"
				}
			],
			"description":"The dateutil module provides powerful extensions to the standard datetime module, available in Python.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-dateutil@2.8.2-3.oe2409?arch=noarch&epoch=1&upstream=python-dateutil-2.8.2-3.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/dateutil/dateutil",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Powerful extensions to datetime",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:2.8.2-3.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-dbus-1.3.2-67f4e0a0-080a-47dc-a7b1-d012caaa2752-c80d26bf-3782-46e0-ae1a-3f89384ef46d",
			"name":"python3-dbus",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"d459f432467f38933667239521d5d63524fa98b65b5212bac01bb01988fb2980"
				}
			],
			"description":"Python3 bindings for dbus",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-dbus@1.3.2-1.oe2409?arch=aarch64&epoch=0&upstream=dbus-python-1.3.2-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://www.freedesktop.org/wiki/Software/DBusBindings/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python3 bindings for dbus",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.3.2-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-distro-1.9.0-6a6fd3ae-e171-453d-90af-34f060590013-622479c2-996d-4a9f-aa5a-ca1ee46db131",
			"name":"python3-distro",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"6082bc985fd5abac56945744659d1a467fe0ff9af03b49e6c00c5776a4a97537"
				}
			],
			"description":"Distro provides information about the OS distribution it runs on, such as a reliable machine-readable\nID, or version information.\n\nIt is the recommended replacement for Python's original platform.linux_distribution function (which\nwill be removed in Python 3.8). It also provides much more functionality which isn't necessarily\nPython bound, like a command-line interface.\n\nDistro currently supports Linux and BSD based systems but Windows and OS X support is also planned.\n\nPython3 version of distro.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-distro@1.9.0-1.oe2409?arch=noarch&epoch=0&upstream=python-distro-1.9.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/nir0s/distro",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Linux Distribution - a Linux OS platform information API",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.9.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-dnf-4.16.2-50ddd774-1b80-43a5-af86-ddc9d553a307-bf0ee996-6ac0-489e-b5c6-83e17e898474",
			"name":"python3-dnf",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"7ba450d23ea399256f43662a0eb437c64cb13d0733675529393cfe8177c2f949"
				}
			],
			"description":"Python 3 interface to DNF.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-dnf@4.16.2-6.oe2409?arch=noarch&epoch=0&upstream=dnf-4.16.2-6.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/rpm-software-management/dnf",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python 3 interface to DNF",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:4.16.2-6.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-hawkey-0.70.2-7685c1ba-8bbd-4dc5-aabf-32df04dbb51c-ddb27f2d-afce-4e71-a47b-9a7135d254b3",
			"name":"python3-hawkey",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"b3f3ebea4a1b9e3420e7983e702c0c69f422eef1d97c7c7dc0661956424cca8a"
				}
			],
			"description":"Python 3 bindings for the hawkey library.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-hawkey@0.70.2-5.oe2409?arch=aarch64&epoch=0&upstream=libdnf-0.70.2-5.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/rpm-software-management/libdnf",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python 3 bindings for the hawkey library",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.70.2-5.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-8f61b75b-9df0-4ae5-bd51-83c2a2079287"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-dateutil-2.8.2-39fcdbcd-aeb8-4807-a239-cda9ec7446c7-42ad6db9-5077-4015-970f-a1f55c3a1575"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-dbus-1.3.2-67f4e0a0-080a-47dc-a7b1-d012caaa2752-c80d26bf-3782-46e0-ae1a-3f89384ef46d"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-distro-1.9.0-6a6fd3ae-e171-453d-90af-34f060590013-622479c2-996d-4a9f-aa5a-ca1ee46db131"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-dnf-4.16.2-50ddd774-1b80-43a5-af86-ddc9d553a307-bf0ee996-6ac0-489e-b5c6-83e17e898474"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-dnf-plugins-core-4.3.1-dee39b6c-ec39-4852-8abd-75658c78e104",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-hawkey-0.70.2-7685c1ba-8bbd-4dc5-aabf-32df04dbb51c-ddb27f2d-afce-4e71-a47b-9a7135d254b3"
		}
	]
}