Compare commits

3 Commits

Author SHA256 Message Date
3b1410dac7 Accepting request 1289707 from devel:languages:python
- Update to 0.13.0:
  * icalendar >= 6.0.0 is now required.

- Update to 0.12.0:
  * FIX Don't install tests module.
- Update to 0.11.4:
  * optimization in ikhal when editing events in the far future or past
  * FIX an issue in ikhal with updating the view of the event list after editing
    an event
  * NEW properties of ikhal themes (dark and light) can now be overriden from the
    config file (via the new [palette] section, check the documenation)
  * NEW timedelta strings can now have a leading ``+``, e.g. ``+1d``
  * NEW Add ``--json`` option to output event data as JSON objects
  * NEW Add default alarms configuration option
  * FIX defaults for ``default_event_duration`` and ``default_dayevent_duration``
    where mixed up, ``default_dayevent_duration`` is the default for all-day events
  * NEW event format option ``status-symbol`` which represents the status of an
    event with a symbol (e.g. ``✓`` for confirmed, ``✗`` for cancelled, ``?`` for
    tentative)
  * NEW event format option ``partstat-symbol`` which represents the participation
    status of an event with a symbol (e.g. ``✓`` for accepted, ``✗`` for declined,
    ``?`` for tentative); partication status is shown for the email addresses
    configured for the event's calendar
  * NEW support for color theme, command, and formatter plugins
  * FIX an issue where ikhal would forget changes to time or date fields if you
    left the field with page up/down or meta+enter
  * CHANGE various UI improvments to ikhal.
  * FIX Deleting multiple of instances of a recurring event in ikhal
  * NEW Add ``enable_mouse`` configuration option.

OBS-URL: https://build.opensuse.org/request/show/1289707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-khal?expand=0&rev=8
2025-07-02 10:12:20 +00:00
da1d0b3946 - Update to 0.13.0:
* icalendar >= 6.0.0 is now required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-khal?expand=0&rev=15
2025-07-02 03:14:16 +00:00
Danilo Spinella
6cc6fe8ffd Accepting request 1269159 from home:dspinella:branches:devel:languages:python
- Update to 0.12.0:
  * FIX Don't install tests module.
- Update to 0.11.4:
  * optimization in ikhal when editing events in the far future or past
  * FIX an issue in ikhal with updating the view of the event list after editing
    an event
  * NEW properties of ikhal themes (dark and light) can now be overriden from the
    config file (via the new [palette] section, check the documenation)
  * NEW timedelta strings can now have a leading ``+``, e.g. ``+1d``
  * NEW Add ``--json`` option to output event data as JSON objects
  * NEW Add default alarms configuration option
  * FIX defaults for ``default_event_duration`` and ``default_dayevent_duration``
    where mixed up, ``default_dayevent_duration`` is the default for all-day events
  * NEW event format option ``status-symbol`` which represents the status of an
    event with a symbol (e.g. ``✓`` for confirmed, ``✗`` for cancelled, ``?`` for
    tentative)
  * NEW event format option ``partstat-symbol`` which represents the participation
    status of an event with a symbol (e.g. ``✓`` for accepted, ``✗`` for declined,
    ``?`` for tentative); partication status is shown for the email addresses
    configured for the event's calendar
  * NEW support for color theme, command, and formatter plugins
  * FIX an issue where ikhal would forget changes to time or date fields if you
    left the field with page up/down or meta+enter
  * CHANGE various UI improvments to ikhal.
  * FIX Deleting multiple of instances of a recurring event in ikhal
  * NEW Add ``enable_mouse`` configuration option.

OBS-URL: https://build.opensuse.org/request/show/1269159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-khal?expand=0&rev=14
2025-04-14 08:20:46 +00:00
4 changed files with 50 additions and 16 deletions

View File

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

3
khal-0.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68fea8cd704e387e81b669c90322a8dafb4374f5876b07170c9c6e23415a3ee0
size 209200

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Wed Jul 2 03:14:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.13.0:
* icalendar >= 6.0.0 is now required.
-------------------------------------------------------------------
Mon Apr 14 07:49:41 UTC 2025 - Danilo Spinella <danilo.spinella@suse.com>
- Update to 0.12.0:
* FIX Don't install tests module.
- Update to 0.11.4:
* optimization in ikhal when editing events in the far future or past
* FIX an issue in ikhal with updating the view of the event list after editing
an event
* NEW properties of ikhal themes (dark and light) can now be overriden from the
config file (via the new [palette] section, check the documenation)
* NEW timedelta strings can now have a leading ``+``, e.g. ``+1d``
* NEW Add ``--json`` option to output event data as JSON objects
* NEW Add default alarms configuration option
* FIX defaults for ``default_event_duration`` and ``default_dayevent_duration``
where mixed up, ``default_dayevent_duration`` is the default for all-day events
* NEW event format option ``status-symbol`` which represents the status of an
event with a symbol (e.g. ``✓`` for confirmed, ``✗`` for cancelled, ``?`` for
tentative)
* NEW event format option ``partstat-symbol`` which represents the participation
status of an event with a symbol (e.g. ``✓`` for accepted, ``✗`` for declined,
``?`` for tentative); partication status is shown for the email addresses
configured for the event's calendar
* NEW support for color theme, command, and formatter plugins
* FIX an issue where ikhal would forget changes to time or date fields if you
left the field with page up/down or meta+enter
* CHANGE various UI improvments to ikhal.
* FIX Deleting multiple of instances of a recurring event in ikhal
* NEW Add ``enable_mouse`` configuration option.
-------------------------------------------------------------------
Mon Feb 12 17:39:35 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-khal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,38 +18,37 @@
%{?sle15_python_module_pythons}
Name: python-khal
Version: 0.11.3
Version: 0.13.0
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
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}
BuildRequires: %{python_module icalendar >= 6.0.0}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module pyxdg}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module tzlocal >= 1.0}
BuildRequires: %{python_module urwid >= 1.3.0}
BuildRequires: %{python_module urwid >= 2.6.15}
BuildRequires: %{python_module urwid >= 2.6.15}
BuildRequires: %{python_module vdirsyncer}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-atomicwrites
Requires: python-click
Requires: python-click-log
Requires: python-configobj
Requires: python-dateutil
Requires: python-icalendar
Requires: python-icalendar >= 6.0.0
Requires: python-python-dateutil
Requires: python-pytz >= 2018
Requires: python-pyxdg
Requires: python-tzlocal
@@ -83,7 +82,6 @@ Fish shell completions for khal
%package -n python-khal-zsh-completion
Summary: ZSH completion for khal
Group: Productivity/File utilities
Supplements: (khal and zsh)
BuildArch: noarch
@@ -94,14 +92,14 @@ zsh shell completions for khal
%autosetup -p1 -n khal-%{version}
%build
%python_build
%pyproject_wheel
for shell in bash zsh fish; do
PYTHONPATH="$PWD" _KHAL_COMPLETE=${shell}_source python3 ./bin/khal >khal.$shell
done
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/khal
%python_clone -a %{buildroot}%{_bindir}/ikhal
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -133,7 +131,7 @@ donttest+=" or test_bogota or test_event_no_dst"
%license COPYING
%doc AUTHORS.txt CONTRIBUTING.rst README.rst khal.conf.sample
%{python_sitelib}/khal
%{python_sitelib}/khal-%{version}*-info
%{python_sitelib}/khal-%{version}.dist-info
%python_alternative %{_bindir}/khal
%python_alternative %{_bindir}/ikhal