diff --git a/fix-license.patch b/fix-license.patch new file mode 100644 index 0000000000000000000000000000000000000000..3877516f310fc9233dc413f993b4f289d1329553 --- /dev/null +++ b/fix-license.patch @@ -0,0 +1,21 @@ +diff -Nur time_machine-2.17.0.old/pyproject.toml time_machine-2.17.0.new/pyproject.toml +--- time_machine-2.17.0.old/pyproject.toml 2025-08-08 12:18:23.116272907 +0800 ++++ time_machine-2.17.0.new/pyproject.toml 2025-08-08 12:22:27.145790848 +0800 +@@ -19,8 +19,7 @@ + "time", + "warp", + ] +-license = "MIT" +-license-files = [ "LICENSE" ] ++license = {text = "MIT"} + authors = [ + { name = "Adam Johnson", email = "me@adamj.eu" }, + ] +@@ -37,7 +36,6 @@ + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", +- "Programming Language :: Python :: 3.14", + "Typing :: Typed", + ] + dependencies = [ diff --git a/python-time-machine.spec b/python-time-machine.spec index 93a3250f4b1e0aca93103817f5c728195e09b02b..9f5c2f389d30c444c7d11c4088bb1b16d7fdba47 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -3,12 +3,13 @@ %global source_name time_machine Name: python-%{pypi_name} -Version: 2.16.0 +Version: 2.17.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/fb/dd/5022939b9cadefe3af04f4012186c29b8afbe858b1ec2cfa38baeec94dab/time_machine-2.16.0.tar.gz +Source0: https://files.pythonhosted.org/packages/29/17/4a28bd7834a98b8fa2f96c6af9b22822f75f0e7593653b5b3234e559a8d8/time_machine-2.17.0.tar.gz +Patch0: fix-license.patch BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -47,6 +48,11 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Fri Aug 08 2025 dongqi - 2.17.0-1 +- Update package to version 2.17.0 +- Upgrade dependencies +- Add migration CLI command + * Fri Oct 18 2024 Dongxing Wang - 2.16.0-1 - Update package to version 2.16.0 Drop Python 3.8 support. diff --git a/time_machine-2.16.0.tar.gz b/time_machine-2.16.0.tar.gz deleted file mode 100644 index d7672d6adc894a375c8eac0710d52fd5d98dbd6a..0000000000000000000000000000000000000000 Binary files a/time_machine-2.16.0.tar.gz and /dev/null differ diff --git a/time_machine-2.17.0.tar.gz b/time_machine-2.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d5e7fa824131943879700aed7a4509385c81add2 Binary files /dev/null and b/time_machine-2.17.0.tar.gz differ