Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyftpdlib for
openSUSE:Factory checked in at 2026-04-07 16:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
and /work/SRC/openSUSE:Factory/.python-pyftpdlib.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyftpdlib"
Tue Apr 7 16:34:29 2026 rev:27 rq:1344935 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2025-09-15 19:54:20.694729995 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.21863/python-pyftpdlib.changes
2026-04-07 16:51:06.462000011 +0200
@@ -1,0 +2,12 @@
+Wed Apr 1 18:45:02 UTC 2026 - Tim Neujahr
<[email protected]>
+
+- Update to 2.2.0:
+ * Fix 100% CPU spin in TLS connections after timeout
+ * Fix OPTS UTF8 command always returning 200
+ * Remove setup.py, use pyproject.toml
+ * Python 3.14 forkserver fix now included upstream (drop py314.patch)
+- Add BuildRequires: python-pytest-xdist
+- Drop Source1 (keycert.pem): now included in upstream tarball
+- Drop py314.patch, merged upstream
+
+-------------------------------------------------------------------
Old:
----
keycert.pem
py314.patch
pyftpdlib-2.0.1.tar.gz
New:
----
pyftpdlib-2.2.0.tar.gz
----------(Old B)----------
Old: * Remove setup.py, use pyproject.toml
* Python 3.14 forkserver fix now included upstream (drop py314.patch)
- Add BuildRequires: python-pytest-xdist
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyftpdlib.spec ++++++
--- /var/tmp/diff_new_pack.9CZaXn/_old 2026-04-07 16:51:07.070025206 +0200
+++ /var/tmp/diff_new_pack.9CZaXn/_new 2026-04-07 16:51:07.070025206 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyftpdlib
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -24,19 +24,18 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyftpdlib
-Version: 2.0.1
+Version: 2.2.0
Release: 0
Summary: Asynchronous FTP server library for Python
License: MIT
URL: https://github.com/giampaolo/pyftpdlib/
Source:
https://files.pythonhosted.org/packages/source/p/pyftpdlib/pyftpdlib-%{version}.tar.gz
-Source1: keycert.pem
-# PATCH-FIX-UPSTREAM https://github.com/giampaolo/pyftpdlib/pull/656 Avoid the
multiprocessing forkserver method
-Patch0: py314.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pyasynchat}
+BuildRequires: %{python_module pyasyncore}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -60,9 +59,8 @@
write very asynchronous FTP servers with Python.
%prep
-%autosetup -p1 -n pyftpdlib-%{version}
-sed -i '1 {/env python/ d}' pyftpdlib/test/*.py
-cp %{SOURCE1} pyftpdlib/test
+%autosetup -n pyftpdlib-%{version}
+sed -i '1 {/env python/ d}' tests/*.py
%build
%pyproject_wheel
@@ -90,7 +88,6 @@
export PYTHONPATH=%%{buildroot}%%{$python_sitelib}
export PYTHONDONTWRITEBYTECODE=1
# gh#giampaolo/pyftpdlib#540
-##export PYTEST_ADDOPTS="-k 'not (TestFtpListingCmdsTLSMixin or
TestConfigurableOptions or TestFtpStoreDataTLSMixin)'"
# gh#giampaolo/pyftpdlib#478
export TZ=GMT+1
$python -m pytest
++++++ pyftpdlib-2.0.1.tar.gz -> pyftpdlib-2.2.0.tar.gz ++++++
++++ 24181 lines of diff (skipped)