Bug 283532 - archivers/py-inflate64: Update to New Version 1.0.1
Summary: archivers/py-inflate64: Update to New Version 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-23 23:03 UTC by Matthew Wener
Modified: 2025-02-18 14:33 UTC (History)
1 user (show)

See Also:
matthew: maintainer-feedback+


Attachments
py-inflate64 v1.0.1 (1.21 KB, patch)
2024-12-23 23:04 UTC, Matthew Wener
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Wener 2024-12-23 23:03:26 UTC
Changes
* Change deflate_tree: base_length[] and length_code[] not to be const
* Drop support for python 3.8 and add support for python 3.13
Comment 1 Matthew Wener 2024-12-23 23:04:36 UTC
Created attachment 256084 [details]
py-inflate64 v1.0.1
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-18 14:28:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ca1efdf9efdc2fe9cb2423d18d4f398d8ee46d0

commit 9ca1efdf9efdc2fe9cb2423d18d4f398d8ee46d0
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2024-12-23 22:40:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-02-18 14:16:22 +0000

    archivers/py-inflate64: update to 1.0.1

    Upstream changes:

     * Change deflate_tree: base_length[] and length_code[] not to be const
     * Drop support for python 3.8 and add support for python 3.13

    PR:             283532

 archivers/py-inflate64/Makefile | 2 +-
 archivers/py-inflate64/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2025-02-18 14:33:16 UTC
Thank you for your contribution.