diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tzdata.spec | 28 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 27 insertions, 4 deletions
@@ -1 +1,2 @@ /tzdata-2024.1.tar.gz +/tzdata-2025.2.tar.gz diff --git a/python-tzdata.spec b/python-tzdata.spec index 79191bc..ad6b8c2 100644 --- a/python-tzdata.spec +++ b/python-tzdata.spec @@ -1,7 +1,7 @@ %global pypi_name tzdata Name: python-tzdata -Version: 2024.1 +Version: 2025.2 Release: 1 License: MIT Summary: Provider of IANA time zone data @@ -25,10 +25,10 @@ Provider of IANA time zone data. %autosetup -n %{pypi_name}-%{version} %build -%pyproject_build +%py3_build %install -%pyproject_install +%py3_install %files -n python3-%{pypi_name} %license LICENSE @@ -37,5 +37,27 @@ Provider of IANA time zone data. %changelog +* Thu Jul 31 2025 yaoxin <1024769339@qq.com> - 2025.2-1 +- Update to 2025.2: + * Upstream version 2025b released 2025-03-22T20:40:46+00:00 + * New zone for Aysén Region in Chile which moves from -04/-03 + to -03. + * Chile's Aysén Region moves from -04/-03 to -03 year-round, + joining Magallanes Region. + * Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not + at year end. + +* Tue Mar 04 2025 Ge Wang <wang__ge@126.com> - 2025.1-1 +- Update package to version 2025.1 + * Paraguay adopts permanent -03 starting spring 2024 + * Improve pre-1991 data for the Philippines + +* Thu Oct 24 2024 shaoning <shaoning@kylinos.cn> - 2024.2-1 +- Update package to version 2024.2 + * Add support for Python 3.13 + * Drop 3.6 and 3.7 to support Matrix + * Remove POSIXRULES= from make invocation + * Update tzdata to 2024b + * Mon Feb 19 2024 wangkai <13474090681@163.com> - 2024.1-1 - Package init @@ -1 +1 @@ -6ffd87c74f67524f8e58ae32868c1a95 tzdata-2024.1.tar.gz +4bdb835cd41b39c78b219cbb93cf1cd8 tzdata-2025.2.tar.gz |