Bug 2211473 (review-rust-htmlescape)

Summary: Review Request: rust-htmlescape - Library for HTML entity encoding and decoding
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: Package ReviewAssignee: Fabio Valentini <decathorpe>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: decathorpe, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-01-04 00:45:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 201449, 2211172    

Description Michel Lind 2023-05-31 17:51:35 UTC
Spec URL: https://salimma.fedorapeople.org/rust-htmlescape.spec
SRPM URL: https://salimma.fedorapeople.org/rust-htmlescape-0.3.1-1.fc39.src.rpm

Description:
A library for HTML entity encoding and decoding.

Fedora Account System Username: salimma

Comment 1 Fabio Valentini 2023-06-06 20:04:30 UTC
Are you sure you want to package this? The latest release is over six years old.
I'm pretty sure the v_htmlescape crate would be a better (and faster) replacement, but I'm not even sure why nushell needs to mess with HTML escaping ...

Comment 2 Fabio Valentini 2023-06-06 20:05:33 UTC
This crate also bundles a book from Project Gutenberg, not sure if its license is acceptable, or if it would need to be stripped from the tarball.

Comment 3 Package Review 2024-01-04 00:45:50 UTC
This is an automatic action taken by review-stats script.

The ticket submitter failed to clear the NEEDINFO flag in a month.
As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews
we consider this ticket as DEADREVIEW and proceed to close it.

Comment 4 Michel Lind 2024-01-07 23:04:53 UTC
(In reply to Fabio Valentini from comment #1)
> Are you sure you want to package this? The latest release is over six years
> old.
> I'm pretty sure the v_htmlescape crate would be a better (and faster)
> replacement, but I'm not even sure why nushell needs to mess with HTML
> escaping ...

I'll take a look at this last after sorting out everything else. Hopefully switching to v_htmlescape is not too much work