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 2022-12-15 20:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry-plugin-export (Old)
and /work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-plugin-export"
Thu Dec 15 20:29:01 2022 rev:2 rq:1042959 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-poetry-plugin-export/python-poetry-plugin-export.changes
2022-10-17 14:57:34.806078924 +0200
+++
/work/SRC/openSUSE:Factory/.python-poetry-plugin-export.new.1835/python-poetry-plugin-export.changes
2022-12-15 20:29:02.641540464 +0100
@@ -1,0 +2,13 @@
+Wed Dec 14 16:06:49 UTC 2022 - Benjamin Greiner <[email protected]>
+
+- Bump requirements
+
+-------------------------------------------------------------------
+Wed Dec 14 13:07:11 UTC 2022 - Daniel Garcia <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
poetry-plugin-export-1.1.2.tar.gz
New:
----
poetry_plugin_export-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-poetry-plugin-export.spec ++++++
--- /var/tmp/diff_new_pack.lPhjtg/_old 2022-12-15 20:29:03.325544304 +0100
+++ /var/tmp/diff_new_pack.lPhjtg/_new 2022-12-15 20:29:03.329544326 +0100
@@ -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 @@
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