forked from pool/python-poetry-plugin-export
Accepting request 1113186 from devel:languages:python
- Update to 1.5.0 ## Changed * Drop support for Python 3.7 (#189). * Improve warning when the lock file is not consistent with pyproject.toml (#215). ## Fixed * Fix an issue where markers for dependencies required by an extra were not generated correctly (#209). OBS-URL: https://build.opensuse.org/request/show/1113186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-plugin-export?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f
|
||||
size 28553
|
||||
3
poetry_plugin_export-1.5.0.tar.gz
Normal file
3
poetry_plugin_export-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecc8738da0c81c3758e36b4e72e04ae59648a547492af2ffe6245af3594bb00f
|
||||
size 28902
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 10:12:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.5.0
|
||||
## Changed
|
||||
* Drop support for Python 3.7 (#189).
|
||||
* Improve warning when the lock file is not consistent with
|
||||
pyproject.toml (#215).
|
||||
## Fixed
|
||||
* Fix an issue where markers for dependencies required by an
|
||||
extra were not generated correctly (#209).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 17:05:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -27,15 +27,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-poetry-plugin-export%{psuffix}
|
||||
Version: 1.4.0
|
||||
Version: 1.5.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 base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core >= 1.3.0}
|
||||
BuildRequires: %{python_module poetry-core >= 1.6.0}
|
||||
# No buildtime requirement of poetry: avoid build dep cycles!
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
@@ -47,8 +48,8 @@ BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
Requires: python-poetry >= 1.3.0
|
||||
Requires: python-poetry-core >= 1.3.0
|
||||
Requires: python-poetry >= 1.5.0
|
||||
Requires: python-poetry-core >= 1.6.0
|
||||
Provides: python-poetry_plugin_export = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user