diff --git a/3.0.0.tar.gz b/3.0.0.tar.gz deleted file mode 100644 index fbee518c3594a7db76912f9c9329c18921b67c5a..0000000000000000000000000000000000000000 Binary files a/3.0.0.tar.gz and /dev/null differ diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6de9e6a64340b89a87fa3e3a4ba904e7dea3eb8a Binary files /dev/null and b/3.1.0.tar.gz differ diff --git a/python-time-machine.spec b/python-time-machine.spec index 423813132ee9bc2fcbe6996a711809a764741268..a57f2e337e57fefc526e2088f226937280f29346 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.0.0 +Version: 3.1.0 Release: 1 Summary: Travel through time in your tests. License: MIT @@ -47,6 +47,10 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Mon Nov 24 2025 lixiaoyong - 3.1.0-1 +- Update package to version 3.1.0 + Optimize patching of uuid module + * Thu Nov 20 2025 dongqi - 3.0.0-1 - Update package to version 3.0.0 Drop Python 3.9 support