From 700dc52754336a160307c998779d2b39543c615d257fda6814dd40df517f16e7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Sep 2022 15:54:33 +0000 Subject: [PATCH] - update to 1.2.2: * Removes Python 3.6 support * Improved static typing definitions * Don't freeze pytest timings. This avoids class-level decorator usage * messing with pytest timings. Pass through all setUp and tearDown arguments OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=42 --- freezegun-1.2.1.tar.gz | 3 --- freezegun-1.2.2.tar.gz | 3 +++ python-freezegun.changes | 9 +++++++++ python-freezegun.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 freezegun-1.2.1.tar.gz create mode 100644 freezegun-1.2.2.tar.gz diff --git a/freezegun-1.2.1.tar.gz b/freezegun-1.2.1.tar.gz deleted file mode 100644 index 4898350..0000000 --- a/freezegun-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4c64efb275e6bc68dc6e771b17ffe0ff0f90b81a2a5189043550b6519926ba4 -size 29740 diff --git a/freezegun-1.2.2.tar.gz b/freezegun-1.2.2.tar.gz new file mode 100644 index 0000000..a9e6830 --- /dev/null +++ b/freezegun-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446 +size 30670 diff --git a/python-freezegun.changes b/python-freezegun.changes index d8f4e90..9cae585 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Sep 17 15:53:33 UTC 2022 - Dirk Müller + +- update to 1.2.2: + * Removes Python 3.6 support + * Improved static typing definitions + * Don't freeze pytest timings. This avoids class-level decorator usage + * messing with pytest timings. Pass through all setUp and tearDown arguments + ------------------------------------------------------------------- Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller diff --git a/python-freezegun.spec b/python-freezegun.spec index fbfaf37..7b7cad6 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -17,14 +17,14 @@ %{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-freezegun -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Mock time date for Python License: Apache-2.0 URL: https://github.com/spulec/freezegun Source: https://files.pythonhosted.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil > 2.7} BuildRequires: %{python_module setuptools}