forked from pool/python-poetry-plugin-export
- Update to 1.2.0
* Drop some compatibility code and bump minimum required poetry version to
1.2.2 (#143).
* Ensure compatibility with upcoming Poetry releases (#151).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-poetry-plugin-export
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
@@ -26,18 +26,19 @@
|
||||
%endif
|
||||
|
||||
Name: python-poetry-plugin-export%{psuffix}
|
||||
Version: 1.1.2
|
||||
Version: 1.2.0
|
||||
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
|
||||
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.1.0}
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module poetry-plugin-export = %{version}}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
@@ -51,7 +52,7 @@ BuildArch: noarch
|
||||
Poetry plugin to export the dependencies to various formats
|
||||
|
||||
%prep
|
||||
%setup -q -n poetry-plugin-export-%{version}
|
||||
%setup -q -n poetry_plugin_export-%{version}
|
||||
|
||||
%if !%{with test}
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user