Accepting request 867591 from devel:languages:python
- update to 1.1.0: * Add support for `time.monotonic` (and `…_ns`) * Allow to configure default ignore list, and also to just extend the default * Fixed when accessing from thread after stop() OBS-URL: https://build.opensuse.org/request/show/867591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freezegun?expand=0&rev=12
This commit is contained in:
commit
50cdd54f54
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cf08e441f913ff5e59b19cc065a8faa9dd1ddc442eaf0375294f344581a0643
|
||||
size 27426
|
3
freezegun-1.1.0.tar.gz
Normal file
3
freezegun-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:177f9dd59861d871e27a484c3332f35a6e3f5d14626f2bf91be37891f18927f3
|
||||
size 29923
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 22:52:22 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* Add support for `time.monotonic` (and `…_ns`)
|
||||
* Allow to configure default ignore list, and also to just extend the default
|
||||
* Fixed when accessing from thread after stop()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 20 01:42:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-freezegun
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-freezegun
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Mock time date for Python
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user