Accepting request 1225320 from devel:languages:python
- add missing requires on dateutil - Update to 5.7.0 * Add a tzinfos mapping and parse method for easy datetime parsing with timezone support. - Update to version 5.1.0 OBS-URL: https://build.opensuse.org/request/show/1225320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=23
This commit is contained in:
commit
918b5a0ca8
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 15:25:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add missing requires on dateutil
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 12:05:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 5.7.0
|
||||
* Add a tzinfos mapping and parse method for
|
||||
easy datetime parsing with timezone support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 15:18:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -69,7 +81,7 @@ Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 13:41:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 5.1.0
|
||||
- Update to version 5.1.0
|
||||
* Introduced infer_datetime and added some type hints.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tempora
|
||||
Version: 5.6.0
|
||||
Version: 5.7.0
|
||||
Release: 0
|
||||
Summary: Objects and routines pertaining to date and time (tempora)
|
||||
License: MIT
|
||||
@ -43,6 +43,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros >= 20210929
|
||||
Requires: python-jaraco.functools >= 1.20
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-tzdata
|
||||
BuildArch: noarch
|
||||
|
||||
|
BIN
tempora-5.6.0.tar.gz
(Stored with Git LFS)
BIN
tempora-5.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
tempora-5.7.0.tar.gz
Normal file
3
tempora-5.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:888190a2dbe3255ff26dfa9fcecb25f4d38434c0f1943cd61de98bb41c410c50
|
||||
size 22239
|
Loading…
x
Reference in New Issue
Block a user