diff --git a/python-time-machine-2.6.0.tar.gz b/python-time-machine-2.6.0.tar.gz deleted file mode 100644 index d272825..0000000 --- a/python-time-machine-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3587f0913f8fa326a7dc8452b31cf1fe77307acb0bb1805e2915dfcc08cc77b8 -size 26242 diff --git a/python-time-machine-2.8.1.tar.gz b/python-time-machine-2.8.1.tar.gz new file mode 100644 index 0000000..89e27be --- /dev/null +++ b/python-time-machine-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c895e05fc1bca768c4954727f35e3de17219441b93fd56a87a176152bffb8a0 +size 27135 diff --git a/python-time-machine.changes b/python-time-machine.changes index faebaa3..6ca8b63 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 18 07:00:08 UTC 2022 - Sebastian Wagner + +- update to version 2.8.1: + - Actually build Python 3.11 wheels. +- update to version 2.8.0: + - Build Python 3.11 wheels. +- update to version 2.7.1: + - Fix usage of ``ZoneInfo`` from the ``backports.zoneinfo`` package. + This makes ``ZoneInfo`` support work for Python < 3.9. +- update to version 2.7.0: + - Support Python 3.11 (no wheels yet, they will only be available when Python 3.11 is RC when the ABI is stable). + ------------------------------------------------------------------- Tue Jan 11 10:01:09 UTC 2022 - Sebastian Wagner diff --git a/python-time-machine.spec b/python-time-machine.spec index 90f0b11..c7228d1 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-time-machine Group: Development/Languages/Python -Version: 2.6.0 +Version: 2.8.1 Release: 0 Summary: Travel through time in your tests License: MIT @@ -29,10 +29,11 @@ Source: https://github.com/adamchainz/time-machine/archive/refs/tags/%{v BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -# SECTION +# SECTION tests BuildRequires: %{python_module pytest} BuildRequires: %{python_module dateutil} BuildRequires: %{python_module pytzdata} +BuildRequires: python38-backports.zoneinfo # /SECTION BuildRequires: fdupes BuildRequires: python-rpm-generators