Bug 270734 - graphics/py-webcolors: update to latest version
Summary: graphics/py-webcolors: update to latest version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-10 05:07 UTC by bitbucket63-it
Modified: 2023-04-23 11:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tota)


Attachments
Upgrade to version 1.13 (1.36 KB, patch)
2023-04-10 05:07 UTC, bitbucket63-it
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bitbucket63-it 2023-04-10 05:07:04 UTC
Created attachment 241396 [details]
Upgrade to version 1.13

devel/py-jupyterlab complained about graphics/py-webcolors being too low of a version and it wouldn't load a kernel for some reason. I took the liberty of seeing if the latest version could be installed.

So far it is working on my system and devel/py-jupyterlab is running again without throwing exceptions. The one I got was this:

The 'webcolors>=1.11; extra == "format-nongpl"' distribution was not found and is required by jsonschema

I have built and installed it from the ports directory and also have it working in poudriere. See the patch file for details.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-04-23 11:40:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=772c35e0c94a5d880bd6c4c418d4cfbeb4be7255

commit 772c35e0c94a5d880bd6c4c418d4cfbeb4be7255
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-04-18 01:58:28 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-04-23 11:39:41 +0000

    graphics/py-webcolors: Update to 1.13

    - Update to 1.13 [1]
    - Update pkg-descr

    PR:             270734 [1]
    Submitted by:   bitbucket63-it@yahoo.com [1]

 graphics/py-webcolors/Makefile  | 9 ++++++---
 graphics/py-webcolors/distinfo  | 6 +++---
 graphics/py-webcolors/pkg-descr | 3 +--
 3 files changed, 10 insertions(+), 8 deletions(-)
Comment 2 TAKATSU Tomonari freebsd_committer freebsd_triage 2023-04-23 11:41:44 UTC
Committed.
Thanks.