diff --git a/poetry_dynamic_versioning-1.4.1.tar.gz b/poetry_dynamic_versioning-1.4.1.tar.gz deleted file mode 100644 index f285fd1..0000000 --- a/poetry_dynamic_versioning-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1 -size 32806 diff --git a/poetry_dynamic_versioning-1.5.0.tar.gz b/poetry_dynamic_versioning-1.5.0.tar.gz new file mode 100644 index 0000000..e0fd83d --- /dev/null +++ b/poetry_dynamic_versioning-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b25c26407cf0d13d51d5dc7fc45667bc041032fda42ce89401c4ce82917837 +size 34080 diff --git a/python-poetry-dynamic-versioning.changes b/python-poetry-dynamic-versioning.changes index 41fa8cb..8d2b10b 100644 --- a/python-poetry-dynamic-versioning.changes +++ b/python-poetry-dynamic-versioning.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 6 13:13:22 UTC 2025 - Richard Rahl + +- update to 1.5.0: + * CLI: When pyproject.toml contains the project section, the enable command + will add the required fields for Poetry 2.0.0+. + * For compatibility with Poetry 2.0.0, adjusted Poetry constraint from ^1.2.0 + to >=1.2.0 + * For compatibility with Poetry 2.0.0, when inserting the dynamic version + into pyproject.toml with PEP 621 mode activated, the plugin ensures not to + set project.version and tool.poetry.version at the same time. + * An UnboundLocalError could happen when pyproject.toml was misconfigured. + ------------------------------------------------------------------- Wed Sep 11 05:43:07 UTC 2024 - Richard Rahl diff --git a/python-poetry-dynamic-versioning.spec b/python-poetry-dynamic-versioning.spec index 9f7e946..77ad623 100644 --- a/python-poetry-dynamic-versioning.spec +++ b/python-poetry-dynamic-versioning.spec @@ -1,7 +1,7 @@ # # spec file for package python-poetry-dynamic-versioning # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-poetry-dynamic-versioning -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags License: MIT Group: Development/Libraries/Python URL: https://github.com/mtkennerly/poetry-dynamic-versioning Source: https://files.pythonhosted.org/packages/source/p/poetry-dynamic-versioning/poetry_dynamic_versioning-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core >= 1.2.0} BuildRequires: fdupes