Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-hatchling-1.29.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-hatchling Distribution: openSUSE Tumbleweed
Version: 1.29.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Feb 24 20:50:58 2026
Group: Unspecified Build host: reproducible
Size: 642072 Source RPM: python-hatchling-1.29.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hatch.pypa.io/latest/
Summary: Build backend used by Hatch
This is the extensible, standards compliant build backend used by Hatch.

Provides

Requires

License

MIT

Changelog

* Tue Feb 24 2026 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.29.0:
    * Fixed: Source Date Epoch no longer fails when set to date
      before 1980.
* Wed Feb 04 2026 Daniel Garcia <daniel.garcia@suse.com>
  - Add pythons_for_pypi macro. This macro will help to build the python
    minimal stack for different python versions.
* Thu Nov 27 2025 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.28.0:
    * Changed: Drop support for Python 3.9
    * Added: Add sbom-files option and sbom_files build data to the
      wheel build target for including Software Bill of Materials
      files.
  - increase minimum python version to 3.10
* Thu Aug 21 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives on SLE-16-based and newer systems only
* Thu Jul 10 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives
* Sun Dec 15 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.27.0:
    * Added: Update the default version of core metadata to 2.4
* Tue Nov 12 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.26.3:
    * Fixed: Support an old import path that is still used by some
      consumers like Hatch
  - additional changes from version 1.26.2:
    * Fixed:
      + Back-populate string license fields (License-Expression) for
      core metadata versions prior to 2.4
      + Remove the License-Expression and License-Files core metadata
      from version 2.2 that was missed in the previous minor
      release
* Sun Nov 10 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.26.1:
    * Fixed:
      + Add backward compatibility for the old license-files metadata
      field
      + Support an old import path that is still used by some
      consumers like Hatch
  - additional changes from version 1.26.0:
    * Added:
      + Support version 2.4 of core metadata for the wheel and sdist
      targets
      + Add HATCH_METADATA_CLASSIFIERS_NO_VERIFY environment variable
      to disable trove classifier verification
      + Add .pixi to the list of directories that cannot be traversed
      + Bump the minimum supported version of packaging to 24.2
    * Fixed:
      + No longer write package metadata for license expressions and
      files for versions of core metadata prior to 2.4
      + Properly enable Zip64 support for the wheel target
      + Properly ignore parent .gitingore files when the project root
      matches one of the patterns
  - increase minimum version of python-packaging to 24.2
* Sat Jun 22 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.25.0:
    * Changed:
      + The macos-max-compat option for the wheel target is now
      disabled by default and will be removed in a future release
    * Added:
      + Artifacts for the wheel and sdist targets now have their
      permission bits normalized
    * Fixed:
      + Ignore manylinux/musllinux tags for the wheel target artifact
      name when enabling the infer_tag build data
      + The wheel target build data infer_tag when enabled now
      respects the MACOSX_DEPLOYMENT_TARGET environment variable
* Sun May 12 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.24.2:
    * Add .venv to the list of directories that cannot be traversed
    * Output from the core Application utility now writes to stderr
  - Changes from version 1.24.1:
    * Maintain file permissions for shared-scripts
      option/shared_scripts build data of the wheel target
  - Changes from version 1.24.0:
    * Add shared_data and shared_scripts build data for the wheel
      target
* Fri Apr 05 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.22.5:
    * Fix reading metadata from source distributions when fields are
      dynamic but not part of core metadata like entry points
* Sun Mar 24 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.22.4:
    * Only read source distribution metadata for fields that are
      explicitly defined as dynamic
* Wed Mar 20 2024 Matej Cepl <mcepl@cepl.eu>
  - Clean up the SPEC file
* Tue Mar 19 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.22.3:
    * Fix the custom build hook when using dynamic dependencies
