diff --git a/3.0.0.tar.gz b/3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fbee518c3594a7db76912f9c9329c18921b67c5a Binary files /dev/null and b/3.0.0.tar.gz differ diff --git a/python-time-machine.spec b/python-time-machine.spec index af6a687c98aa38b1ec51a1847bcf2aa02dc40879..423813132ee9bc2fcbe6996a711809a764741268 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -1,14 +1,14 @@ %global _empty_manifest_terminate_build 0 %global pypi_name time-machine -%global source_name time_machine +%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://github.com/adamchainz/time-machine/archive/refs/tags/%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -47,6 +47,12 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Thu Nov 20 2025 dongqi - 3.0.0-1 +- Update package to version 3.0.0 + Drop Python 3.9 support + Bump the github-actions group with 2 updates + Use match statement in CLI + * 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