Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-khal for openSUSE:Factory checked in at 2023-12-28 23:03:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-khal (Old) and /work/SRC/openSUSE:Factory/.python-khal.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-khal" Thu Dec 28 23:03:33 2023 rev:6 rq:1135465 version:0.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-khal/python-khal.changes 2022-12-21 16:06:50.878621598 +0100 +++ /work/SRC/openSUSE:Factory/.python-khal.new.28375/python-khal.changes 2023-12-28 23:05:07.042455080 +0100 @@ -1,0 +2,35 @@ +Thu Dec 28 11:15:21 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.11.2: + * FIX khal `at` also uses `event_format` not + `agenda_event_format` + * FIX duplicating an event using `p` in ikhal + * NEW Add ability to change the minimum number of months + displayed with `min_calendar_display` + * FIX ikhal don't crash when jumping long distances in time + * FIX do not use urwid's private methods, would crash with + latest urwid version + * FIX light colorscheme in ikhal, would crash with recent urwid + versions + * FIX better error messages when we cannot import an event + * FIX README.rst formatting to allow upload to PyPI + * DROPPED support for python versions < 3.8 + * UPDATED REQUIREMENT pytz is now required >= 2018.7 + * NEW test REQUIREMENT: packaging + * FIX support in tests for pytz version numbers of the format + year.month.minor + * FIX deleting of instances of recurring events in ikhal + * FIX if a `discover` collection is set to "readonly", + discovered collections will now inherit the readonly property + * FIX ikhal will not wrap date headers into the next line in + narrow terminals + * FIX `configure` should only suggest valid default collection + names + * NEW the `configure` command can now set up vdirsyncer + * NEW better error message for misuses of `at` and `list` + * NEW `discover` collection type now supports `**` (arbitrary + depths) + * NEW Add testing for Python 3.11 +- drop fix-pytz-tests.patch (upstream) + +------------------------------------------------------------------- Old: ---- fix-pytz-tests.patch khal-0.10.5.tar.gz New: ---- khal-0.11.2.tar.gz BETA DEBUG BEGIN: Old: * NEW Add testing for Python 3.11 - drop fix-pytz-tests.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-khal.spec ++++++ --- /var/tmp/diff_new_pack.l9IZmw/_old 2023-12-28 23:05:07.474470869 +0100 +++ /var/tmp/diff_new_pack.l9IZmw/_new 2023-12-28 23:05:07.474470869 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-khal # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,24 @@ # -%define skip_python36 1 -%define oldpython python +%{?sle15_python_module_pythons} Name: python-khal -Version: 0.10.5 +Version: 0.11.2 Release: 0 Summary: CLI calendar with CalDAV support License: MIT Group: Productivity/Office/Organizers URL: https://lostpackets.de/khal/ Source0: https://files.pythonhosted.org/packages/source/k/khal/khal-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix tests with latest pytz version -# https://github.com/pimutils/khal/commit/f6c9b8a53a0f12222b2ee25c82229b0605b8785a -Patch0: fix-pytz-tests.patch +BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module atomicwrites >= 0.1.7} BuildRequires: %{python_module click >= 3.2} BuildRequires: %{python_module click-log >= 0.2.0} BuildRequires: %{python_module configobj} BuildRequires: %{python_module dateutil} BuildRequires: %{python_module freezegun} +BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module icalendar >= 4.0.3} -# Test dependency added by Patch0 -BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} @@ -54,7 +50,7 @@ Requires: python-configobj Requires: python-dateutil Requires: python-icalendar -Requires: python-pytz +Requires: python-pytz >= 2018 Requires: python-pyxdg Requires: python-tzlocal Requires: python-urwid ++++++ khal-0.10.5.tar.gz -> khal-0.11.2.tar.gz ++++++ ++++ 6461 lines of diff (skipped)