diff --git a/2.14.1.tar.gz b/2.14.1.tar.gz deleted file mode 100644 index 057d95a05c53b153a177f3a8fdbdbb4c3bc36819..0000000000000000000000000000000000000000 Binary files a/2.14.1.tar.gz and /dev/null differ diff --git a/python-time-machine.spec b/python-time-machine.spec index b40e30f472c5ac8aaa81b2415ea571bc221b2407..80e4fa88057597c527ab3be4f1a0e0c428ea81b4 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -3,13 +3,12 @@ %global source_name time_machine Name: python-%{pypi_name} -Version: 2.14.1 +Version: 2.15.0 Release: 1 Summary: Travel through time in your tests. - License: MIT URL: https://github.com/adamchainz/time-machine -Source0: https://github.com/adamchainz/time-machine/archive/refs/tags/2.14.1.tar.gz +Source0: https://files.pythonhosted.org/packages/b2/e8/82d358c4d53555f031c2343d1c235b56b9f3b0a60ac3adc555778fe87506/time_machine-2.15.0.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -32,7 +31,7 @@ Travel through time in your tests. %prep -%autosetup -p1 -n %{pypi_name}-%{version} +%autosetup -p1 -n %{source_name}-%{version} %build %pyproject_build @@ -48,6 +47,19 @@ Travel through time in your tests. %{python3_sitearch}/time_machine %changelog +* Mon Aug 26 2024 xuhe - 2.15.0-1 +- Update version to 2.15.0 +- Upgrade GitHub Actions upload-artifact in build workflow. +- Upgrade cibuildwheel. +- Upgrade requirements. +- Fix workflow badge visibility in README. +- Ignore Flake8 max line length errors. +- Tidy pyproject.toml readme and license fields. +- Improve MyPy configuration. +- Fix System Error on Python 3.13 and Windows. +- Build wheels for Python 3.13. +- Downgrade wheel build environment Ubuntu version. + * Mon Jun 3 2024 dongjiao - 2.14.1-1 - Update package to version 2.14.1 Support Python 3.13 alpha 4. diff --git a/time_machine-2.15.0.tar.gz b/time_machine-2.15.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8ed359dfbeb93f3f4aa174dca0d050b4c61edc22 Binary files /dev/null and b/time_machine-2.15.0.tar.gz differ