pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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-pytz</Name>
  6. <Homepage>https://pythonhosted.org/pytz/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <License>ZPL</License>
  14. <IsA>library</IsA>
  15. <Summary>World Timezone Definitions for Python</Summary>
  16. <Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
  17. <Archive sha1sum="60f6db35e92688c4701c16bd3d2b9cbfac1fd604" type="targz">https://pypi.org/packages/source/p/pytz/pytz-2020.1.tar.gz</Archive>
  18. </Source>
  19. <Package>
  20. <Name>python-pytz</Name>
  21. <Summary>World Timezone Definitions for Python</Summary>
  22. <Files>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="doc">/usr/share/doc/python-pytz</Path>
  25. </Files>
  26. </Package>
  27. <History>
  28. <Update release="7">
  29. <Date>2020-12-09</Date>
  30. <Version>2020.1</Version>
  31. <Comment>Rebuild.</Comment>
  32. <Name>Mustafa Cinasal</Name>
  33. <Email>muscnsl@gmail.com</Email>
  34. </Update>
  35. <Update release="6">
  36. <Date>2020-07-20</Date>
  37. <Version>2020.1</Version>
  38. <Comment>Patch version bump.</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="5">
  43. <Date>2019-12-27</Date>
  44. <Version>2019.3</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="4">
  50. <Date>2019-10-03</Date>
  51. <Version>2019.2</Version>
  52. <Comment>Version bump</Comment>
  53. <Name>idris Kalp</Name>
  54. <Email>idriskalp@gmail.com</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2018-05-15</Date>
  58. <Version>2018.4</Version>
  59. <Comment>Version Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2018-02-26</Date>
  65. <Version>2018.3</Version>
  66. <Comment>Version Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2017-01-29</Date>
  72. <Version>2016.10</Version>
  73. <Comment>First release</Comment>
  74. <Name>Erdinç Gültekin</Name>
  75. <Email>admins@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>