python-requests:ver.bump

This commit is contained in:
blue-devil
2020-02-22 09:02:14 +03:00
parent f4a4749b12
commit 3de754b1d5
3 changed files with 21 additions and 8 deletions
@@ -5,10 +5,9 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pythonmodules.install()
@@ -9,17 +9,16 @@
<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>Pythons standard urllib2 module provides most of the HTTP capabilities you need</Description>
<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="c3684553fd2af62da6d91f35f04a6148d90e8d4f" type="targz">https://github.com/psf/requests/archive/v2.23.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">dont-import-OrderedDict-from-urllib3.patch</Patch> -->
<!-- <Patch level="1">patch-requests-certs.py-to-use-the-system-CA-bundle.patch</Patch> -->
<Patch level="1">certs.patch</Patch>
</Patches>
</Source>
@@ -33,12 +32,19 @@
<Dependency>python-idna</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/lib</Path>
</Files>
</Package>
<History>
<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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-requests</Name>
<Summary xml:lang="tr">Requests insanlar için yapılmış basit bir HTTP kitaplığıdır.</Summary>
<Description xml:lang="tr">Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır.</Description>
</Source>
</PISI>