pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-h2</Name>
  6. <Homepage>https://github.com/python-hyper/hyper-h2</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>HTTP/2 State-Machine based protocol implementation</Summary>
  15. <Description>This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.</Description>
  16. <Archive sha1sum="7db59bb7e2f79760f79cbdec615b2b9732025684" type="targz">https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-h2</Name>
  24. <Summary>HTTP/2 State-Machine based protocol implementation</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python-hpack</Dependency>
  27. <Dependency>python-enum34</Dependency>
  28. <Dependency>python-hyperframe</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc/python-h2</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2020-09-23</Date>
  39. <Version>4.0.0</Version>
  40. <Comment>Major version bump.</Comment>
  41. <Name>Blue Devil</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2020-02-23</Date>
  46. <Version>3.2.0</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Blue Devil</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2020-01-15</Date>
  53. <Version>3.1.1</Version>
  54. <Comment>First pisi release.</Comment>
  55. <Name>Blue Devil</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. </History>
  59. </PISI>