Accepting request 1004362 from devel:languages:python
- 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/request/show/1004362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freezegun?expand=0&rev=15
This commit is contained in:
commit
195374fc28
@ -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
BIN
freezegun-1.2.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-freezegun
|
Name: python-freezegun
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mock time date for Python
|
Summary: Mock time date for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/spulec/freezegun
|
URL: https://github.com/spulec/freezegun
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz
|
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 pytest}
|
||||||
BuildRequires: %{python_module python-dateutil > 2.7}
|
BuildRequires: %{python_module python-dateutil > 2.7}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user