python-backports-ssl-match-hostname:ver.bump

This commit is contained in:
blue-devil
2020-01-21 01:17:25 +03:00
parent b27b32ade4
commit bf085f5a66
3 changed files with 22 additions and 8 deletions
@@ -11,5 +11,4 @@ def build():
def install():
pythonmodules.install()
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>python-backports-ssl-match-hostname</Name>
@@ -6,23 +8,21 @@
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<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>
<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>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-backports-ssl-match-hostname</Name>
<Summary>The ssl.match_hostname() function from Python 3.4</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-01-20</Date>
<Version>3.7.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2018-08-29</Date>
<Version>3.5.0.1</Version>
@@ -52,4 +59,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-backports-ssl-match-hostname</Name>
<Summary xml:lang="tr">Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı</Summary>
<Description xml:lang="tr">python-backports-ssl-match-hostname, Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar.</Description>
</Source>
</PISI>