15
0

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
This commit is contained in:
2022-10-10 20:22:44 +00:00
committed by Git OBS Bridge
parent 7579aef80a
commit c0175a1188
4 changed files with 15 additions and 9 deletions

View File

@@ -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