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

python311-hatchling-1.17.0-150400.9.3.9 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-hatchling Distribution: SUSE Linux Enterprise 15
Version: 1.17.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.9 Build date: Wed Oct 4 00:07:37 2023
Group: Unspecified Build host: h01-ch2d
Size: 683908 Source RPM: python-hatchling-1.17.0-150400.9.3.9.src.rpm
Packager: https://www.suse.com/
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

* Sat May 13 2023 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 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 benoit.monin@gmx.fr
  - update to version 1.15.0:
    * Add app build target
* Mon Apr 24 2023 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 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Mon Apr 03 2023 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 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 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 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
* Thu Oct 20 2022 benoit.monin@gmx.fr
  - update to version 1.11.1:
    * Fixed: Fix default file selection behavior of the wheel target
      when there is a single top-level module
* Sun Oct 09 2022 benoit.monin@gmx.fr
  - update to version 1.11.0:
    * Added:
      + Add env version source to retrieve the version from an
      environment variable
      + Add validate-bump option to the standard version scheme
    * Fixed:
      + Use proper CSV formatting for the RECORD metadata file of the
      wheel target to avoid warnings during installation by pip if,
      for example, file names contain commas
      + Fix installations with pip for build hooks that modify
      runtime dependencies
      + Decreasing verbosity now has no affect on output that should
      always be displayed
* Fri Sep 23 2022 benoit.monin@gmx.fr
  - update to version 1.10.0:
    * Added:
      + Add the following to the list of directories that cannot be
      traversed: __pypackages__, .hg, .hatch, .tox, .nox
      + Add deprecated option to allow ambiguous features
    * Fixed:
      + Improve tracking of dynamic metadata
      + Fix core metadata for entries in
      project.optional-dependencies that use direct references
* Tue Sep 13 2022 benoit.monin@gmx.fr
  - update to version 1.9.0:
    * Changed:
      + File pattern matching now more closely resembles Git's
      behavior
    * Added:
      + Implement a minimal version of
      prepare_metadata_for_build_wheel and
      prepare_metadata_for_build_editable for non-frontend tools
      that only need to inspect a project's metadata
      + Add metadata command to view PEP 621 project metadata
      + Improve error messages for SPDX license errors
      + Retroactively support License-File for core metadata starting
      at version 2.1
      + Bump the minimum supported version of pathspec to 0.10.1
    * Fixed:
      + Allow the valid non-SPDX license values
      LicenseRef-Public-Domain and LicenseRef-Proprietary
      + Show the help text of the CLI when no subcommand is selected
  - requires python-base to set the minimum python version, -devel is
    not needed
  - requires pathspec >= 0.10.1
* Thu Aug 25 2022 benoit.monin@gmx.fr
  - update to version 1.8.1:
    * Fixed:
      + Fix default file inclusion for wheel build targets when both
      the project name and package directory name are not
      normalized
* Thu Aug 18 2022 benoit.monin@gmx.fr
  - update to version 1.8.0:
    * Added:
      + Add get_known_classifiers method to metadata hooks
    * Fixed:
      + Fix check for updating static versions with the version
      command when metadata hooks are in use
* Sat Aug 13 2022 benoit.monin@gmx.fr
  - update to version 1.7.1:
    * Fixed:
      + Fix the value the relative_path attribute of included files,
      that some build plugins may use, when selecting explicit
      paths
* Sat Aug 13 2022 benoit.monin@gmx.fr
  - update to version 1.7.0:
    * Added:
      + Add require-runtime-features option for builders and build
      hooks
      + Check for unknown trove classifiers
      + Update SPDX license information to version 3.18
    * Fixed:
      + Add better error message for wheel target dev mode
      installations that define path rewrites with the sources
      option
      + Note the allow-direct-references option in the relevant error
      messages
* Sat Jul 30 2022 benoit.monin@gmx.fr
  - update to version 1.6.0:
    * Changed:
      + When no build targets are specified on the command line, now
      default to sdist and wheel targets rather than what happens
      to be defined in config
      + The code version source now only supports files with known
      extensions
      + Global build hooks now run before target-specific build hooks
      to better match expected behavior
    * Added:
      + The code version source now supports loading extension
      modules
      + Add search-paths option for the code version source
    * Fixed:
      + Fix removing sources using an empty string value in the
      mapping
      + The strict-naming option now also applies to the metadata
      directory of wheel targets
