Merge pull request #6955 from Rmys/master

python-requests python3-requests:ver.bump
This commit is contained in:
Rmys
2019-07-13 11:51:42 +03:00
committed by GitHub
2 changed files with 32 additions and 21 deletions
@@ -2,7 +2,7 @@
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>python3-requests</Name> <Name>python-requests</Name>
<Homepage>http://www.python-requests.org/</Homepage> <Homepage>http://www.python-requests.org/</Homepage>
<Packager> <Packager>
<Name>Ergün Salman</Name> <Name>Ergün Salman</Name>
@@ -13,8 +13,8 @@
<License>MIT</License> <License>MIT</License>
<Archive sha1sum="c22ed0a553f8dc37e5c2a965048d81a5ccfaff95" type="targz">https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz</Archive> <Archive sha1sum="c22ed0a553f8dc37e5c2a965048d81a5ccfaff95" type="targz">https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>certs.patch</Patch> <Patch>certs.patch</Patch>
@@ -22,13 +22,10 @@
</Source> </Source>
<Package> <Package>
<Name>python3-requests</Name> <Name>python-requests</Name>
<RuntimeDependencies> <!--RuntimeDependencies>
<Dependency>python3</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python3-idna</Dependency> </RuntimeDependencies-->
<Dependency>python3-urllib3</Dependency>
<Dependency>python3-chardet</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="data">/usr/lib</Path> <Path fileType="data">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
@@ -36,31 +33,38 @@
</Package> </Package>
<History> <History>
<Update release="7"> <Update release="8">
<Date>2019-07-11</Date> <Date>2019-07-11</Date>
<Version>2.22.0</Version> <Version>2.22.0</Version>
<Comment>Version Bump.</Comment> <Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </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"> <Update release="6">
<Date>2018-05-21</Date> <Date>2018-08-15</Date>
<Version>2.19.1</Version> <Version>2.19.1</Version>
<Comment>Version Bump.</Comment> <Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
<Update release="5"> <Update release="5">
<Date>2018-05-21</Date> <Date>2017-09-04</Date>
<Version>2.18.4</Version> <Version>2.13.0</Version>
<Comment>Version Bump.</Comment> <Comment>remove unneeded runtime dep.</Comment>
<Name>Pisi Linux Community</Name> <Name>Ertuğrul Erata</Name>
<Email>admin@pisilinux.org</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
<Update release="4"> <Update release="4">
<Date>2017-03-19</Date> <Date>2017-01-25</Date>
<Version>2.13.0</Version> <Version>2.13.0</Version>
<Comment>Release Bump.</Comment> <Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
@@ -74,7 +78,7 @@
<Update release="2"> <Update release="2">
<Date>2016-06-06</Date> <Date>2016-06-06</Date>
<Version>2.9.1</Version> <Version>2.9.1</Version>
<Comment>First release</Comment> <Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name> <Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email> <Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update> </Update>
@@ -11,7 +11,7 @@
<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>
<License>MIT</License> <License>MIT</License>
<Archive sha1sum="b6e6ed992c86835aa1a7d7a81fec2aee0d385416" type="targz">https://files.pythonhosted.org/packages/54/1f/782a5734931ddf2e1494e4cd615a51ff98e1879cbe9eecbdfeaf09aa75e9/requests-2.19.1.tar.gz</Archive> <Archive sha1sum="c22ed0a553f8dc37e5c2a965048d81a5ccfaff95" type="targz">https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
@@ -36,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2019-07-11</Date>
<Version>2.22.0</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2018-05-21</Date> <Date>2018-05-21</Date>
<Version>2.19.1</Version> <Version>2.19.1</Version>