diff --git a/pytz-2024.1.tar.gz b/pytz-2024.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..67261f3c1d9e9713c69fcbf578bc91e14f5d4989 Binary files /dev/null and b/pytz-2024.1.tar.gz differ diff --git a/pytz.spec b/pytz.spec index b794e330553390ad229064eae4fdf10c350389e4..b74a96168dea952a23d43f794b9346806be63b42 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,15 +1,15 @@ -%define anolis_release 2 +%define anolis_release 1 # Allow build without test %bcond_without tests Name: pytz -Version: 2023.3 +Version: 2024.1 Release: %{anolis_release}%{?dist} Summary: World Timezone Definitions for Python License: MIT URL: http://pytz.sourceforge.net/ -Source: %pypi_source +Source0: https://files.pythonhosted.org/packages/source/p/pytz/pytz-2024.1.tar.gz Patch0: pytz-zoneinfo.patch Patch1: remove_tzinfo_test.patch @@ -74,6 +74,10 @@ rm -r %{buildroot}%{python3_sitelib}/pytz/zoneinfo %doc README.rst %changelog +* Tue Oct 28 2025 wenyuzifang - 2024.1-1 +- Updated to version 2024.1 to fix xxxxxx + + * Mon Mar 11 2024 Zhao Hang - 2023.3-2 - Rebuild with python3.11