diff --git a/poetry_plugin_export-1.4.0.tar.gz b/poetry_plugin_export-1.4.0.tar.gz deleted file mode 100644 index bd286a3..0000000 --- a/poetry_plugin_export-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f -size 28553 diff --git a/poetry_plugin_export-1.5.0.tar.gz b/poetry_plugin_export-1.5.0.tar.gz new file mode 100644 index 0000000..8f98325 --- /dev/null +++ b/poetry_plugin_export-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc8738da0c81c3758e36b4e72e04ae59648a547492af2ffe6245af3594bb00f +size 28902 diff --git a/python-poetry-plugin-export.changes b/python-poetry-plugin-export.changes index 6ec457a..5acb7f3 100644 --- a/python-poetry-plugin-export.changes +++ b/python-poetry-plugin-export.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 23 10:12:53 UTC 2023 - Ben Greiner + +- Update to 1.5.0 + ## Changed + * Drop support for Python 3.7 (#189). + * Improve warning when the lock file is not consistent with + pyproject.toml (#215). + ## Fixed + * Fix an issue where markers for dependencies required by an + extra were not generated correctly (#209). + ------------------------------------------------------------------- Mon May 29 17:05:59 UTC 2023 - Ben Greiner diff --git a/python-poetry-plugin-export.spec b/python-poetry-plugin-export.spec index b46ae20..0c3f251 100644 --- a/python-poetry-plugin-export.spec +++ b/python-poetry-plugin-export.spec @@ -27,15 +27,16 @@ %{?sle15_python_module_pythons} Name: python-poetry-plugin-export%{psuffix} -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Poetry plugin to export the dependencies to various formats License: MIT URL: https://python-poetry.org/ # RepositorySource: https://github.com/python-poetry/poetry-plugin-export Source: https://files.pythonhosted.org/packages/source/p/poetry-plugin-export/poetry_plugin_export-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.3.0} +BuildRequires: %{python_module poetry-core >= 1.6.0} # No buildtime requirement of poetry: avoid build dep cycles! BuildRequires: python-rpm-macros %if %{with test} @@ -47,8 +48,8 @@ BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} %endif BuildRequires: fdupes -Requires: python-poetry >= 1.3.0 -Requires: python-poetry-core >= 1.3.0 +Requires: python-poetry >= 1.5.0 +Requires: python-poetry-core >= 1.6.0 Provides: python-poetry_plugin_export = %{version}-%{release} BuildArch: noarch %python_subpackages