forked from pool/python-poetry-plugin-export
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23e3e512a609b54ef5ac441339fc9e68fd41e61d15bd924eb0094b4fda1e30d0
|
||||
size 27525
|
||||
3
poetry-plugin-export-1.1.2.tar.gz
Normal file
3
poetry-plugin-export-1.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e92525dd63f38ce74a51ed68ea91d753523f21ce5f9ef8d3b793e2a4b2222ef
|
||||
size 28129
|
||||
@@ -1,5 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 20:04:57 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.1.2
|
||||
* Fix an issue where exporting a constraints.txt file fails if an
|
||||
editable dependency is locked (#140).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 9 13:19:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Initial specfile for v1.1.1
|
||||
- Required by poetry 1.2
|
||||
- Required by poetry 1.2
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user