* Sun Mar 17 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.22.2:
    * Fixed:
      + Fix regression when loading metadata from source
      distributions
      + Fix metadata hooks when building wheels from source
      distributions
  - additional changes from version 1.22.1:
    * Fixed:
      + Update the default version of core metadata to 2.3
  - additional changes from version 1.22.0:
    * Deprecated:
      + The app build target has been renamed to binary to reduce
      ambiguity with the name of an upcoming feature. The former
      name will still be usable for several minor releases.
    * Added:
      + Metadata for the wheel target now defaults to the PKG-INFO
      metadata within source distributions
      + Add dependencies method to the build hook interface so that
      hooks can themselves dynamically define dependencies
      + Update the default version of core metadata to 2.2
      + Update SPDX license information to version 3.23
      + Improve error message for when the default heuristics for
      wheel file inclusion fail
    * Fixed:
      + Properly support core metadata version 2.2
      + Remove editables as a direct dependency
      + Fix default wheel tag when the supported Python version
      declaration is strict
      + Load VCS ignore patterns first so that whitelisted patterns
      can be excluded by project configuration
      + Don't consider VCS ignore files that are outside of the VCS
      boundary
      + The sdist build target now gracefully ignores UNIX socket
      files
      + Begin ignoring certain files ubiquitously, like .DS_Store on
      macOS
  - remove editables from the required packages
* Thu Jan 25 2024 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.21.1:
    * Fix loading of local plugins to account for newly released
      versions of a dependency
* Thu Dec 21 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.21.0:
    * Add parent context modifier for path fields
* Wed Dec 13 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.20.0:
    * Added:
      + Add bypass-selection option to the wheel build target to
      allow for empty (metadata-only) wheels
    * Fixed:
      + Fix regression in 1.19.1 that allowed exclude to count toward
      inclusion selection, thus bypassing the default inclusion
      selection heuristics
      + Fix writing optional dependency core metadata in situations
      where there are multiple environment markers
  - additional changes from version 1.19.1:
    * Fixed:
      + Add better error message when the wheel build target cannot
      determine what to ship
      + Consider forced inclusion patterns and build-time artifacts
      as file selection since some build hooks generate the entire
      wheel contents without user configuration
  - additional changes from version 1.19.0:
    * Changed:
      + An error will now be raised if a force-included path does not
      exist
      + An error will now be raised for the wheel build target if no
      file selection options are defined
    * Added:
      + Officially support Python 3.12
      + Allow using an empty string for the sources option to add a
      prefix to distribution paths
    * Fixed:
      + Properly handle non-zero version epoch for the standard
      version scheme
      + Fix the wheel build target for case insensitive file systems
      when the project metadata name does not match the directory
      name on disk
      + The app build target no longer has suppressed output
      + Prevent duplicate paths when projects require the sources
      option while build hooks overwrite included paths
      + Properly escape spaces for URI context formatting
* Wed Jun 21 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.18.0
    * Drop support for Python 3.7
    * Update the list of directories that are always excluded for
      builds
* Sat Jun 03 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.17.1:
    * Fix dev mode when the project has symlinks and file inclusion is
    defined with the packages or only-include options
    * Change the name of generated PTH files for dev mode so they come
    first lexicographically and therefore load first
* Sat May 13 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.17.0:
    * The app build target now embeds the project version in the name
      of binaries
* Thu May 11 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.16.1:
    * Fix determining the built executable path for the app build
      target option when using a local copy of PyApp when there is
      an explicit target triple set
  - additional changes from version 1.16.0:
    * Add app build target option to build using a local copy of
      the PyApp repository
* Tue May 09 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.15.0:
    * Add app build target
* Mon Apr 24 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.14.1:
    * Fix internal archive root naming for the sdist target when
      strict-naming is disabled to match the file name in order to
      support the expectation of some frontends
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Mon Apr 03 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.14.0:
    * Added: Add trove-classifiers as a dependency
    * Fixed: Properly normalize metadata descriptions that contain
      line breaks
  - requires python-trove-classifiers
* Thu Feb 09 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to 1.13.0:
    * Update the set of known trove classifiers to version 2023.2.8
* Sun Jan 08 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.12.2:
    * Add macos-max-compat option to the wheel target that is enabled by default to
      support the latest version 22.0 of the packaging library
