diff --git a/pytz-2021.3.tar.gz b/pytz-2021.3.tar.gz deleted file mode 100644 index 420026e5af47d27af6ea635c7fb2abf6c3e71578..0000000000000000000000000000000000000000 Binary files a/pytz-2021.3.tar.gz and /dev/null differ diff --git a/pytz-2022.4.tar.gz b/pytz-2022.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..820b1ed3e110216c576587541fc74131031a6cc1 Binary files /dev/null and b/pytz-2022.4.tar.gz differ diff --git a/pytz.spec b/pytz.spec index 398a1330e96c1e2f16c6db66401d7b8de41bdd06..d0a087ead6b0ecbdd3b0d163c6ab4b4023edc0c2 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,12 +1,12 @@ %bcond_without tests Name: pytz -Version: 2021.3 -Release: 3 +Version: 2022.4 +Release: 1 Summary: World Timezone Definitions for Python License: MIT URL: http://pytz.sourceforge.net/ -Source0: https://files.pythonhosted.org/packages/e3/8e/1cde9d002f48a940b9d9d38820aaf444b229450c0854bdf15305ce4a3d1a/pytz-2021.3.tar.gz +Source0: https://files.pythonhosted.org/packages/31/da/2d48d3499b59c7f3c5d5e1c79fcee5537c320c8ab7b7a0cd2db578bc34b3/pytz-2022.4.tar.gz Patch0: backport-pytz-zoneinfo.patch Patch1: backport-remove_tzinfo_test.patch @@ -57,6 +57,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %{python3_sitelib}/* %changelog +* Sun Apr 14 2024 OpenStack_SIG - 2022.4-1 +- Upgrade package to version 2022.4 + * Thu Jun 30 2022 gaihuiying - 2021.3-3 - Type:bugfix - ID:NA