From 85cde3e276779c619036eeb62207f063011392f335b228713f279ae94cab5af4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 29 May 2023 17:10:45 +0000 Subject: [PATCH] - Update to 1.4.0 * Fix an issue where --extra-index-url and --trusted-host was not generated for sources with priority explicit (#205). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=13 --- poetry_plugin_export-1.3.1.tar.gz | 3 --- poetry_plugin_export-1.4.0.tar.gz | 3 +++ python-poetry-plugin-export.changes | 7 +++++++ python-poetry-plugin-export.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 poetry_plugin_export-1.3.1.tar.gz create mode 100644 poetry_plugin_export-1.4.0.tar.gz diff --git a/poetry_plugin_export-1.3.1.tar.gz b/poetry_plugin_export-1.3.1.tar.gz deleted file mode 100644 index f2a194a..0000000 --- a/poetry_plugin_export-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d949742757a8a5f0b5810495bffaf4ed8a767f2e2ffda9887cf72f896deabf84 -size 28141 diff --git a/poetry_plugin_export-1.4.0.tar.gz b/poetry_plugin_export-1.4.0.tar.gz new file mode 100644 index 0000000..bd286a3 --- /dev/null +++ b/poetry_plugin_export-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f +size 28553 diff --git a/python-poetry-plugin-export.changes b/python-poetry-plugin-export.changes index 63c5004..6ec457a 100644 --- a/python-poetry-plugin-export.changes +++ b/python-poetry-plugin-export.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 29 17:05:59 UTC 2023 - Ben Greiner + +- Update to 1.4.0 + * Fix an issue where --extra-index-url and --trusted-host was not + generated for sources with priority explicit (#205). + ------------------------------------------------------------------- Mon May 8 06:43:37 UTC 2023 - Johannes Kastl diff --git a/python-poetry-plugin-export.spec b/python-poetry-plugin-export.spec index a51b16d..b46ae20 100644 --- a/python-poetry-plugin-export.spec +++ b/python-poetry-plugin-export.spec @@ -27,11 +27,12 @@ %{?sle15_python_module_pythons} Name: python-poetry-plugin-export%{psuffix} -Version: 1.3.1 +Version: 1.4.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 pip} BuildRequires: %{python_module poetry-core >= 1.3.0}