diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz deleted file mode 100644 index 6de9e6a64340b89a87fa3e3a4ba904e7dea3eb8a..0000000000000000000000000000000000000000 Binary files a/3.1.0.tar.gz and /dev/null differ diff --git a/3.2.0.tar.gz b/3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b1f6e14a01a772aeb22490efb92a581ab92a969b Binary files /dev/null and b/3.2.0.tar.gz differ diff --git a/python-time-machine.spec b/python-time-machine.spec index a57f2e337e57fefc526e2088f226937280f29346..8ee4d45e46eb5a10b4c03567f4f703582c56fefb 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -3,7 +3,7 @@ %global source_name time-machine Name: python-%{pypi_name} -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Travel through time in your tests. License: MIT @@ -47,6 +47,12 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Fri Dec 19 2025 yangengLiu - 3.2.0-1 +- update version 3.2.0 +- Raise RuntimeError if freezegun is active when starting time-machine +- Add naive_mode attribute to control handling of naive datetimes +- Change freezegun detection + * Mon Nov 24 2025 lixiaoyong - 3.1.0-1 - Update package to version 3.1.0 Optimize patching of uuid module