diff --git a/2.14.1.tar.gz b/2.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..057d95a05c53b153a177f3a8fdbdbb4c3bc36819 Binary files /dev/null and b/2.14.1.tar.gz differ diff --git a/python-time-machine.spec b/python-time-machine.spec index 832d92abb0e6391b903e796ef99e6228291c8fab..b40e30f472c5ac8aaa81b2415ea571bc221b2407 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -3,13 +3,13 @@ %global source_name time_machine Name: python-%{pypi_name} -Version: 2.13.0 +Version: 2.14.1 Release: 1 Summary: Travel through time in your tests. License: MIT URL: https://github.com/adamchainz/time-machine -Source0: https://files.pythonhosted.org/packages/48/50/d0c443bc1287dc20a22597346864175774d39f40239223f95fb03d70a044/time_machine-2.13.0.tar.gz +Source0: https://github.com/adamchainz/time-machine/archive/refs/tags/2.14.1.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -32,7 +32,7 @@ Travel through time in your tests. %prep -%autosetup -p1 -n %{source_name}-%{version} +%autosetup -p1 -n %{pypi_name}-%{version} %build %pyproject_build @@ -48,6 +48,11 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Mon Jun 3 2024 dongjiao - 2.14.1-1 +- Update package to version 2.14.1 + Support Python 3.13 alpha 4. + Some bug fix + * Fri Mar 1 2024 Dongxing Wang - 2.13.0-1 - Update package to version 2.13.0 Add support for datetime.timedelta to time_machine.travel(). diff --git a/time_machine-2.13.0.tar.gz b/time_machine-2.13.0.tar.gz deleted file mode 100644 index 31636c89d4ccd0da2948f1b425527021cfcbb658..0000000000000000000000000000000000000000 Binary files a/time_machine-2.13.0.tar.gz and /dev/null differ