15
0

Accepting request 1042959 from devel:languages:python

- Bump requirements
- 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/request/show/1042959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-plugin-export?expand=0&rev=2
This commit is contained in:
2022-12-15 19:29:01 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e92525dd63f38ce74a51ed68ea91d753523f21ce5f9ef8d3b793e2a4b2222ef
size 28129

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a1dd42765408931d7831738749022651d43a2968b67c988db1b7a567dfe41ef
size 28406

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 14 16:06:49 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
- Bump requirements
-------------------------------------------------------------------
Wed Dec 14 13:07:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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).
-------------------------------------------------------------------
Mon Oct 10 20:04:57 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-poetry-plugin-export
# spec file
#
# Copyright (c) 2022 SUSE LLC
#
@@ -26,23 +26,25 @@
%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_module poetry-core >= 1.3.0}
# No buildtime requirement of poetry: avoid build dep cycles!
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
Requires: python-poetry >= 1.2.0
Requires: python-poetry-core >= 1.1.0
Requires: python-poetry >= 1.2.2
Requires: python-poetry-core >= 1.3.0
Provides: python-poetry_plugin_export = %{version}-%{release}
BuildArch: noarch
%python_subpackages
@@ -51,7 +53,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