14
0

- update to 3.0.0:

* Migrated from setuptools to hatch
  * Support using the `onbuild` step with Hatch
  * **Breaking**: The `build_dir` argument passed to
    `Versioningit.do_onbuild()`
  * and `onbuild` method callables has been changed to an
    `OnbuildFileProvider`
  * ABC

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=15
This commit is contained in:
2024-03-14 11:09:18 +00:00
committed by Git OBS Bridge
parent 8a70ac11ce
commit 96ebf989db
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 14 11:08:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Migrated from setuptools to hatch
* Support using the `onbuild` step with Hatch
* **Breaking**: The `build_dir` argument passed to
`Versioningit.do_onbuild()`
* and `onbuild` method callables has been changed to an
`OnbuildFileProvider`
* ABC
-------------------------------------------------------------------
Wed Mar 13 10:11:20 UTC 2024 - Dirk Müller <dmueller@suse.com>