Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-03-05 Thread Arnout Vandecappelle
Sandro Tosi schreef op 3 maart 2023 21:05:03 CET: >> This bug is about the warning, not about the fact that the bundled zoninfo >> database is missing. > >not exactly > >even if these APIs are deprecated upstream, i think breaking them on >purpose (by removing the bundled timezone file) is

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-03-03 Thread Sandro Tosi
> This bug is about the warning, not about the fact that the bundled zoninfo > database is missing. not exactly even if these APIs are deprecated upstream, i think breaking them on purpose (by removing the bundled timezone file) is uncalled for. Either we reintroduce the timezone file (that may

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-03-03 Thread Arnout Vandecappelle
 [I picked up this bug as part of a Debian bugsquashing sprint together with my colleagues.]  Since there's been some back-and-forth in this thread, let me first summarize the status. - The following will print an ugly warning: In [1]: from dateutil import zoneinfo In [2]:

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-22 Thread James Addison
Package: python3-dateutil Followup-For: Bug #1003044 X-Debbugs-Cc: michael.pfu...@sartorius.com Control: retitle -1 internal 'getzoneinfofile_stream' method emits a warning message Control: forwarded -1 https://github.com/dateutil/dateutil/issues/903 Control: tags -1 moreinfo On Tue, 21 Feb 2023

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-21 Thread Felix Geyer
On 21.02.23 20:46, Sandro Tosi wrote: it produces output on stderr, which many tools consider it an error and fails build. When raising the severity of a bug to grave I would expect some concrete details on what exactly is broken instead of a hand-wavy "breaks some stuff". But anyway let's

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-21 Thread Sandro Tosi
On Sun, Jan 29, 2023 at 9:45 AM Felix Geyer wrote: > > On Sat, 7 Jan 2023 03:34:19 -0500 Sandro Tosi wrote: > > > python-dateutil expects to have 'dateutil-zoneinfo.tar.gz' in it's > > > directory > > > tree, but this file is removed in the packaging. > > > > > > Error: > > >

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-21 Thread James Addison
Package: python3-dateutil Followup-For: Bug #1003044 Control: tags -1 moreinfo On Tue, 21 Feb 2023 00:35:16 +, James Addison wrote: > The repro step attempted was to open a Python interpreter session and to > enter: > from matplotlib.dates import DateFormatter > > (that succeeded and did

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-20 Thread James Addison
Package: python3-dateutil Followup-For: Bug #1003044 I'm unable to replicate a matplotlib failure so far when using: * python3-dateutil 2.8.2-1 * python3-matplotlib 3.6.3-1+b1 The repro step attempted was to open a Python interpreter session and to enter: from matplotlib.dates import

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-01-29 Thread Felix Geyer
On Sat, 7 Jan 2023 03:34:19 -0500 Sandro Tosi wrote: > python-dateutil expects to have 'dateutil-zoneinfo.tar.gz' in it's directory > tree, but this file is removed in the packaging. > > Error: > "/usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning: > I/O error(2):

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-01-07 Thread Sandro Tosi
control: severity -1 grave On Mon, 3 Jan 2022 08:41:20 + "Pfuetz, Michael" wrote: > Subject: python3-dateutil: python_dateutil get_zonefile_instance > functionality is broken (no zoneinfo found) > Package: python3-dateutil > X-Debbugs-Cc: michael.pfu...@sartorius.com > Version: 2.8.1-6 >