From 098d75b32ca9dfc53001a3c5fbb3c4af642240f9 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 13 Mar 2024 13:46:53 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: mgb01105731 --- python-freezegun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-freezegun.spec b/python-freezegun.spec index 559f475..35ca9f3 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global modname freezegun %global sum Let your Python tests travel through time @@ -72,5 +72,8 @@ pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_m %doc README.rst %changelog +* Wed Mar 13 2024 mgb01105731 - 1.2.2-2 +- Rebuild with python3.11 + * Wed Mar 29 2023 yuanhui - 1.2.2-1 - Init package from upstream -- Gitee