Merge pull request #1017 from blue-devil/master

version bump
This commit is contained in:
2019-12-29 02:46:00 +03:00
committed by GitHub
2 changed files with 17 additions and 3 deletions
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>World Timezone Definitions for Python</Summary>
<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>
<Archive sha1sum="07de2c4d82ed97d846bf535a75116dda483733be" type="targz">https://files.pythonhosted.org/packages/27/c0/fbd352ca76050952a03db776d241959d5a2ee1abddfeb9e2a53fdb489be4/pytz-2019.2.tar.gz</Archive>
<Archive sha1sum="fc320b8b76a6067f16bbc3b8c365766978b5252f" type="targz">https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz</Archive>
</Source>
<Package>
@@ -25,8 +25,15 @@
</Package>
<History>
<Update release="4">
<Update release="5">
<Date>2019-12-27</Date>
<Version>2019.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-10-03</Date>
<Version>2019.2</Version>
<Comment>Version bump</Comment>
<Name>idris Kalp</Name>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Python 2 and 3 compatibility utilities.</Summary>
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
<Archive sha1sum="1957b44942be21822414f4dde936e6c40b687565" type="targz">https://pypi.io/packages/source/s/six/six-1.12.0.tar.gz</Archive>
<Archive sha1sum="e6c12160e3da5e164dac9846a1f171fca24e1a8c" type="targz">https://files.pythonhosted.org/packages/94/3e/edcf6fef41d89187df7e38e868b2dd2182677922b600e880baad7749c865/six-1.13.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
</BuildDependencies>
@@ -30,6 +30,13 @@
<History>
<Update release="8">
<Date>2019-12-27</Date>
<Version>1.13.0</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2019-10-03</Date>
<Version>1.12.0</Version>