python3-backports-ssl-match-hostname:version bump

This commit is contained in:
blue-devil
2020-01-09 22:19:28 +00:00
parent 6eefe61caf
commit acda5c743d
3 changed files with 25 additions and 8 deletions
@@ -12,4 +12,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("PKG-INFO")
pisitools.dodoc("LICENSE*")
@@ -1,3 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-backports-ssl-match-hostname</Name>
@@ -7,10 +9,10 @@
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>PSF-2.2</License>
<IsA>app</IsA>
<Summary>The ssl.match_hostname() function from Python 3.4</Summary>
<Description>The ssl.match_hostname() function from Python 3.4</Description>
<Archive sha1sum="0567c136707a5f53b95aa793b79cc8d5c61d8e22" type="targz">https://pypi.python.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz</Archive>
<IsA>library</IsA>
<Summary>The ssl.match_hostname() function from Python 3.7</Summary>
<Description>The ssl.match_hostname() function from Python 3.7</Description>
<Archive sha1sum="b832201f353ad35215fd5132857ac9bbb55b77c1" type="targz">https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -19,17 +21,24 @@
<Package>
<Name>python3-backports-ssl-match-hostname</Name>
<Summary>The ssl.match_hostname() function from Python 3.4</Summary>
<Summary>The ssl.match_hostname() function from Python 3.7</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-backports-ssl-match-hostname</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2019-12-30</Date>
<Version>3.7.0.1</Version>
<Comment>Built w/ py3.8 and version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2018-08-19</Date>
<Version>3.5.0.1</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-backports-ssl-match-hostname</Name>
<Summary xml:lang="tr">Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı</Summary>
<Description xml:lang="tr">python3-backports-ssl-match-hostname, Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar.</Description>
</Source>
</PISI>