Bug 276386

Summary: devel/py-scantree: update to 0.0.2
Product: Ports & Packages Reporter: Ruslan Makhmatkhanov <rm>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
scantree 0.0.2 acm: maintainer-approval+

Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-16 19:09:25 UTC
This update allows us to eliminate some obsoleted dependencies and to build with decent python versions.

Changes:
https://github.com/andhus/scantree/releases/tag/v0.0.2

testrun:
============================================================================================================ test session starts =============================================================================================================
platform freebsd15 -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0
benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /ports/devel/py-scantree/work-py39/scantree-0.0.2
plugins: mock-3.10.0, profiling-1.7.0, anyio-4.2.0, benchmark-4.0.0
collected 51 items                                                                                                                                                                                                                           

test_compat.py .....                                                                                                                                                                                                                   [  9%]
test_filter.py .......                                                                                                                                                                                                                 [ 23%]
test_node.py ...........                                                                                                                                                                                                               [ 45%]
test_path.py .......                                                                                                                                                                                                                   [ 58%]
test_scantree.py .............                                                                                                                                                                                                         [ 84%]
test_test_utils.py ........                                                                                                                                                                                                            [100%]

============================================================================================================= 51 passed in 5.50s =============================================================================================================
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-16 19:09:48 UTC
Created attachment 247712 [details]
scantree 0.0.2
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-01-16 22:33:33 UTC
Comment on attachment 247712 [details]
scantree 0.0.2

Approved. Don't forget Bump PORTREVISION of dependant ports
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-01-16 22:35:38 UTC
*** Bug 276385 has been marked as a duplicate of this bug. ***
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-01-17 07:59:07 UTC
A commit in branch main references this bug:

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

commit 000aa91f5a62b82e62dc3de25af7458519edf888
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-01-17 07:56:48 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-01-17 07:56:48 +0000

    devel/py-scantree: update to 0.0.2

    This update allows us to eliminate some obsoleted dependencies and to build with
    decent python versions.

    Changes:
    https://github.com/andhus/scantree/releases/tag/v0.0.2

    Bump PORTREVISION for dependant port.

    PR:             276386
    Approved by:    acm (maintainer)

 devel/py-scantree/Makefile   | 6 ++----
 devel/py-scantree/distinfo   | 6 +++---
 security/py-dirhash/Makefile | 1 +
 3 files changed, 6 insertions(+), 7 deletions(-)
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-17 08:01:07 UTC
Done, thanks!