12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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>
- <Homepage>https://pypi.python.org/pypi/backports.ssl_match_hostname</Homepage>
- <Packager>
- <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="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-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>
- <Files>
- <Path fileType="library">/usr/lib/python*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="4">
- <Date>2023-10-17</Date>
- <Version>3.7.0.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <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>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-01-25</Date>
- <Version>3.5.0.1</Version>
- <Comment>Version bump</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-15</Date>
- <Version>3.4.0.2</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|