12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-requests</Name>
- <Homepage>http://www.python-requests.org/</Homepage>
- <Packager>
- <Name>Ergün Salman</Name>
- <Email>ergunsalman@hotmail.com</Email>
- </Packager>
- <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>
- <License>MIT</License>
- <Archive sha1sum="827f7c8abb5a57d980d9870908724613b8b120c1" type="targz">https://pypi.python.org/packages/16/09/37b69de7c924d318e51ece1c4ceb679bf93be9d05973bb30c35babd596e2/requests-2.13.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-requests</Name>
- <!--RuntimeDependencies>
- <Dependency>python-devel</Dependency>
- </RuntimeDependencies-->
- <Files>
- <Path fileType="data">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <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>
|