pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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-requests</Name>
  6. <Homepage>https://www.python-requests.org/</Homepage>
  7. <Packager>
  8. <Name>Ergün Salman</Name>
  9. <Email>ergunsalman@hotmail.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
  15. <Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
  16. <Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">certs.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>python-requests</Name>
  27. <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>python-idna</Dependency>
  30. <Dependency>python-chardet</Dependency>
  31. <Dependency>python-urllib3</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="data">/usr/lib</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="12">
  40. <Date>2020-12-09</Date>
  41. <Version>2.24.0</Version>
  42. <Comment>Rebuild.</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. <Update release="11">
  47. <Date>2020-07-20</Date>
  48. <Version>2.24.0</Version>
  49. <Comment>Minor version bump.</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="10">
  54. <Date>2020-02-21</Date>
  55. <Version>2.23.0</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. <Update release="9">
  61. <Date>2020-01-23</Date>
  62. <Version>2.22.0</Version>
  63. <Comment>Fix runtime dependency.</Comment>
  64. <Name>Blue Devil</Name>
  65. <Email>bluedevil@sctzine.com</Email>
  66. </Update>
  67. <Update release="8">
  68. <Date>2019-10-03</Date>
  69. <Version>2.22.0</Version>
  70. <Comment>Version bump</Comment>
  71. <Name>idris Kalp</Name>
  72. <Email>idriskalp@gmail.com</Email>
  73. </Update>
  74. <Update release="7">
  75. <Date>2018-09-21</Date>
  76. <Version>2.19.1</Version>
  77. <Comment>Rebuild certifi.</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="6">
  82. <Date>2018-08-15</Date>
  83. <Version>2.19.1</Version>
  84. <Comment>Version Bump.</Comment>
  85. <Name>Pisi Linux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="5">
  89. <Date>2017-09-04</Date>
  90. <Version>2.13.0</Version>
  91. <Comment>remove unneeded runtime dep.</Comment>
  92. <Name>Ertuğrul Erata</Name>
  93. <Email>ertugrulerata@gmail.com</Email>
  94. </Update>
  95. <Update release="4">
  96. <Date>2017-01-25</Date>
  97. <Version>2.13.0</Version>
  98. <Comment>Version Bump</Comment>
  99. <Name>Pisi Linux Community</Name>
  100. <Email>admin@pisilinux.org</Email>
  101. </Update>
  102. <Update release="3">
  103. <Date>2016-06-09</Date>
  104. <Version>2.9.1</Version>
  105. <Comment>Release Bump</Comment>
  106. <Name>Pisi Linux Community</Name>
  107. <Email>admin@pisilinux.org</Email>
  108. </Update>
  109. <Update release="2">
  110. <Date>2016-06-06</Date>
  111. <Version>2.9.1</Version>
  112. <Comment>Rebuild</Comment>
  113. <Name>Ayhan Yalçınsoy</Name>
  114. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  115. </Update>
  116. <Update release="1">
  117. <Date>2016-05-08</Date>
  118. <Version>2.9.1</Version>
  119. <Comment>First release</Comment>
  120. <Name>Ayhan Yalçınsoy</Name>
  121. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  122. </Update>
  123. </History>
  124. </PISI>