--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2026-fd6726da0c
2026-03-25 00:55:25.741747+00:00
--------------------------------------------------------------------------------

Name        : python-goocalendar
Product     : Fedora 44
Version     : 0.8.0
Release     : 1.fc44
URL         : https://code.tryton.org/goocalendar
Summary     : A calendar widget for GTK using PyGoocanvas
Description :
A calendar widget for GTK using PyGooCanvas.

Example usage::

    >>> import datetime
    >>> import goocalendar
    >>> event_store = goocalendar.EventStore()
    >>> calendar = goocalendar.Calendar(event_store)
    >>> event = goocalendar.Event('Birthday',
    ...     datetime.date.today(),
    ...     bg_color='lightgreen')
    >>> event_store.add(event)

--------------------------------------------------------------------------------
Update Information:

Initial import bz#2442990
--------------------------------------------------------------------------------
ChangeLog:

* Mon Mar 16 2026 Benson Muite <[email protected]> - 0.8.0-1
- Initial import bz#2442990
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2442990 - Review Request: python-goocalendar - A calendar widget 
for GTK using PyGoocanvas
        https://bugzilla.redhat.com/show_bug.cgi?id=2442990
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2026-fd6726da0c' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to