* Fri Jul 15 2022 benoit.monin@gmx.fr
  - update to version 1.5.0:
    * Added:
      + Support the final draft of PEP 639
      + Add strict-naming option for sdist and wheel targets
    * Fixed: Project names are now stored in sdist and wheel target
      core metadata exactly as defined in pyproject.toml without
      normalization to allow control of how PyPI displays them
  - require python 3.7 as minimum version to match upstream
    requirement
* Tue Jul 05 2022 benoit.monin@gmx.fr
  - update to version 1.4.1:
    * Fixed:
      + Fix forced inclusion of important files like licenses for
      sdist targets when using the explicit selection options
      + Don't sort project URL metadata so that the rendered order
      on PyPI can be controlled
* Mon Jul 04 2022 benoit.monin@gmx.fr
  - update to version 1.4.0:
    * Changed: The packages option uses the new only-include option
      to provide targeted inclusion, since that is desired most of
      the time
    * Added:
      + Support PEP 561 type hinting
      + Add version build hook
      + Add only-include option
      + The editable version of wheel targets now respects the
      force-include option by default
      + The force-include option now supports path rewriting with the
      sources option
      + The wheel target shared-data and extra-metadata options now
      respect file selection options
      + The wheel target now auto-detects single module layouts
      + Improve performance by never entering directories that are
      guaranteed to be undesirable like __pycache__ rather than
      excluding individual files within
      + Update SPDX license information to version 3.17
    * Fixed:
      + Don't write empty entry points file for wheel targets if
      there are no entry points defined
      + Allow metadata hooks to set the version in all cases
      + Prevent duplicate file entries from inclusion when using the
      force-include option
* Sun Jun 12 2022 benoit.monin@gmx.fr
  - update to version 1.3.1:
    * Fixed: Better populate global variables for the code version
      source
  - add a comment explaining why the tests are skipped in obs
    because they need internet access
* Thu May 26 2022 benoit.monin@gmx.fr
  - creation of the package with version 1.3.0

Files

