- update to 1.2.1:

* Added missing typeshed types from distribution
  * Pass all arguments on recursive freeze_time calls
  * Add support for `time.perf_counter` (and `…_ns`)
  * Added typeshed types
  * Dropped support for python 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=40
This commit is contained in:
Dirk Mueller 2022-06-04 14:47:00 +00:00 committed by Git OBS Bridge
parent c1a8d418a3
commit 7feeaaadb8
4 changed files with 15 additions and 5 deletions

View File

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

3
freezegun-1.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Added missing typeshed types from distribution
* Pass all arguments on recursive freeze_time calls
* Add support for `time.perf_counter` (and `…_ns`)
* Added typeshed types
* Dropped support for python 3.5
-------------------------------------------------------------------
Fri Apr 16 12:47:48 UTC 2021 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-freezegun
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-freezegun
Version: 1.1.0
Version: 1.2.1
Release: 0
Summary: Mock time date for Python
License: Apache-2.0