Bug 277135 - security/py-pyblake2: deprecate and set to removal
Summary: security/py-pyblake2: deprecate and set to removal
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on: 277132 277134
Blocks: 275494
  Show dependency treegraph
 
Reported: 2024-02-18 16:06 UTC by Ruslan Makhmatkhanov
Modified: 2024-02-19 11:43 UTC (History)
1 user (show)

See Also:
antoine: maintainer-feedback+


Attachments
deprecate (528 bytes, patch)
2024-02-18 16:09 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 16:06:04 UTC
External pyblake2 implementation was imported into python standard library haslib module since 3.6

https://github.com/dchest/pyblake2/blob/master/README.rst

The only consumers of it (security/py-pyaff4 and security/py-trezor) have corresponding PRs to drop this dependency.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 16:09:45 UTC
Created attachment 248565 [details]
deprecate
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2024-02-18 19:41:52 UTC
Approved
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-19 11:43:06 UTC
A commit in branch main references this bug:

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

commit c2a3fde29bc32272da7b54faecaf35d3c0a34c1b
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-02-19 11:41:33 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-02-19 11:41:33 +0000

    security/py-pyblake2: deprecate and set to removal

    External pyblake2 implementation was imported into python standard library
    hashlib module since 3.6

    https://github.com/dchest/pyblake2/blob/master/README.rst

    The only consumers of it (security/py-pyaff4 and security/py-trezor) have
    corresponding PRs to drop this dependency.

    PR:             277135
    Approved by:    antoine (maintainer)

 security/py-pyblake2/Makefile | 3 +++
 1 file changed, 3 insertions(+)