pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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-hyperframe</Name>
  6. <Homepage>https://github.com/python-hyper/hyperframe</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <PartOf>programming.language.python</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Pure-Python HTTP/2 framing</Summary>
  15. <Description>This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.</Description>
  16. <Archive sha1sum="05605a2f4f1ff0e02cfc4fd734a59f901d6c45c4" type="targz">https://github.com/python-hyper/hyperframe/archive/v6.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-hyperframe</Name>
  24. <Summary>Pure-Python HTTP/2 framing</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc/python-hyperframe</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="2">
  33. <Date>2020-09-23</Date>
  34. <Version>6.0.0</Version>
  35. <Comment>Major version bump.</Comment>
  36. <Name>Blue Devil</Name>
  37. <Email>bluedevil@sctzine.com</Email>
  38. </Update>
  39. <Update release="1">
  40. <Date>2020-01-15</Date>
  41. <Version>5.2.0</Version>
  42. <Comment>First pisi release.</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. </History>
  47. </PISI>