diff --git a/python-time-machine.spec b/python-time-machine.spec index af6a687c98aa38b1ec51a1847bcf2aa02dc40879..50172f4c005851264721c3239f34c33b965bc759 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -3,12 +3,12 @@ %global source_name time_machine Name: python-%{pypi_name} -Version: 2.19.0 +Version: 3.0.0 Release: 1 Summary: Travel through time in your tests. License: MIT URL: https://github.com/adamchainz/time-machine -Source0: https://files.pythonhosted.org/packages/f8/a4/1b5fdd165f61b67f445fac2a7feb0c655118edef429cd09ff5a8067f7f1d/time_machine-2.19.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/time_machine/time_machine-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -47,6 +47,12 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Fri Nov 21 2025 Yu Peng - 3.0.0-1 +- Upgrade to 3.0.0 + * Remove mocking of time.monotonic() and time.monotonic_ns(). + * Rename the Coordinates class to Traveller, to match the recommended context manager variable name. + * Drop Python 3.9 support. + * Fri Sep 05 2025 dongjiao - 2.19.0-1 - Update package to version 2.19.0 Support free-threaded Python. diff --git a/time_machine-2.19.0.tar.gz b/time_machine-2.19.0.tar.gz deleted file mode 100644 index 9b6d4274458d7d1717eff840087eb02ea2afd0fb..0000000000000000000000000000000000000000 Binary files a/time_machine-2.19.0.tar.gz and /dev/null differ diff --git a/time_machine-3.0.0.tar.gz b/time_machine-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..79387223743d850fd308fde15c1a96f3f1973b7b Binary files /dev/null and b/time_machine-3.0.0.tar.gz differ