summaryrefslogtreecommitdiff
blob: b196a8bd47430d6c37b248e20c80cbd0b0e514a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>prometheanfire@gentoo.org</email>
		<name>Matthew Thode</name>
	</maintainer>
	<longdescription lang="en">
		The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.
	</longdescription>
	<upstream>
		<remote-id type="github">openstack-infra/requestsexceptions</remote-id>
		<remote-id type="pypi">requestsexceptions</remote-id>
	</upstream>
</pkgmetadata>