Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#21975 closed enhancement (fixed)

build-1.3.0 (Python Module)

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (5)

comment:1 by Douglas R. Reno, 6 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 6 months ago

1.3.0 (2025-08-01)

    Add --config-json (PR #916, fixes issue #900)

    Drop Python 3.8 (PR #891)

    Test on Python 3.14, colorful help on 3.14+ (PR #895)

    Fix ModuleNotFoundError when pip is not installed (PR #898)

    Disable use of pip install --python for debundled pip (PR #861)

    Don’t pass no-wheel to virtualenv if it would warn (PR #892)

    Optimize our tests to run faster (PR #871, #872, #738)

    Allow running our tests without virtualenv (PR #911)

    Fix issues in our tests (PR #824, #918, #870, #915, #862, #863, #899, #896, #854)

    Use SPDX identifiers for our license metadata (PR #914)

    Use dependency-groups for our development (PR #880)

    Mention conda and update uv mention in README/docs (PR #842, #816, #917)

comment:3 by Douglas R. Reno, 6 months ago

The conversion to dependency groups means that we're going to have to pass the test dependencies to the pip3 install command in the virtualenv, as there are no more extras for this package that we can rely on

comment:4 by Douglas R. Reno, 6 months ago

Resolution: fixed
Status: assignedclosed

in reply to:  3 comment:5 by Xi Ruoyao, 6 months ago

Replying to Douglas R. Reno:

The conversion to dependency groups means that we're going to have to pass the test dependencies to the pip3 install command in the virtualenv, as there are no more extras for this package that we can rely on

We can use pip3 install --group test to install all the dependencies in the test group of pyproject.toml. Changed to it at r12.3-1254-g6e512b97aa.

Note: See TracTickets for help on using tickets.