forked from pool/python-poetry-dynamic-versioning
Accepting request 1172538 from devel:languages:python
- 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/request/show/1172538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-dynamic-versioning?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a7bbdba2530499e73dfc6ac0af19de29020ab4aaa3e507573877114e6b71ed6
|
||||
size 30332
|
3
poetry_dynamic_versioning-1.3.0.tar.gz
Normal file
3
poetry_dynamic_versioning-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b780ea6a7231aca182afcfa9fc907060c9aab7d38831c7a843c423f99e7ec90
|
||||
size 31625
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-poetry-dynamic-versioning
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags
|
||||
License: MIT
|
||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module poetry-core >= 1.2.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Jinja2
|
||||
Requires: python-dunamai
|
||||
Requires: python-dunamai >= 1.21.0
|
||||
Requires: python-tomlkit
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
Reference in New Issue
Block a user