- 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
This commit is contained in:
Dirk Mueller 2022-09-17 15:54:33 +00:00 committed by Git OBS Bridge
parent 7feeaaadb8
commit 700dc52754
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4c64efb275e6bc68dc6e771b17ffe0ff0f90b81a2a5189043550b6519926ba4
size 29740

BIN
freezegun-1.2.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 17 15:53:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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}