diff --git a/python-dateutil-2.8.2.tar.gz b/python-dateutil-2.8.2.tar.gz deleted file mode 100644 index f73bc9ee925c0392d286c2761390ee47c003ad73..0000000000000000000000000000000000000000 Binary files a/python-dateutil-2.8.2.tar.gz and /dev/null differ diff --git a/python-dateutil-2.9.0.tar.gz b/python-dateutil-2.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d4a8019b31751266af0d963862cb7cbaa6e53ef3 Binary files /dev/null and b/python-dateutil-2.9.0.tar.gz differ diff --git a/python-dateutil.spec b/python-dateutil.spec index 046bcf0f34d609f862fb9bb6522b70a2e029dc45..4227e9e56f04d2ebec279b731ba5c89a46dc338a 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -2,8 +2,8 @@ %global _description The dateutil module provides powerful extensions to the standard datetime module, available in Python. Name: python-dateutil -Version: 2.8.2 -Release: 3 +Version: 2.9.0 +Release: 1 Epoch: 1 Summary: Powerful extensions to datetime License: Apache 2.0 or BSD or Python @@ -53,6 +53,14 @@ export LANG=en_US.UTF-8 %doc NEWS PKG-INFO RELEASING %changelog +* Mon Jul 22 2024 lixiaoyong - 1:2.9.0-1 +- Type:update +- ID:NA +- SUG:NA +- DESC:update version to 2.9.0 + Made all dateutil submodules lazily imported using PEP 562 + Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12 + * Tue Aug 09 2022 shixuantong - 2.8.2-3 - Type:bugfix - ID:NA