Bug 2442990 - Review Request: python-goocalendar - A calendar widget for GTK using PyGoocanvas
Summary: Review Request: python-goocalendar - A calendar widget for GTK using PyGoocanvas
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Phil Wyett
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2440336
TreeView+ depends on / blocked
 
Reported: 2026-02-26 12:40 UTC by Benson Muite
Modified: 2026-03-25 01:38 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-03-25 00:55:39 UTC
Type: ---
Embargoed:
philip.wyett: fedora-review+


Attachments (Terms of Use)

Description Benson Muite 2026-02-26 12:40:40 UTC
spec: https://fed500.fedorapeople.org/python-goocalendar.spec
srpm: https://fed500.fedorapeople.org/python-goocalendar-0.8.0-1.fc43.src.rpm

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)

fas: fed500

Reproducible: Always

Comment 1 Phil Wyett 2026-03-09 11:57:52 UTC
Hi,

I thought I would take this package as it is a dep I need.

* Builds - Local: Good

* Builds - COPR: Good

* RPM Lint: Good

  - For upstream: python3-goocalendar.noarch: E: incorrect-fsf-address /usr/lib/python3.14/site-packages/goocalendar-0.8.0.dist-info/licenses/LICENSE

* Installs: Good

* Works with other source: Good

Summary
=======

Looks good here, marking as '+'. Ready for repo request and importing to Fdora.

Regards

Phil

Comment 2 Fedora Admin user for bugzilla script actions 2026-03-16 05:16:22 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/python-goocalendar

Comment 3 Fedora Update System 2026-03-16 06:01:50 UTC
FEDORA-2026-e1b97ec954 (python-goocalendar-0.8.0-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-e1b97ec954

Comment 4 Fedora Update System 2026-03-16 06:02:27 UTC
FEDORA-2026-fd6726da0c (python-goocalendar-0.8.0-1.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-fd6726da0c

Comment 5 Benson Muite 2026-03-16 06:31:29 UTC
Thanks for the review.

https://release-monitoring.org/project/24460/

Comment 6 Fedora Update System 2026-03-17 02:05:13 UTC
FEDORA-2026-fd6726da0c has been pushed to the Fedora 44 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-fd6726da0c \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-fd6726da0c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2026-03-17 03:08:06 UTC
FEDORA-2026-e1b97ec954 has been pushed to the Fedora 43 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-e1b97ec954 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-e1b97ec954

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 8 Fedora Update System 2026-03-25 00:55:39 UTC
FEDORA-2026-fd6726da0c (python-goocalendar-0.8.0-1.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 9 Fedora Update System 2026-03-25 01:38:56 UTC
FEDORA-2026-e1b97ec954 (python-goocalendar-0.8.0-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.