15
0

- 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:
2022-12-14 13:07:55 +00:00
committed by Git OBS Bridge
parent 7d90c40c5a
commit c3ab559f5f
4 changed files with 16 additions and 7 deletions

View File

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