python3-requests:rebuilt and added translations
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-requests</Name>
|
<Name>python3-requests</Name>
|
||||||
@@ -8,9 +8,11 @@
|
|||||||
<Name>Ergün Salman</Name>
|
<Name>Ergün Salman</Name>
|
||||||
<Email>ergunsalman@hotmail.com</Email>
|
<Email>ergunsalman@hotmail.com</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<PartOf>programming.language.python3</PartOf>
|
||||||
|
<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>
|
||||||
<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>python3-devel</Dependency>
|
||||||
@@ -23,6 +25,7 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-requests</Name>
|
<Name>python3-requests</Name>
|
||||||
|
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>python3-idna</Dependency>
|
<Dependency>python3-idna</Dependency>
|
||||||
@@ -30,12 +33,19 @@
|
|||||||
<Dependency>python3-chardet</Dependency>
|
<Dependency>python3-chardet</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/lib</Path>
|
<Path fileType="data">/usr/lib/python3*</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc/python3-requests</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2019-12-24</Date>
|
||||||
|
<Version>2.22.0</Version>
|
||||||
|
<Comment>Rebuilt w/ py3.8 and added translations.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2019-07-11</Date>
|
<Date>2019-07-11</Date>
|
||||||
<Version>2.22.0</Version>
|
<Version>2.22.0</Version>
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-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>
|
||||||
Reference in New Issue
Block a user