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

python311-hatch-1.7.0-150400.9.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-hatch Distribution: SUSE Linux Enterprise 15
Version: 1.7.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.1 Build date: Wed Oct 25 11:18:22 2023
Group: Unspecified Build host: h01-ch2d
Size: 732145 Source RPM: python-hatch-1.7.0-150400.9.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://hatch.pypa.io/latest/
Summary: Modern, extensible Python project management
Hatch is a modern, extensible Python project manager.

Features
  * Standardized build system with reproducible builds by default
  * Robust environment management with support for custom scripts
  * Easy publishing to PyPI or other indexes
  * Version management
  * Configurable project generation with sane defaults
  * Responsive CLI, ~2-3x faster than equivalent tools

Provides

Requires

License

MIT

Changelog

* Wed May 10 2023 daniel.garcia@suse.com
  - Add fix-sdist-target.patch to fix tests: gh#pypa/hatch@1b10663e645e
* Fri May 05 2023 dmueller@suse.com
  - update to 1.7.0:
    * The `src-layout` project template option is now enabled by
      default
    * Non-critical output now goes to stderr
    * Add `tool.hatch.env.requires` configuration to automatically
      install dependencies for environment and environment
      collector plugins
    * Add `custom` environment collector
    * Improve syncing of dependencies provided through Git direct
      references
    * Add `isolated_data_directory` attribute to the environment
      interface
    * Increase the timeout for and add retries to the `index`
      publisher
    * Expand home and environment variables in configured cache and
      data directories
    * Improve readability of exceptions
    * Update project templates
    * Bump the minimum supported version of Hatchling to 1.14.0
    * Fix displaying the version with the `version` command when
      the version is static and build dependencies are unmet
    * Fix build environments for the `virtual` environment type
      when storing within a relative path
    * Allow setuptools metadata migration for projects without
      `setup.py` if `setup.cfg` is present
    * Handle additional edge cases for setuptools metadata
      migration
    * Support boolean values for the `config set` command
  - drop hatch-pr659-utf8.patch (upstream)
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Fri Jan 06 2023 code@bnavigator.de
  - Update to v1.6.3
    [#]# Fixed:
    * Fix version command when the version is dynamic and build
      dependencies are unmet
  - Release 1.6.2 - 2022-10-20
    [#]# Fixed:
    * Fix getting dynamic metadata from hooks for environments when
      dependencies are not dynamic
  - Release 1.6.1 - 2022-10-16
    [#]# Fixed:
    * Computing the path to the user's home directory now gracefully
      falls back to ~ when it cannot be determined
  - Release 1.6.0 - 2022-10-08
    [#]# Changed:
    * The run_shell_command environment interface method now accepts
      arbitrary subprocess.Popen keyword arguments. This is not
      strictly breaking, but will be utilized in upcoming features.
    * The internal directory structure for storing virtual
      environments is now more nested. This is not breaking, but any
      local environments will be created anew.
    [#]# Added:
    * Add project command group to view details about the project
      like PEP 621 metadata
    * Better support for auto-detection of environments by tools like
      Visual Studio Code now that the storage directory of virtual
      environments will be flat if Hatch's configured virtual
      environment directory resides somewhere within the project root
      or if it is set to a .virtualenvs directory within the user's
      home directory
    * Build environments for the virtual environment type are now
      cached for improved performance
    * Add build_environment_exists method to the environment
      interface for implementations that cache the build environment
    * Add path option to the virtual environment type
    * Add --initialize-auth flag to the index publisher to allow for
      the saving of authentication information before publishing
    * Support Bash on Windows for the shell command
    * The setuptools migration script no longer modifies the
      formatting of existing pyproject.toml configuration
    * Bump the minimum supported version of Hatchling to 1.11.0
    [#]# Fixed:
    * Environments now respect dynamically defined project
      dependencies
    * The dep hash and all dep show commands now respect dynamically
      defined project dependencies
    * The env show, dep hash, and all dep show commands now honor
      context formatting
    * Fix matrix variable inclusion filtering of the run and env run
      commands when there are multiple possible variables
    * Build environment compatibility is now checked before use
    * Decreasing verbosity now has no affect on output that should
      always be displayed
    * Handle more edge cases in the setuptools migration script
    * Environments now respect user defined environment variables for
      context formatting
    * Update the scripts in the generated test environment template
      for new projects to reflect the documentation
    * Allow extra-dependencies in environment overrides
    * Depend on packaging explicitly rather than relying on it being
      a transitive dependency of Hatchling
  - Release 1.5.0 - 2022-08-28
    [#]# Added:
    * The index publisher now recognizes repository-specific options
    * Add the --ignore-compat flag to the env run command
    * Setting the HATCH_PYTHON environment variable to self will now
      force the use of the Python executable Hatch is running on for
      virtual environment creation
    [#]# Fixed:
    * Fix the --force-continue flag of the env run command
    * Handle more edge cases in the setuptools migration script
  - Release 1.4.2 - 2022-08-16
    [#]# Fixed:
    * Fix check for updating static versions with the version command
      when metadata hooks are in use
  - Release 1.4.1 - 2022-08-13
    [#]# Fixed:
    * Fix non-detached inheritance disabling for environments
  - Release 1.4.0 - 2022-08-06
    [#]# Added:
    * The default Python for virtual environments now checks PATH
      before using the one Hatch is running on
    * Values for environment env-vars now support context formatting
    * Add name override for environments to allow for regular
      expression matching
    * The index publisher now better supports non-PyPI indices
    * Add certificate options to the index publisher
    * Display waiting text when checking dependencies and removing
      environments
    * Display help text the first time the shell command is executed
    * Update project templates with Python 3.11 and the latest
      versions of various GitHub Actions
    * Add support for Almquist (ash) shells
    * Add hyperlink as a dependency for better handling of package
      index URLs
    * Bump the minimum supported version of virtualenv to 20.16.2
    * Bump the minimum supported version of tomlkit to 0.11.1
    [#]# Fixed:
    * Acknowledge extra-dependencies for the env show command
    * Fix locating executables within virtual environments on Debian
    * Fix managing the terminal size inside the shell command
    * Fix default code coverage file omission for the src-layout
      project template option
  - Release 1.3.1 - 2022-07-11
    [#]# Fixed:
    * Support -h/--help flag for the run command
  - Release 1.3.0 - 2022-07-10
    [#]# Changed:
    * Rename the default publishing plugin from pypi to the more
      generic index
    [#]# Added:
    * Support the absence of pyproject.toml files, as is the case for
      apps and non-Python projects
    * Hide scripts that start with an underscore for the env show
      command by default
    * Ignoring the exit codes of commands by prefixing with hyphens
      now works with entire named scripts
    * Add a way to require confirmation for publishing
    * Add --force-continue flag to the env run command
    * Make tracebacks colorful and less verbose
    * When shell configuration has not been defined, attempt to use
      the current shell based on parent processes before resorting to
      the defaults
    * The shell name pwsh is now an alias for powershell
    * Remove atomicwrites dependency
    * Relax constraint on userpath dependency
    * Bump the minimum supported version of Hatchling to 1.4.1
    [#]# Fixed:
    * Keep environments in sync with the dependencies of the selected
      features
    * Use utf-8 for all files generated for new projects
    * Escape special characters Git may return in the user name when
      writing generated files for new projects
    * Normalize the package name to lowercase in setuptools migration
      script
    * Fix parsing of source distributions during publishing
  - Release 1.2.1 - 2022-05-30
    [#]# Fixed:
    * Fix handling of top level data_files in setuptools migration
      script
  - Release 1.2.0 - 2022-05-22
    [#]# Changed:
    * The enter_shell environment plugin method now accepts an
      additional args parameter
    [#]# Added:
    * Allow context string formatting for environment dependencies
    * Add environment context string formatting fields env_name,
      env_type, matrix, verbosity, and args
    * Support overriding the default arguments used to spawn shells
      on non-Windows systems
    * Bump the minimum supported version of Hatchling to 1.3.0
    [#]# Fixed:
    * Improve setuptools migration script
  - Release 1.1.2 - 2022-05-20
    [#]# Fixed:
    * Bump the minimum supported version of Hatchling to 1.2.0
    * Update project metadata to reflect support for Python 3.11
  - Release 1.1.1 - 2022-05-12
    [#]# Fixed:
    * Fix setuptools migration script for non-Windows systems
  - Release 1.1.0 - 2022-05-12
    [#]# Changed:
    * In order to simplify the implementation of command execution
      for environment plugins, the run_shell_commands method has been
      replaced by the singular run_shell_command. A new
      command_context method has been added to more easily satisfy
      complex use cases.
    * The finalize_command environment plugin method has been removed
      in favor of the newly introduced context formatting
      functionality.
    [#]# Added:
    * Add context formatting functionality i.e. the ability to insert
      values into configuration like environment variables and
      command line arguments
    * Any verbosity for command execution will now always display
      headers, even for single environments
    * Every executed command is now displayed when running multiple
      commands or when verbosity is enabled
    * Similar to make, ignore the exit code of executed commands that
      start with - (a hyphen)
    * Add ability for the --init flag of the new command to
      automatically migrate setuptools configuration
    * Update project metadata to reflect the adoption by PyPA and
      production stability
  - Release 1.0.0 - 2022-04-28
    * This is the first stable release of Hatch v1, a complete
      rewrite. Enjoy!
  - Use python dependency generator, check in multibuild
  - Add hatch-pr659-utf8.patch for compatibility with new hatchling
    (gh#pypa/hatch#659).
* Mon Jun 08 2020 tchvatal@suse.com
  - Testsuite is too flaky, just skip the stuff overall unless someone
    invests more time into it
* Wed Jun 03 2020 tchvatal@suse.com
  - Skip more flaky tests
* Mon May 25 2020 pgajdos@suse.com
  - %python3_only -> %python_alternative
* Sun Apr 05 2020 tchvatal@suse.com
  - Skip flaky test
* Wed Dec 11 2019 tchvatal@suse.com
  - Update to 0.23.0:
    * fixes wheel packaging a bit
* Mon Oct 21 2019 jayvdb@gmail.com
  - Update to v0.22.0, dropping merged patches
* Sat Oct 12 2019 jayvdb@gmail.com
  - Activate test suite
  - Add patch 38ca5de2.patch and update-userpath.patch to support
    using latest python-userpath instead of unmaintained python-adduserpath
  - Add unmerged fixes in upstream pull requests:
    * pr_59.patch: Add decorator to tests which require internet connection
    * pr_60.patch: Avoid installing tests as a package
    * pr_62.patch: Fixed bad encoding for Python 3.7
* Thu Aug 02 2018 aboe76@gmail.com
  - Update to v0.20.0
* Mon Sep 11 2017 thomas.schraitle@suse.com
  - First public version 0.9.1

Files

/etc/alternatives/hatch
/usr/bin/hatch
/usr/bin/hatch-3.11
/usr/lib/python3.11/site-packages/hatch
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/licenses
/usr/lib/python3.11/site-packages/hatch-1.7.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.11/site-packages/hatch/__about__.py
/usr/lib/python3.11/site-packages/hatch/__init__.py
/usr/lib/python3.11/site-packages/hatch/__main__.py
/usr/lib/python3.11/site-packages/hatch/__pycache__
/usr/lib/python3.11/site-packages/hatch/__pycache__/__about__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/__pycache__/__about__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli
/usr/lib/python3.11/site-packages/hatch/cli/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/terminal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/__pycache__/terminal.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/application.py
/usr/lib/python3.11/site-packages/hatch/cli/build
/usr/lib/python3.11/site-packages/hatch/cli/build/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/build/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/build/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/build/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/clean
/usr/lib/python3.11/site-packages/hatch/cli/clean/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/clean/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/clean/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/clean/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/config
/usr/lib/python3.11/site-packages/hatch/cli/config/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/config/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/config/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/config/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/dep
/usr/lib/python3.11/site-packages/hatch/cli/dep/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/dep/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/dep/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/dep/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env
/usr/lib/python3.11/site-packages/hatch/cli/env/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/create.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/create.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/find.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/find.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/prune.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/prune.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/remove.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/remove.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/run.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/run.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/show.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/__pycache__/show.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/env/create.py
/usr/lib/python3.11/site-packages/hatch/cli/env/find.py
/usr/lib/python3.11/site-packages/hatch/cli/env/prune.py
/usr/lib/python3.11/site-packages/hatch/cli/env/remove.py
/usr/lib/python3.11/site-packages/hatch/cli/env/run.py
/usr/lib/python3.11/site-packages/hatch/cli/env/show.py
/usr/lib/python3.11/site-packages/hatch/cli/new
/usr/lib/python3.11/site-packages/hatch/cli/new/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/new/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/new/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/new/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/new/__pycache__/migrate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/new/__pycache__/migrate.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/new/migrate.py
/usr/lib/python3.11/site-packages/hatch/cli/project
/usr/lib/python3.11/site-packages/hatch/cli/project/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/project/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/project/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/project/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/project/__pycache__/metadata.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/project/__pycache__/metadata.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/project/metadata.py
/usr/lib/python3.11/site-packages/hatch/cli/publish
/usr/lib/python3.11/site-packages/hatch/cli/publish/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/publish/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/publish/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/publish/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/run
/usr/lib/python3.11/site-packages/hatch/cli/run/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/run/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/run/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/run/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/shell
/usr/lib/python3.11/site-packages/hatch/cli/shell/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/shell/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/shell/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/shell/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/status
/usr/lib/python3.11/site-packages/hatch/cli/status/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/status/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/status/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/status/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/cli/terminal.py
/usr/lib/python3.11/site-packages/hatch/cli/version
/usr/lib/python3.11/site-packages/hatch/cli/version/__init__.py
/usr/lib/python3.11/site-packages/hatch/cli/version/__pycache__
/usr/lib/python3.11/site-packages/hatch/cli/version/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/cli/version/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config
/usr/lib/python3.11/site-packages/hatch/config/__init__.py
/usr/lib/python3.11/site-packages/hatch/config/__pycache__
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/model.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/model.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/user.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/user.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/config/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/config/constants.py
/usr/lib/python3.11/site-packages/hatch/config/model.py
/usr/lib/python3.11/site-packages/hatch/config/user.py
/usr/lib/python3.11/site-packages/hatch/config/utils.py
/usr/lib/python3.11/site-packages/hatch/env
/usr/lib/python3.11/site-packages/hatch/env/__init__.py
/usr/lib/python3.11/site-packages/hatch/env/__pycache__
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/context.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/context.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/system.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/system.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/virtual.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/__pycache__/virtual.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors
/usr/lib/python3.11/site-packages/hatch/env/collectors/__init__.py
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/custom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/custom.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/default.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/__pycache__/default.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/custom.py
/usr/lib/python3.11/site-packages/hatch/env/collectors/default.py
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatch/env/collectors/plugin/interface.py
/usr/lib/python3.11/site-packages/hatch/env/context.py
/usr/lib/python3.11/site-packages/hatch/env/plugin
/usr/lib/python3.11/site-packages/hatch/env/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/env/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatch/env/plugin/interface.py
/usr/lib/python3.11/site-packages/hatch/env/system.py
/usr/lib/python3.11/site-packages/hatch/env/utils.py
/usr/lib/python3.11/site-packages/hatch/env/virtual.py
/usr/lib/python3.11/site-packages/hatch/index
/usr/lib/python3.11/site-packages/hatch/index/__init__.py
/usr/lib/python3.11/site-packages/hatch/index/__pycache__
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/publish.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/index/__pycache__/publish.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/index/core.py
/usr/lib/python3.11/site-packages/hatch/index/errors.py
/usr/lib/python3.11/site-packages/hatch/index/publish.py
/usr/lib/python3.11/site-packages/hatch/plugin
/usr/lib/python3.11/site-packages/hatch/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/specs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/specs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/plugin/constants.py
/usr/lib/python3.11/site-packages/hatch/plugin/manager.py
/usr/lib/python3.11/site-packages/hatch/plugin/specs.py
/usr/lib/python3.11/site-packages/hatch/plugin/utils.py
/usr/lib/python3.11/site-packages/hatch/project
/usr/lib/python3.11/site-packages/hatch/project/__init__.py
/usr/lib/python3.11/site-packages/hatch/project/__pycache__
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/env.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/env.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/project/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/project/config.py
/usr/lib/python3.11/site-packages/hatch/project/core.py
/usr/lib/python3.11/site-packages/hatch/project/env.py
/usr/lib/python3.11/site-packages/hatch/project/utils.py
/usr/lib/python3.11/site-packages/hatch/publish
/usr/lib/python3.11/site-packages/hatch/publish/__init__.py
/usr/lib/python3.11/site-packages/hatch/publish/__pycache__
/usr/lib/python3.11/site-packages/hatch/publish/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/publish/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/publish/__pycache__/index.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/publish/__pycache__/index.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/publish/index.py
/usr/lib/python3.11/site-packages/hatch/publish/plugin
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/publish/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatch/publish/plugin/interface.py
/usr/lib/python3.11/site-packages/hatch/py.typed
/usr/lib/python3.11/site-packages/hatch/template
/usr/lib/python3.11/site-packages/hatch/template/__init__.py
/usr/lib/python3.11/site-packages/hatch/template/__pycache__
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/default.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/default.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_default.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_default.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_ci.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_ci.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_cli.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_cli.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_tests.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/__pycache__/files_feature_tests.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/default.py
/usr/lib/python3.11/site-packages/hatch/template/files_default.py
/usr/lib/python3.11/site-packages/hatch/template/files_feature_ci.py
/usr/lib/python3.11/site-packages/hatch/template/files_feature_cli.py
/usr/lib/python3.11/site-packages/hatch/template/files_feature_tests.py
/usr/lib/python3.11/site-packages/hatch/template/plugin
/usr/lib/python3.11/site-packages/hatch/template/plugin/__init__.py
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/template/plugin/hooks.py
/usr/lib/python3.11/site-packages/hatch/template/plugin/interface.py
/usr/lib/python3.11/site-packages/hatch/utils
/usr/lib/python3.11/site-packages/hatch/utils/__init__.py
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/ci.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/ci.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/dep.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/dep.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/env.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/env.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/fs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/fs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/network.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/network.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/platform.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/platform.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/shells.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/shells.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/structures.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/structures.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/toml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/utils/__pycache__/toml.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/utils/ci.py
/usr/lib/python3.11/site-packages/hatch/utils/dep.py
/usr/lib/python3.11/site-packages/hatch/utils/env.py
/usr/lib/python3.11/site-packages/hatch/utils/fs.py
/usr/lib/python3.11/site-packages/hatch/utils/network.py
/usr/lib/python3.11/site-packages/hatch/utils/platform.py
/usr/lib/python3.11/site-packages/hatch/utils/shells.py
/usr/lib/python3.11/site-packages/hatch/utils/structures.py
/usr/lib/python3.11/site-packages/hatch/utils/toml.py
/usr/lib/python3.11/site-packages/hatch/venv
/usr/lib/python3.11/site-packages/hatch/venv/__init__.py
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hatch/venv/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hatch/venv/core.py
/usr/lib/python3.11/site-packages/hatch/venv/utils.py
/usr/share/doc/packages/python311-hatch
/usr/share/doc/packages/python311-hatch/README.md
/usr/share/licenses/python311-hatch
/usr/share/licenses/python311-hatch/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 17 23:33:02 2024