14
0
forked from pool/python-hatch

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=32
This commit is contained in:
2024-03-24 13:26:02 +00:00
committed by Git OBS Bridge
parent 0a99352653
commit 1108f1d30f
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 24 13:24:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Mon Dec 25 09:52:54 UTC 2023 - Ben Greiner <code@bnavigator.de>