/etc/alternatives/hatchling
/usr/bin/hatchling
/usr/bin/hatchling-3.11
/usr/lib/python3.11/site-packages/hatchling
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/licenses
/usr/lib/python3.11/site-packages/hatchling-1.17.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.11/site-packages/hatchling/__about__.py
/usr/lib/python3.11/site-packages/hatchling/__init__.py
/usr/lib/python3.11/site-packages/hatchling/__main__.py
/usr/lib/python3.11/site-packages/hatchling/__pycache__
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__about__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__about__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/ouroboros.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/__pycache__/ouroboros.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/bridge
/usr/lib/python3.11/site-packages/hatchling/bridge/__init__.py
/usr/lib/python3.11/site-packages/hatchling/bridge/__pycache__
/usr/lib/python3.11/site-packages/hatchling/bridge/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/bridge/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/bridge/__pycache__/app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/bridge/__pycache__/app.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/bridge/app.py
/usr/lib/python3.11/site-packages/hatchling/build.py
/usr/lib/python3.11/site-packages/hatchling/builders
/usr/lib/python3.11/site-packages/hatchling/builders/__init__.py
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/app.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/custom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/custom.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/sdist.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/sdist.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/wheel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/__pycache__/wheel.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/app.py
/usr/lib/python3.11/site-packages/hatchling/builders/config.py
/usr/lib/python3.11/site-packages/hatchling/builders/constants.py
/usr/lib/python3.11/site-packages/hatchling/builders/custom.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__init__.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/custom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/custom.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/custom.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/interface.py
/usr/lib/python3.11/site-packages/hatchling/builders/hooks/version.py
/usr/lib/python3.11/site-packages/hatchling/builders/plugin
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatchling/builders/plugin/interface.py
/usr/lib/python3.11/site-packages/hatchling/builders/sdist.py
/usr/lib/python3.11/site-packages/hatchling/builders/utils.py
/usr/lib/python3.11/site-packages/hatchling/builders/wheel.py
/usr/lib/python3.11/site-packages/hatchling/cli
/usr/lib/python3.11/site-packages/hatchling/cli/__init__.py
/usr/lib/python3.11/site-packages/hatchling/cli/__pycache__
/usr/lib/python3.11/site-packages/hatchling/cli/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/build
/usr/lib/python3.11/site-packages/hatchling/cli/build/__init__.py
/usr/lib/python3.11/site-packages/hatchling/cli/build/__pycache__
/usr/lib/python3.11/site-packages/hatchling/cli/build/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/build/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/dep
/usr/lib/python3.11/site-packages/hatchling/cli/dep/__init__.py
/usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__
/usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/dep/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/metadata
/usr/lib/python3.11/site-packages/hatchling/cli/metadata/__init__.py
/usr/lib/python3.11/site-packages/hatchling/cli/metadata/__pycache__
/usr/lib/python3.11/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/metadata/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/version
/usr/lib/python3.11/site-packages/hatchling/cli/version/__init__.py
/usr/lib/python3.11/site-packages/hatchling/cli/version/__pycache__
/usr/lib/python3.11/site-packages/hatchling/cli/version/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/cli/version/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/dep
/usr/lib/python3.11/site-packages/hatchling/dep/__init__.py
/usr/lib/python3.11/site-packages/hatchling/dep/__pycache__
/usr/lib/python3.11/site-packages/hatchling/dep/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/dep/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/dep/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/dep/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/dep/core.py
/usr/lib/python3.11/site-packages/hatchling/licenses
/usr/lib/python3.11/site-packages/hatchling/licenses/__init__.py
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/parse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/parse.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/supported.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/__pycache__/supported.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/licenses/parse.py
/usr/lib/python3.11/site-packages/hatchling/licenses/supported.py
/usr/lib/python3.11/site-packages/hatchling/metadata
/usr/lib/python3.11/site-packages/hatchling/metadata/__init__.py
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/custom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/custom.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/spec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/spec.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/core.py
/usr/lib/python3.11/site-packages/hatchling/metadata/custom.py
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatchling/metadata/plugin/interface.py
/usr/lib/python3.11/site-packages/hatchling/metadata/spec.py
/usr/lib/python3.11/site-packages/hatchling/metadata/utils.py
/usr/lib/python3.11/site-packages/hatchling/ouroboros.py
/usr/lib/python3.11/site-packages/hatchling/plugin
/usr/lib/python3.11/site-packages/hatchling/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/specs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/specs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/plugin/exceptions.py
/usr/lib/python3.11/site-packages/hatchling/plugin/manager.py
/usr/lib/python3.11/site-packages/hatchling/plugin/specs.py
/usr/lib/python3.11/site-packages/hatchling/plugin/utils.py
/usr/lib/python3.11/site-packages/hatchling/py.typed
/usr/lib/python3.11/site-packages/hatchling/utils
/usr/lib/python3.11/site-packages/hatchling/utils/__init__.py
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/context.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/context.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/fs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/__pycache__/fs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/utils/constants.py
/usr/lib/python3.11/site-packages/hatchling/utils/context.py
/usr/lib/python3.11/site-packages/hatchling/utils/fs.py
/usr/lib/python3.11/site-packages/hatchling/version
/usr/lib/python3.11/site-packages/hatchling/version/__init__.py
/usr/lib/python3.11/site-packages/hatchling/version/__pycache__
/usr/lib/python3.11/site-packages/hatchling/version/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/core.py
/usr/lib/python3.11/site-packages/hatchling/version/scheme
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__init__.py
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__pycache__
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__pycache__/standard.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/__pycache__/standard.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatchling/version/scheme/plugin/interface.py
/usr/lib/python3.11/site-packages/hatchling/version/scheme/standard.py
/usr/lib/python3.11/site-packages/hatchling/version/source
/usr/lib/python3.11/site-packages/hatchling/version/source/__init__.py
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/code.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/code.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/env.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/env.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/regex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/__pycache__/regex.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/code.py
/usr/lib/python3.11/site-packages/hatchling/version/source/env.py
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatchling/version/source/plugin/interface.py
/usr/lib/python3.11/site-packages/hatchling/version/source/regex.py
/usr/share/doc/packages/python311-hatchling
/usr/share/doc/packages/python311-hatchling/README.md
/usr/share/licenses/python311-hatchling
/usr/share/licenses/python311-hatchling/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024