123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-requests</Name>
- <Homepage>https://www.python-requests.org/</Homepage>
- <Packager>
- <Name>Ergün Salman</Name>
- <Email>ergunsalman@hotmail.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <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>
- <Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">certs.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>python-requests</Name>
- <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
- <RuntimeDependencies>
- <Dependency>python-idna</Dependency>
- <Dependency>python-chardet</Dependency>
- <Dependency>python-urllib3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/lib</Path>
- </Files>
- </Package>
- <History>
- <Update release="12">
- <Date>2020-12-09</Date>
- <Version>2.24.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-07-20</Date>
- <Version>2.24.0</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-02-21</Date>
- <Version>2.23.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-23</Date>
- <Version>2.22.0</Version>
- <Comment>Fix runtime dependency.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-10-03</Date>
- <Version>2.22.0</Version>
- <Comment>Version bump</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-09-21</Date>
- <Version>2.19.1</Version>
- <Comment>Rebuild certifi.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2018-08-15</Date>
- <Version>2.19.1</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-09-04</Date>
- <Version>2.13.0</Version>
- <Comment>remove unneeded runtime dep.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-25</Date>
- <Version>2.13.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>2.9.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-06</Date>
- <Version>2.9.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-08</Date>
- <Version>2.9.1</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|