-
4a121655
by Benjamin Drung at 2024-10-02T17:11:38+02:00
New upstream version 2024b
-
64065235
by Benjamin Drung at 2024-10-02T17:11:39+02:00
Update upstream source from tag 'upstream/2024b'
Update to upstream version '2024b'
with Debian dir df91d4d734253f885eeac3ba8d002b193c6a4f58
-
5e3b7684
by Benjamin Drung at 2024-10-02T17:12:43+02:00
Refresh patches
-
b226187b
by Benjamin Drung at 2024-10-02T17:25:49+02:00
Add autopkgtest test case for 2024b release
-
6f50e555
by Benjamin Drung at 2024-10-02T18:20:22+02:00
Move Asia/Choibalsan to tzdata-legacy
Update Asia/Choibalsan to Asia/Ulaanbaatar on upgrade and move
Asia/Choibalsan to tzdata-legacy.
-
30467bb9
by Benjamin Drung at 2024-10-02T18:33:37+02:00
Drop Asia/Choibalsan from debconf translations
-
7fd91bf1
by Benjamin Drung at 2024-10-02T18:24:08+02:00
Bump Standards-Version to 4.7.0
-
38fe21d1
by Benjamin Drung at 2024-10-02T18:42:10+02:00
Work around AttributeError: module 'icu' has no attribute 'Locale'
´debian/generate_debconf_templates` fails:
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/natsort/__init__.py", line 3, in <module>
from natsort.natsort import (
File "/usr/lib/python3/dist-packages/natsort/natsort.py", line 846, in <module>
os_sort_key = os_sort_keygen()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/natsort/natsort.py", line 814, in os_sort_keygen
loc = natsort.compat.locale.get_icu_locale()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/natsort/compat/locale.py", line 42, in get_icu_locale
return cast(str, icu.Locale(".".join(getlocale())))
^^^^^^^^^^
AttributeError: module 'icu' has no attribute 'Locale'
```
This is caused by Python trying to import `icu` from the local directory
`debian/icu`.
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
-
55df6804
by Benjamin Drung at 2024-10-02T18:42:33+02:00
Release tzdata 2024b-1
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>