Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-poetry-plugin-export for
openSUSE:Factory checked in at 2026-04-20 16:11:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry-plugin-export (Old)
and /work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.11940
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-plugin-export"
Mon Apr 20 16:11:28 2026 rev:10 rq:1348101 version:1.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-poetry-plugin-export/python-poetry-plugin-export.changes
2025-05-03 20:58:38.516789613 +0200
+++
/work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.11940/python-poetry-plugin-export.changes
2026-04-20 16:11:43.870224749 +0200
@@ -1,0 +2,13 @@
+Mon Apr 20 04:59:53 UTC 2026 - Steve Kowalik <[email protected]>
+
+- update to 1.10.0:
+ ## Added
+ * Add support for exporting pylock.toml files.
+ ## Changed
+ * Drop support for Python 3.9.
+ ## Fixed
+ * Fix an issue where a "dependency walk failed" error message gave an
+ outdated advice.
+- Drop patch tests.patch, merged.
+
+-------------------------------------------------------------------
Old:
----
poetry_plugin_export-1.9.0.tar.gz
tests.patch
New:
----
poetry_plugin_export-1.10.0.tar.gz
----------(Old B)----------
Old: outdated advice.
- Drop patch tests.patch, merged.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-poetry-plugin-export.spec ++++++
--- /var/tmp/diff_new_pack.f9SqSS/_old 2026-04-20 16:11:44.534252089 +0200
+++ /var/tmp/diff_new_pack.f9SqSS/_new 2026-04-20 16:11:44.538252254 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-poetry-plugin-export
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,18 +27,16 @@
%{?sle15_python_module_pythons}
Name: python-poetry-plugin-export%{psuffix}
-Version: 1.9.0
+Version: 1.10.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
-# PATCH-FIX-UPSTREAM
https://github.com/python-poetry/poetry-plugin-export/pull/321 tests: adapt
tests to cosmetic changes caused by poetry-core#826
-Patch: tests.patch
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry-core >= 1.7.0 with %python-poetry-core
< 3}
+BuildRequires: %{python_module poetry-core >= 2.0}
# No buildtime requirement of poetry: avoid build dep cycles!
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -50,8 +48,9 @@
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
%endif
-Requires: (python-poetry >= 1.8.0 with python-poetry < 3)
-Requires: (python-poetry-core >= 1.7.0 with python-poetry-core < 3)
+Requires: python-tomlkit >= 0.11.4
+Requires: (python-poetry >= 2.1.0 with python-poetry < 3)
+Requires: (python-poetry-core >= 2.1.0 with python-poetry-core < 3)
Provides: python-poetry_plugin_export = %{version}-%{release}
BuildArch: noarch
%python_subpackages
++++++ poetry_plugin_export-1.9.0.tar.gz -> poetry_plugin_export-1.10.0.tar.gz
++++++
++++ 2003 lines of diff (skipped)