pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-backports-ssl-match-hostname</Name>
  6. <Homepage>https://pypi.python.org/pypi/backports.ssl_match_hostname</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>PSF-2.2</License>
  13. <IsA>app</IsA>
  14. <Summary>The ssl.match_hostname() function from Python 3.4</Summary>
  15. <Description>The ssl.match_hostname() function from Python 3.4</Description>
  16. <Archive sha1sum="b832201f353ad35215fd5132857ac9bbb55b77c1" type="targz">https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-backports-ssl-match-hostname</Name>
  24. <Summary>The ssl.match_hostname() function from Python 3.4</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib/python*</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="4">
  32. <Date>2023-10-17</Date>
  33. <Version>3.7.0.1</Version>
  34. <Comment>Rebuild.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. <Update release="4">
  39. <Date>2020-01-20</Date>
  40. <Version>3.7.0.1</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2018-08-29</Date>
  47. <Version>3.5.0.1</Version>
  48. <Comment>Rebuild New T.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2017-01-25</Date>
  54. <Version>3.5.0.1</Version>
  55. <Comment>Version bump</Comment>
  56. <Name>Alihan Öztürk</Name>
  57. <Email>alihan@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-06-15</Date>
  61. <Version>3.4.0.2</Version>
  62. <Comment>First release</Comment>
  63. <Name>Alihan Öztürk</Name>
  64. <Email>alihan@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>