pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-certifi</Name>
  6. <Homepage>https://certifi.io/</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MPL-2.0</License>
  13. <IsA>library</IsA>
  14. <Summary>Python package for providing Mozilla's CA Bundle</Summary>
  15. <Description>Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. </Description>
  16. <Archive sha1sum="4bb6fad4f43f262f61d306581d9e29c91ff1d1e2" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-certifi</Name>
  24. <Summary>Python package for providing Mozilla's CA Bundle</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="4">
  32. <Date>2020-07-21</Date>
  33. <Version>2020.6.20</Version>
  34. <Comment>Minor version bump.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. <Update release="3">
  39. <Date>2020-04-07</Date>
  40. <Version>2020.4.5.1</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2020-01-28</Date>
  47. <Version>2019.11.28</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Blue DeviL</Name>
  50. <Email>bluedevil@sctzine.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-12-07</Date>
  54. <Version>2019.9.11</Version>
  55. <Comment>First release</Comment>
  56. <Name>Blue DeviL</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>