Revisions of python-hatch

buildservice-autocommit accepted request 1162483 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 34)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 33)
- Add patch support-hatchling-1.22.patch:
  * Support updates for the new Hatchling.
- Add missing BuildRequires on editables, required for tests.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- update to 1.9.4:
  * Limit the maximum version of Hatchling in anticipation of
    backward incompatible changes
- update to 1.9.3:
  * Fix loading of local plugins to account for newly released
    versions of a dependency
- update to 1.9.2:
  * Fix the default token variable name for publishing to PyPI
buildservice-autocommit accepted request 1135269 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1135083 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 30)
- Update to 1.9.1
  * Ensure that the dependency_hash method of the environment
    interface is called after sync_dependencies for cases where the
    hash is only known at that point, such as for dependency
    lockers
  * Only acknowledge the HATCH_PYTHON_VARIANT_* environment
    variables for Python resolution for supported platforms and
    architectures
  * Fix Python resolution when there are metadata hooks with
    unsatisfied dependencies
- Unskip default platform tests gh#pypa/hatch#1145, but skip
  error checker

- Update to 1.9.0
  ## Changed:
  * Environments prefixed by hatch- are now considered internal and
    used for special purposes such as configuration for static
    analysis
  ## Added:
  * Enable docstring formatting by default for static analysis
  * Allow for overriding config of internal environments
  * Concretely state the expected API contract for the environment
    interface methods find and check_compatibility
  * Upgrade Ruff to 0.1.8
  * Bump the minimum supported version of Hatchling to 1.21.0
  ## Fixed:
  * Ignore a project's Python requirement for environments where
    the project is not installed
  * When not persisting config for static analysis, properly manage
    internal settings when Ruff's top level table already exists
buildservice-autocommit accepted request 1133974 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1133911 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 28)
- Update to 1.8.1
  ## Fixed:
  * Fix regression in calling subprocesses with updated PATH
  * Fix automatic installation of environment plugins when running
    as a standalone binary
  * Change default location of Python installations
- Release 1.8.0
  ## Changed:
  * Drop support for Python 3.7
  * The get_build_process method of the environment interface has
    been removed; plugins should use the new run_builder method
    instead
  * Remove pyperclip dependency and the --copy flag of the config
    find command
  * When running the build command all output from builders is now
    displayed as-is in real time without the stripping of ANSI
    codes
  * Version information (for Hatch itself) is now derived from Git
  ## Added:
  * Support Python 3.12
  * Add installers and standalone binaries
  * Add the ability to manage Python installations
  * Add fmt command
  * The virtual environment type can now automatically download
    requested versions of Python that are not installed
  * Add dependency_hash method to the environment interface
  * The state of installed dependencies for environments is saved
    as metadata so if dependency definitions have not changed then
    no checking is performed, which can be computationally
    expensive
buildservice-autocommit accepted request 1128345 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 27)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1128299 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 26)
- Add packaging232.patch to fix tests with recent packaging
buildservice-autocommit accepted request 1116198 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 24)
- Remove superflous BR pytest plugins: randomly rerunfailures
buildservice-autocommit accepted request 1112252 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 23)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1112235 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 22)
- Add CI.patch to fix tests
buildservice-autocommit accepted request 1094474 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 21)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1094318 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 20)
- Add hatch-pr828-pth-tests.patch, gh#pypa/hatch#828 fixing
  test failure with hatchling >= 1.17.1
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1092100 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 19)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1086107 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 18)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 17)
- Add fix-sdist-target.patch to fix tests: gh#pypa/hatch@1b10663e645e
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 16)
- 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)
buildservice-autocommit accepted request 1057750 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
baserev update by copy to link target
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by