diff --git a/poetry_plugin_export-1.2.0.tar.gz b/poetry_plugin_export-1.2.0.tar.gz deleted file mode 100644 index 69ea7f7..0000000 --- a/poetry_plugin_export-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a1dd42765408931d7831738749022651d43a2968b67c988db1b7a567dfe41ef -size 28406 diff --git a/poetry_plugin_export-1.3.1.tar.gz b/poetry_plugin_export-1.3.1.tar.gz new file mode 100644 index 0000000..f2a194a --- /dev/null +++ b/poetry_plugin_export-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d949742757a8a5f0b5810495bffaf4ed8a767f2e2ffda9887cf72f896deabf84 +size 28141 diff --git a/python-poetry-plugin-export.changes b/python-poetry-plugin-export.changes index f0c77ea..a7b6d19 100644 --- a/python-poetry-plugin-export.changes +++ b/python-poetry-plugin-export.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Mon Apr 24 19:13:42 UTC 2023 - Torsten Gruner + +- Update to 1.3.1 + * This release mainly fixes test suite compatibility with + upcoming Poetry releases. + * Improve error message in some cases when the dependency walk fails (#184). +- Version 1.3.0 + * Drop some compatibility code and bump minimum required + poetry version to 1.3.0 (#167). + * Fix an issue where the export failed if there was a circular + dependency on the root package (#118). + +------------------------------------------------------------------ Wed Dec 14 16:06:49 UTC 2022 - Benjamin Greiner - Bump requirements diff --git a/python-poetry-plugin-export.spec b/python-poetry-plugin-export.spec index dec6e0c..f7b7083 100644 --- a/python-poetry-plugin-export.spec +++ b/python-poetry-plugin-export.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif Name: python-poetry-plugin-export%{psuffix} -Version: 1.2.0 +Version: 1.3.1 Release: 0 Summary: Poetry plugin to export the dependencies to various formats License: MIT @@ -37,13 +37,15 @@ BuildRequires: %{python_module poetry-core >= 1.3.0} # No buildtime requirement of poetry: avoid build dep cycles! BuildRequires: python-rpm-macros %if %{with test} +BuildRequires: %{python_module build} +BuildRequires: %{python_module installer} BuildRequires: %{python_module poetry-plugin-export = %{version}} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} %endif BuildRequires: fdupes -Requires: python-poetry >= 1.2.2 +Requires: python-poetry >= 1.3.0 Requires: python-poetry-core >= 1.3.0 Provides: python-poetry_plugin_export = %{version}-%{release} BuildArch: noarch