{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"python3-nbxmpp-0.3.2.5-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-nbxmpp-0.3.2.5-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-e76052e4-903b-4b0f-8998-0bc62dfbcd6b",
			"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-idna-3.6-976dc96c-a990-4ac2-93c3-999957937c45-ac102971-c36a-4a8c-a07c-b18e718f40bf",
			"name":"python3-idna",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"cb9aef7bfd10d29fd9a3425c09d0bb2e3b4572849d430c764abc253a2a6dbab5"
				}
			],
			"description":"A library to support the Internationalised Domain Names in\nApplications (IDNA) protocol as specified in RFC 5891\nhttp://tools.ietf.org/html/rfc5891. This version of the protocol\nis often referred to as “IDNA2008” and can produce different\nresults from the earlier standard from 2003.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-idna@3.6-4.oe2409?arch=noarch&epoch=0&upstream=python-idna-3.6-4.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/kjd/idna",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Internationalized Domain Names in Applications (IDNA)",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.6-4.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-packaging-23.2-51fb1ba9-e18d-47df-8e0f-8200c6c4bece-695507ee-70f0-4d53-9a1b-032d5773779b",
			"name":"python3-packaging",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"02f2172a31dbb4fa24d71f6fc2b4f1128d591279ee3d1b1d925e4dbf8e050bac"
				}
			],
			"description":"Reusable core utilities for various Python Packaging interoperability specifications.\n\nThis library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425).\n\nThe packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-packaging@23.2-1.oe2409?arch=noarch&epoch=0&upstream=python-packaging-23.2-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/pypa/packaging",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Core utilities for Python packages",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:23.2-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-precis-i18n-1.0.4-4aca075b-b58e-416e-a366-67fe9b79a91b-f3bc7b3e-b180-4f13-923d-8fccb8f6f61a",
			"name":"python3-precis_i18n",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"656737d0d3643fb547459d39819735be368ba1ab8adc677cd407f21175dae505"
				}
			],
			"description":"If you want your application to accept Unicode user names and passwords, you\nmust be careful in how you validate and compare them. The PRECIS framework\nmakes internationalized user names and passwords safer for use by applications.\nPRECIS profiles transform Unicode strings into a canonical form, suitable for\ncomparison.\n\nThis Python module implements the PRECIS Framework as described in:\n\n  PRECIS Framework: Preparation, Enforcement, and Comparison of\n  Internationalized Strings in Application Protocols (RFC 8264)\n\n  Preparation, Enforcement, and Comparison of Internationalized Strings\n  Representing Usernames and Passwords (RFC 8265)\n\n  Preparation, Enforcement, and Comparison of Internationalized Strings\n  Representing Nicknames (RFC 8266)",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-precis_i18n@1.0.4-1.oe2409?arch=noarch&epoch=0&upstream=python-precis_i18n-1.0.4-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/byllyfish/precis_i18n",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python library for internationalized usernames and passwords",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.0.4-1.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-python3-nbxmpp-3.2.5-b664445e-ba3e-4285-9c09-725ad03eec8c",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-e76052e4-903b-4b0f-8998-0bc62dfbcd6b"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-nbxmpp-3.2.5-b664445e-ba3e-4285-9c09-725ad03eec8c",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-idna-3.6-976dc96c-a990-4ac2-93c3-999957937c45-ac102971-c36a-4a8c-a07c-b18e718f40bf"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-nbxmpp-3.2.5-b664445e-ba3e-4285-9c09-725ad03eec8c",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-packaging-23.2-51fb1ba9-e18d-47df-8e0f-8200c6c4bece-695507ee-70f0-4d53-9a1b-032d5773779b"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-nbxmpp-3.2.5-b664445e-ba3e-4285-9c09-725ad03eec8c",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-precis-i18n-1.0.4-4aca075b-b58e-416e-a366-67fe9b79a91b-f3bc7b3e-b180-4f13-923d-8fccb8f6f61a"
		}
	]
}