diff --git a/pytz-2020.1.tar.gz b/pytz-2020.1.tar.gz deleted file mode 100644 index e39fea798845c7d7d14ca98c590007308a3f7926..0000000000000000000000000000000000000000 Binary files a/pytz-2020.1.tar.gz and /dev/null differ diff --git a/pytz-2020.5.tar.gz b/pytz-2020.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..802bfe719481771a141c42fc99822b4e988f0f2b Binary files /dev/null and b/pytz-2020.5.tar.gz differ diff --git a/pytz-zoneinfo.patch b/pytz-zoneinfo.patch index 076159ef216f1f7dc20cc34c17af05aab8729d11..173dc5cbaea63013f08864f8d953445160991aea 100644 --- a/pytz-zoneinfo.patch +++ b/pytz-zoneinfo.patch @@ -40,7 +40,7 @@ index d217c96..2b1ac03 100644 --- pytz-2019.2/pytz/__init__.py~ 2019-07-31 12:32:00.000000000 -0500 +++ pytz-2019.2/pytz/__init__.py 2019-07-31 12:44:07.995969364 -0500 -@@ -495,1045 +495,37 @@ +@@ -502,1044 +502,37 @@ if __name__ == '__main__': _test() @@ -962,7 +962,6 @@ index d217c96..2b1ac03 100644 - 'Australia/Adelaide', - 'Australia/Brisbane', - 'Australia/Broken_Hill', -- 'Australia/Currie', - 'Australia/Darwin', - 'Australia/Eucla', - 'Australia/Hobart', diff --git a/pytz.spec b/pytz.spec index 00988029b6d58fe04d1f06b645d822d2241e1385..da3edbaa46df17edc53376780a6a4ad8ef5bc8f5 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,10 +1,10 @@ Name: pytz -Version: 2020.1 -Release: 2 +Version: 2020.5 +Release: 1 Summary: World Timezone Definitions for Python License: MIT URL: http://pytz.sourceforge.net/ -Source0: https://files.pythonhosted.org/packages/f4/f6/94fee50f4d54f58637d4b9987a1b862aeb6cd969e73623e02c5c00755577/pytz-2020.1.tar.gz +Source0: https://files.pythonhosted.org/packages/70/44/404ec10dca553032900a65bcded8b8280cf7c64cc3b723324e2181bf93c9/pytz-2020.5.tar.gz Patch0: pytz-zoneinfo.patch Patch1: remove_tzinfo_test.patch @@ -50,6 +50,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %{python3_sitelib}/* %changelog +* Fri Jan 29 2021 xihaochen - 2020.5-1 +- Type:requirements +- Id:NA +- SUG:NA +- DESC:update pytz to 2020.5 + * Thu Oct 29 2020 gaihuiying - 2020.1-2 - Type:requirement - ID:NA