* Mon Jan 02 2023 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 1.12.1:
    * Fixed:
      + Fix minor regression in the PEP 517/660 function signatures
      that was discovered by Fedora
  - additional changes from version 1.12.0:
    * Added:
      + Improve readability of exceptions
      + Add extra_metadata build data to the wheel target
      + Retroactively support License-Expression core metadata
      starting at version 2.1
      + Add more type hints
      + Update the set of known trove classifiers to version
      2022.12.22
      + Update SPDX license information to version 3.19
      + Store Hatchling's metadata in pyproject.toml
    * Fixed:
      + Acknowledge the ARCHFLAGS environment variable on macOS for
      the wheel target when build hooks set the infer_tag build
      data to true
      + Fix dependency checking when encountering broken
      distributions
      + Remove unnecessary encoding declaration in the default
      template for the version build hook
  - remove skip_python2: python >= 3.7 is already required
  - drop python_module macro definition: provided by
    python-rpm-macros

Files

/usr/bin/hatchling
/usr/bin/hatchling-3.13
/usr/lib/python3.13/site-packages/hatchling
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/licenses
/usr/lib/python3.13/site-packages/hatchling-1.29.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.13/site-packages/hatchling/__about__.py
/usr/lib/python3.13/site-packages/hatchling/__init__.py
/usr/lib/python3.13/site-packages/hatchling/__main__.py
/usr/lib/python3.13/site-packages/hatchling/__pycache__
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__about__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__about__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/build.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/ouroboros.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/__pycache__/ouroboros.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/bridge
/usr/lib/python3.13/site-packages/hatchling/bridge/__init__.py
/usr/lib/python3.13/site-packages/hatchling/bridge/__pycache__
/usr/lib/python3.13/site-packages/hatchling/bridge/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/bridge/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/bridge/__pycache__/app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/bridge/__pycache__/app.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/bridge/app.py
/usr/lib/python3.13/site-packages/hatchling/build.py
/usr/lib/python3.13/site-packages/hatchling/builders
/usr/lib/python3.13/site-packages/hatchling/builders/__init__.py
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/app.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/binary.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/binary.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/custom.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/custom.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/macos.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/macos.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/sdist.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/sdist.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/wheel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/__pycache__/wheel.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/app.py
/usr/lib/python3.13/site-packages/hatchling/builders/binary.py
/usr/lib/python3.13/site-packages/hatchling/builders/config.py
/usr/lib/python3.13/site-packages/hatchling/builders/constants.py
/usr/lib/python3.13/site-packages/hatchling/builders/custom.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__init__.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/custom.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/custom.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/__pycache__/version.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/custom.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/hooks.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/plugin/interface.py
/usr/lib/python3.13/site-packages/hatchling/builders/hooks/version.py
/usr/lib/python3.13/site-packages/hatchling/builders/macos.py
/usr/lib/python3.13/site-packages/hatchling/builders/plugin
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/hooks.py
/usr/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py
/usr/lib/python3.13/site-packages/hatchling/builders/sdist.py
/usr/lib/python3.13/site-packages/hatchling/builders/utils.py
/usr/lib/python3.13/site-packages/hatchling/builders/wheel.py
/usr/lib/python3.13/site-packages/hatchling/cli
/usr/lib/python3.13/site-packages/hatchling/cli/__init__.py
/usr/lib/python3.13/site-packages/hatchling/cli/__pycache__
/usr/lib/python3.13/site-packages/hatchling/cli/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/build
/usr/lib/python3.13/site-packages/hatchling/cli/build/__init__.py
/usr/lib/python3.13/site-packages/hatchling/cli/build/__pycache__
/usr/lib/python3.13/site-packages/hatchling/cli/build/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/build/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/dep
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__init__.py
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__pycache__
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/dep/__pycache__/core.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/dep/core.py
/usr/lib/python3.13/site-packages/hatchling/cli/metadata
/usr/lib/python3.13/site-packages/hatchling/cli/metadata/__init__.py
/usr/lib/python3.13/site-packages/hatchling/cli/metadata/__pycache__
/usr/lib/python3.13/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/version
/usr/lib/python3.13/site-packages/hatchling/cli/version/__init__.py
/usr/lib/python3.13/site-packages/hatchling/cli/version/__pycache__
/usr/lib/python3.13/site-packages/hatchling/cli/version/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/cli/version/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/dep
/usr/lib/python3.13/site-packages/hatchling/dep/__init__.py
/usr/lib/python3.13/site-packages/hatchling/dep/__pycache__
/usr/lib/python3.13/site-packages/hatchling/dep/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/dep/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/dep/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/dep/__pycache__/core.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/dep/core.py
/usr/lib/python3.13/site-packages/hatchling/licenses
/usr/lib/python3.13/site-packages/hatchling/licenses/__init__.py
/usr/lib/python3.13/site-packages/hatchling/licenses/__pycache__
/usr/lib/python3.13/site-packages/hatchling/licenses/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/licenses/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/licenses/__pycache__/supported.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/licenses/__pycache__/supported.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/licenses/supported.py
/usr/lib/python3.13/site-packages/hatchling/metadata
/usr/lib/python3.13/site-packages/hatchling/metadata/__init__.py
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/core.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/custom.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/custom.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/spec.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/spec.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/core.py
/usr/lib/python3.13/site-packages/hatchling/metadata/custom.py
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/hooks.py
/usr/lib/python3.13/site-packages/hatchling/metadata/plugin/interface.py
/usr/lib/python3.13/site-packages/hatchling/metadata/spec.py
/usr/lib/python3.13/site-packages/hatchling/metadata/utils.py
/usr/lib/python3.13/site-packages/hatchling/ouroboros.py
/usr/lib/python3.13/site-packages/hatchling/plugin
/usr/lib/python3.13/site-packages/hatchling/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/specs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/specs.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/plugin/exceptions.py
/usr/lib/python3.13/site-packages/hatchling/plugin/manager.py
/usr/lib/python3.13/site-packages/hatchling/plugin/specs.py
/usr/lib/python3.13/site-packages/hatchling/plugin/utils.py
/usr/lib/python3.13/site-packages/hatchling/py.typed
/usr/lib/python3.13/site-packages/hatchling/utils
/usr/lib/python3.13/site-packages/hatchling/utils/__init__.py
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/context.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/fs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/__pycache__/fs.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/utils/constants.py
/usr/lib/python3.13/site-packages/hatchling/utils/context.py
/usr/lib/python3.13/site-packages/hatchling/utils/fs.py
/usr/lib/python3.13/site-packages/hatchling/version
/usr/lib/python3.13/site-packages/hatchling/version/__init__.py
/usr/lib/python3.13/site-packages/hatchling/version/__pycache__
/usr/lib/python3.13/site-packages/hatchling/version/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/__pycache__/core.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/core.py
/usr/lib/python3.13/site-packages/hatchling/version/scheme
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__init__.py
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__pycache__
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__pycache__/standard.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/__pycache__/standard.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/hooks.py
/usr/lib/python3.13/site-packages/hatchling/version/scheme/plugin/interface.py
/usr/lib/python3.13/site-packages/hatchling/version/scheme/standard.py
/usr/lib/python3.13/site-packages/hatchling/version/source
/usr/lib/python3.13/site-packages/hatchling/version/source/__init__.py
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/code.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/code.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/env.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/regex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/__pycache__/regex.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/code.py
/usr/lib/python3.13/site-packages/hatchling/version/source/env.py
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__init__.py
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/hooks.py
/usr/lib/python3.13/site-packages/hatchling/version/source/plugin/interface.py
/usr/lib/python3.13/site-packages/hatchling/version/source/regex.py
/usr/share/doc/packages/python313-hatchling
/usr/share/doc/packages/python313-hatchling/README.md
/usr/share/libalternatives/hatchling
/usr/share/libalternatives/hatchling/1313.conf
/usr/share/licenses/python313-hatchling
/usr/share/licenses/python313-hatchling/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026