Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-easypysmb for
openSUSE:Factory checked in at 2026-01-19 18:36:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-easypysmb (Old)
and /work/SRC/openSUSE:Factory/.python-easypysmb.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-easypysmb"
Mon Jan 19 18:36:41 2026 rev:4 rq:1327971 version:1.4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-easypysmb/python-easypysmb.changes
2025-06-17 18:21:59.185718489 +0200
+++
/work/SRC/openSUSE:Factory/.python-easypysmb.new.1928/python-easypysmb.changes
2026-01-19 18:40:56.225089110 +0100
@@ -1,0 +2,6 @@
+Sun Jan 18 14:21:40 UTC 2026 - Ben Greiner <[email protected]>
+
+- Add easypysmb-poetry-core.patch and use poetry-core
+ * gh#pschmitt/easypysmb#67
+
+-------------------------------------------------------------------
New:
----
easypysmb-poetry-core.patch
----------(New B)----------
New:
- Add easypysmb-poetry-core.patch and use poetry-core
* gh#pschmitt/easypysmb#67
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-easypysmb.spec ++++++
--- /var/tmp/diff_new_pack.h7IQYJ/_old 2026-01-19 18:40:56.809113275 +0100
+++ /var/tmp/diff_new_pack.h7IQYJ/_new 2026-01-19 18:40:56.809113275 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-easypysmb
#
-# 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
@@ -25,8 +25,10 @@
URL: https://github.com/pschmitt/easypysmb
Source:
https://files.pythonhosted.org/packages/source/e/easypysmb/easypysmb-%{version}.tar.gz
Source99:
https://raw.githubusercontent.com/pschmitt/easypysmb/master/LICENSE
+# PATCH-FIX-UPSTREAM easypysmb-poetry-core.patch gh#pschmitt/easypysmb#67
+Patch0: easypysmb-poetry-core.patch
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
+BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pysmb
@@ -38,7 +40,7 @@
easypysmb is a Python library that wraps around the pysmb library.
%prep
-%setup -q -n easypysmb-%{version}
+%autosetup -p1 -n easypysmb-%{version}
cp %{S:99} .
%build
++++++ easypysmb-poetry-core.patch ++++++
>From fa0d0b63e83a3accc0a3b58df8c8f4ca5a4ec472 Mon Sep 17 00:00:00 2001
From: Ben Greiner <[email protected]>
Date: Sun, 18 Jan 2026 15:17:48 +0100
Subject: [PATCH] Use poetry core
---
pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index f13e818..0c5912f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,5 +12,5 @@ pysmb = "^1.2.1"
[tool.poetry.dev-dependencies]
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"