From c0175a1188d17a0830dbbf2b849ff918fef4338ce8f0121c0ccd73db21336ad4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 10 Oct 2022 20:22:44 +0000 Subject: [PATCH] Accepting request 1009614 from home:bnavigator:branches:devel:languages:python - Update to 1.1.2 * Fix an issue where exporting a constraints.txt file fails if an editable dependency is locked (#140). - Required by poetry 1.2 OBS-URL: https://build.opensuse.org/request/show/1009614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=2 --- poetry-plugin-export-1.1.1.tar.gz | 3 --- poetry-plugin-export-1.1.2.tar.gz | 3 +++ python-poetry-plugin-export.changes | 9 ++++++++- python-poetry-plugin-export.spec | 9 ++++----- 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 poetry-plugin-export-1.1.1.tar.gz create mode 100644 poetry-plugin-export-1.1.2.tar.gz diff --git a/poetry-plugin-export-1.1.1.tar.gz b/poetry-plugin-export-1.1.1.tar.gz deleted file mode 100644 index ae6eb8f..0000000 --- a/poetry-plugin-export-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23e3e512a609b54ef5ac441339fc9e68fd41e61d15bd924eb0094b4fda1e30d0 -size 27525 diff --git a/poetry-plugin-export-1.1.2.tar.gz b/poetry-plugin-export-1.1.2.tar.gz new file mode 100644 index 0000000..a3bcded --- /dev/null +++ b/poetry-plugin-export-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e92525dd63f38ce74a51ed68ea91d753523f21ce5f9ef8d3b793e2a4b2222ef +size 28129 diff --git a/python-poetry-plugin-export.changes b/python-poetry-plugin-export.changes index 332d4fb..db26291 100644 --- a/python-poetry-plugin-export.changes +++ b/python-poetry-plugin-export.changes @@ -1,5 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 10 20:04:57 UTC 2022 - Ben Greiner + +- Update to 1.1.2 + * Fix an issue where exporting a constraints.txt file fails if an + editable dependency is locked (#140). + ------------------------------------------------------------------- Sun Oct 9 13:19:33 UTC 2022 - Ben Greiner - Initial specfile for v1.1.1 -- Required by poetry 1.2 \ No newline at end of file +- Required by poetry 1.2 diff --git a/python-poetry-plugin-export.spec b/python-poetry-plugin-export.spec index 969799a..5c4b0b0 100644 --- a/python-poetry-plugin-export.spec +++ b/python-poetry-plugin-export.spec @@ -26,19 +26,19 @@ %endif Name: python-poetry-plugin-export -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Poetry plugin to export the dependencies to various formats License: MIT URL: https://python-poetry.org/ Source: https://files.pythonhosted.org/packages/source/p/poetry-plugin-export/poetry-plugin-export-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module poetry-core >= 1.1.0} BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core >= 1.1.0} +BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module poetry-plugin-export = %{version}} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} %endif BuildRequires: fdupes Requires: python-poetry >= 1.2.0 @@ -76,4 +76,3 @@ Poetry plugin to export the dependencies to various formats %endif %changelog -