Files
python-poetry-dynamic-versi…/python-poetry-dynamic-versioning.changes
Dirk Mueller fe2dfc4533 - update to 1.3.0:
* `pattern-prefix` option to add a prefix to the version tag
    pattern.
  * `ignore-untracked` option to control the detection of dirty
    state.
  * `from-file` config section to read a version from a file
    instead of the VCS.
  * `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for
    some logging.
  * Updated Dunamai to 1.21.0+ for the latest features

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-dynamic-versioning?expand=0&rev=5
2024-05-07 20:57:02 +00:00

24 lines
837 B
Plaintext

-------------------------------------------------------------------
Tue May 7 20:56:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* `pattern-prefix` option to add a prefix to the version tag
pattern.
* `ignore-untracked` option to control the detection of dirty
state.
* `from-file` config section to read a version from a file
instead of the VCS.
* `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for
some logging.
* Updated Dunamai to 1.21.0+ for the latest features
-------------------------------------------------------------------
Fri Feb 23 18:14:04 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- fix runtime dependencies
-------------------------------------------------------------------
Wed Dec 13 03:26:54 UTC 2023 - Richard Rahl <rrahl0@proton.me>
- initial packaging