Files
python-hatch/python-hatch.changes
Markéta Machová 75e6f9ec33 - Update to 1.16.2
* Properly send informational output to stderr instead of stdout
  * Implement documented support for sbom-files as build data for
    the wheel build target
  * Fix regression where environments no longer acknowledged the
    project.optional-dependencies field
- Release 1.16.1
  * Handle special characters correctly in path for editable
    installs.
  * Fix multiple calls to install on sync_dependencies to become a
    single call.
  * Fix context variable formatting in project dependencies to
    prevent crashes when using variables like {root:parent:uri} in
    the [project] section.
  * Fix environment overrides for dependency-groups field to
    properly support matrix and conditional configurations.
- Release 1.16.0
  ## Changed:
  * Drop support for 3.9
  * Environment type plugins are now no longer expected to support
    a pseudo-build environment as any environment now may be used
    for building. The following methods have been removed:
    build_environment, build_environment_exists, run_builder,
    construct_build_command
  ## Added:
  * Support for workspaces inspired by Cargo Workspaces
  * Dependency group support.
  * The version and project metadata commands now support projects
    that do not use Hatchling as the build backend
  * The version command accepts a --force option, allowing for
    downgrades when an explicit version number is given.
  * Build environments can now be configured, the default build
    environment is hatch-build
  * The environment interface now has the following methods and
    properties in order to better support builds on remote
    machines: project_root, sep, pathsep, fs_context
  * Bump the minimum supported version of packaging to 24.2
  * Upgrade Ruff to 0.13.2
  ## Fixed:
  * All HTTP requests now set an identifiable User-Agent header.
  * Fix issue where terminal output would be out of sync during
    build.
  * Fix for Click Sentinel value when using run command
- Drop fix-with-latest-hatchling.patch
- Drop fix-tests.patch
- Provide some wheels for the test suite gh#pypa/hatch#2123

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=58
2026-01-06 14:10:52 +00:00

27 KiB