diff --git a/python-time-machine.spec b/python-time-machine.spec index 80e4fa88057597c527ab3be4f1a0e0c428ea81b4..93a3250f4b1e0aca93103817f5c728195e09b02b 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.15.0 +Version: 2.16.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/b2/e8/82d358c4d53555f031c2343d1c235b56b9f3b0a60ac3adc555778fe87506/time_machine-2.15.0.tar.gz +Source0: https://files.pythonhosted.org/packages/fb/dd/5022939b9cadefe3af04f4012186c29b8afbe858b1ec2cfa38baeec94dab/time_machine-2.16.0.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -47,6 +47,10 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Fri Oct 18 2024 Dongxing Wang - 2.16.0-1 +- Update package to version 2.16.0 + Drop Python 3.8 support. + * Mon Aug 26 2024 xuhe - 2.15.0-1 - Update version to 2.15.0 - Upgrade GitHub Actions upload-artifact in build workflow. diff --git a/time_machine-2.15.0.tar.gz b/time_machine-2.15.0.tar.gz deleted file mode 100644 index 8ed359dfbeb93f3f4aa174dca0d050b4c61edc22..0000000000000000000000000000000000000000 Binary files a/time_machine-2.15.0.tar.gz and /dev/null differ diff --git a/time_machine-2.16.0.tar.gz b/time_machine-2.16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d7672d6adc894a375c8eac0710d52fd5d98dbd6a Binary files /dev/null and b/time_machine-2.16.0.tar.gz differ