diff --git a/python-time-machine-2.2.0.tar.gz b/python-time-machine-2.2.0.tar.gz new file mode 100644 index 0000000..a84dfbd --- /dev/null +++ b/python-time-machine-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399c037ae6ebdd42b3d0390c436fe03e79d352e4bc8207f74fe6460bf18a033d +size 24519 diff --git a/python-time-machine.changes b/python-time-machine.changes index bee87f9..872ed20 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner + +- update to version 2.2.0: + - Include type hints. + - Convert C module to use PEP 489 multi-phase extension module initialization. + This makes the module ready for Python sub-interpreters. + - Release now includes a universal2 wheel for Python 3.9 on macOS, to work on + Apple Silicon. + - Stop distributing tests to reduce package size. Tests are not intended to be + run outside of the tox setup in the repository. Repackagers can use GitHub's + tarballs per tag. + ------------------------------------------------------------------- Sat May 29 07:50:49 UTC 2021 - Sebastian Wagner diff --git a/python-time-machine.spec b/python-time-machine.spec index c8af061..efd2697 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -20,12 +20,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-time-machine Group: Development/Languages/Python -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Travel through time in your tests License: MIT URL: https://github.com/adamchainz/time-machine -Source: https://files.pythonhosted.org/packages/source/t/time_machine/time-machine-%{version}.tar.gz +# pypi packages don't contain the tests anymore since 2.2.0, see changelog +Source: https://github.com/adamchainz/time-machine/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros diff --git a/time-machine-2.1.0.tar.gz b/time-machine-2.1.0.tar.gz deleted file mode 100644 index 4aee802..0000000 --- a/time-machine-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45f442ef4fd069453c46c7d94d6c92417462db9379176bb5e51885d1e5e3b62e -size 132908