diff --git a/python-time-machine.spec b/python-time-machine.spec index a11f2f0f9d9a824c196e73784d7f5a07b72102b5..832d92abb0e6391b903e796ef99e6228291c8fab 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.10.0 +Version: 2.13.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/ac/60/0793032eef5b1dcab2aee60deb5cf3e42fc6437cfa7428a87e2745f5d640/time_machine-2.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/48/50/d0c443bc1287dc20a22597346864175774d39f40239223f95fb03d70a044/time_machine-2.13.0.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -48,5 +48,11 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* 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(). + Add shift() method to the time_machine pytest fixture. + Fix documentation about using local time for naive date(time) strings. + * Sun Jun 18 2023 Dongxing Wang - 2.10.0-1 - Initial package 2.10.0 for isort test diff --git a/time_machine-2.10.0.tar.gz b/time_machine-2.10.0.tar.gz deleted file mode 100644 index bcea11da31d06aabe5fee0ebbc8e7b1b2b081939..0000000000000000000000000000000000000000 Binary files a/time_machine-2.10.0.tar.gz and /dev/null differ diff --git a/time_machine-2.13.0.tar.gz b/time_machine-2.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..31636c89d4ccd0da2948f1b425527021cfcbb658 Binary files /dev/null and b/time_machine-2.13.0.tar.gz differ