1
0

- update to 4.3:

* Improved the error message when the ZoneInfo cannot be found
  * Don't error out because we find multiple possible timezones
    for a symlink.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzlocal?expand=0&rev=35
This commit is contained in:
Dirk Mueller 2023-05-03 09:22:40 +00:00 committed by Git OBS Bridge
parent 90f25e244d
commit 1ddf26d4e0
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bbfaedb6083467003bd1a622a412a7b2f1608f45b2d9132bf936f55fe72d65e
size 23649

BIN
4.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 3 09:22:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.3:
* Improved the error message when the ZoneInfo cannot be found
* Don't error out because we find multiple possible timezones
for a symlink.
-------------------------------------------------------------------
Fri Apr 21 12:38:12 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%define modname tzlocal
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 4.2
Version: 4.3
Release: 0
Summary: tzinfo object for the local timezone
License: MIT