Accepting request 980773 from devel:languages:python
- 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/request/show/980773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freezegun?expand=0&rev=14
This commit is contained in:
commit
dbece16a83
@ -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
3
freezegun-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c64efb275e6bc68dc6e771b17ffe0ff0f90b81a2a5189043550b6519926ba4
|
||||
size 29740
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user