pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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-tqdm</Name>
  6. <Homepage>https://github.com/tqdm/tqdm</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>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
  15. <Description>python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!</Description>
  16. <Archive sha1sum="96d0d5d7a851e1e46e51c03c81175919adce395b" type="targz">https://github.com/tqdm/tqdm/archive/v4.46.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-tqdm</Name>
  24. <Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python-setuptools</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/python2*</Path>
  30. <Path fileType="executable">/usr/bin/tqdm-py2</Path>
  31. <Path fileType="doc">/usr/share/doc/python-tqdm</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="8">
  36. <Date>2020-05-18</Date>
  37. <Version>4.46.0</Version>
  38. <Comment>Minor version bump.</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="7">
  43. <Date>2020-04-08</Date>
  44. <Version>4.45.0</Version>
  45. <Comment>Minor version bump.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="6">
  50. <Date>2020-03-29</Date>
  51. <Version>4.44.1</Version>
  52. <Comment>Minor version bump.</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. <Update release="5">
  57. <Date>2020-02-21</Date>
  58. <Version>4.43.0</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Blue Devil</Name>
  61. <Email>bluedevil@sctzine.com</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2020-02-05</Date>
  65. <Version>4.42.1</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Blue Devil</Name>
  68. <Email>bluedevil@sctzine.com</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2020-01-27</Date>
  72. <Version>4.42.0</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Blue Devil</Name>
  75. <Email>bluedevil@sctzine.com</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2020-01-23</Date>
  79. <Version>4.41.1</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>Blue Devil</Name>
  82. <Email>bluedevil@sctzine.com</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2019-12-25</Date>
  86. <Version>4.41.0</Version>
  87. <Comment>First Pisi Release</Comment>
  88. <Name>Blue Devil</Name>
  89. <Email>bluedevil@sctzine.com</Email>
  90. </Update>
  91. </History>
  92. </PISI>