Accepting request 915469 from home:glaubitz:branches:devel:languages:python
- Update to version 4.1.1 * Fixed issue where digits were picked up in the unit when adjacent to the last unit. - from version 4.1.0 * Added support for more formats in ``parse_timedelta``. * #17: ``parse_timedelta`` now supports formats emitted by ``timeit``, including honoring nanoseconds at the microsecond resolution. - from version 4.0.2 * Refreshed package metadata. - Update BuildRequires from setup.py OBS-URL: https://build.opensuse.org/request/show/915469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=25
This commit is contained in:
parent
a2c06b25ab
commit
611484dc03
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 11:24:10 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 4.1.1
|
||||
* Fixed issue where digits were picked up in the unit when
|
||||
adjacent to the last unit.
|
||||
- from version 4.1.0
|
||||
* Added support for more formats in ``parse_timedelta``.
|
||||
* #17: ``parse_timedelta`` now supports formats emitted by
|
||||
``timeit``, including honoring nanoseconds at the
|
||||
microsecond resolution.
|
||||
- from version 4.0.2
|
||||
* Refreshed package metadata.
|
||||
- Update BuildRequires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 18:07:54 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tempora
|
||||
#
|
||||
# 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-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tempora
|
||||
Version: 4.0.1
|
||||
Version: 4.1.1
|
||||
Release: 0
|
||||
Summary: Objects and routines pertaining to date and time (tempora)
|
||||
License: MIT
|
||||
@ -27,8 +27,8 @@ URL: https://github.com/jaraco/tempora
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module jaraco.functools >= 1.20}
|
||||
BuildRequires: %{python_module pytest > 4.6}
|
||||
BuildRequires: %{python_module pytest-freezegun}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -38,7 +38,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-jaraco.functools >= 1.20
|
||||
Requires: python-pytz
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9af06854fafb26d3d40d3dd6402e8baefaf57f90e48fdc9a94f6b22827a60fb3
|
||||
size 20978
|
3
tempora-4.1.1.tar.gz
Normal file
3
tempora-4.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
|
||||
size 19208
|
Loading…
Reference in New Issue
Block a user