python3-requests:ver bump

This commit is contained in:
blue-devil
2020-08-31 23:47:43 +02:00
parent d259477dc7
commit 9307567593
@@ -13,10 +13,10 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary> <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description> <Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
<Archive sha1sum="c3684553fd2af62da6d91f35f04a6148d90e8d4f" type="targz">https://github.com/psf/requests/archive/v2.23.0.tar.gz</Archive> <Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>certs.patch</Patch> <Patch>certs.patch</Patch>
@@ -27,10 +27,10 @@
<Name>python3-requests</Name> <Name>python3-requests</Name>
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary> <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-chardet</Dependency> <Dependency>python3-chardet</Dependency>
<Dependency>python3-urllib3</Dependency> <Dependency>python3-urllib3</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-requests</Path> <Path fileType="doc">/usr/share/doc/python3-requests</Path>
@@ -39,6 +39,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-07-21</Date>
<Version>2.24.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-02-21</Date> <Date>2020-02-21</Date>
<Version>2.23.0</Version> <Version>2.23.0</Version>