Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-devpi-server for
openSUSE:Factory checked in at 2026-04-07 16:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-server (Old)
and /work/SRC/openSUSE:Factory/.python-devpi-server.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-server"
Tue Apr 7 16:33:38 2026 rev:18 rq:1344803 version:6.19.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-server/python-devpi-server.changes
2026-02-04 21:10:43.900245013 +0100
+++
/work/SRC/openSUSE:Factory/.python-devpi-server.new.21863/python-devpi-server.changes
2026-04-07 16:49:18.013510983 +0200
@@ -1,0 +2,29 @@
+Mon Mar 30 21:36:54 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.19.2:
+ * Preserve log for documentation uploads in export.
+ * Any missing file on mirrors will be ignored during event
+ processing as is already the case in other places.
+ * Use short timeout when project list is requested for
+ ``has_project`` call on mirrors instead of the long one used
+ for ``list_projects``. This prevents installers from timing
+ out and retrying several times.
+ * Fix error handling for proxy requests from replica to
+ primary.
+ * Pin setuptools as pyramid still requires pkg_resources.
+ * Always allow replicas to access deleted releases to get the
+ proper ``410 Gone`` instead of ``403 Forbidden`` when
+ ``devpi-lockdown`` is in use.
+ * Add ``--autocreate-users`` server option.
+ * Automatically creates users that don't exist in devpi, but
+ have successfully authenticated via an authentication plugin.
+ * A typical example of when to enable this would be when
+ authenticating via an LDAP directory.
+ * Automatically created users do not have passwords, and have
+ no password hash to prevent local authentication.
+ * Add ``replica-files-in-sync-at``, ``replica-init-queue-
+ finished-at`` and ``replica-metadata-in-sync-at`` to status
+ view, the existing ``replica-in-sync-at`` is now a
+ combination of all three instead of just metadata.
+
+-------------------------------------------------------------------
Old:
----
devpi_server-6.18.0.tar.gz
New:
----
devpi_server-6.19.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-devpi-server.spec ++++++
--- /var/tmp/diff_new_pack.gYmTFC/_old 2026-04-07 16:49:18.545532984 +0200
+++ /var/tmp/diff_new_pack.gYmTFC/_new 2026-04-07 16:49:18.549533150 +0200
@@ -26,7 +26,7 @@
%{?sle15_python_module_pythons}
Name: python-devpi-server
-Version: 6.18.0
+Version: 6.19.2
Release: 0
Summary: Private PyPI caching server
License: MIT
@@ -38,11 +38,10 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-argon2-cffi >= 16.2
-Requires: python-attrs
+Requires: python-argon2-cffi
+Requires: python-attrs >= 22.2.0
Requires: python-defusedxml
-Requires: python-devpi-common >= 3.3.0
-Requires: python-execnet >= 1.2
+Requires: python-devpi-common >= 3.6.0
Requires: python-httpx
Requires: python-itsdangerous >= 0.24
Requires: python-lazy
@@ -52,9 +51,14 @@
Requires: python-py >= 1.4.23
Requires: python-pyramid >= 2
Requires: python-repoze.lru >= 0.6
-Requires: python-ruamel.yaml >= 0.15.94
+Requires: python-requests >= 2.3.0
+Requires: python-ruamel.yaml
+Requires: python-setuptools <= 81
Requires: python-strictyaml
Requires: python-waitress >= 1.0.1
+%if %{python_version_nodots} >= 313
+Requires: python-legacy-cgi
+%endif
%if %{with libalternatives}
Requires: alts
BuildRequires: alts
@@ -70,11 +74,11 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module WebTest}
-BuildRequires: %{python_module argon2-cffi >= 16.2}
-BuildRequires: %{python_module attrs}
+BuildRequires: %{python_module argon2-cffi}
+BuildRequires: %{python_module attrs >= 22.2.0}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module defusedxml}
-BuildRequires: %{python_module devpi-common >= 3.3.0}
+BuildRequires: %{python_module devpi-common >= 3.6.0}
BuildRequires: %{python_module execnet >= 1.2}
BuildRequires: %{python_module itsdangerous >= 0.24}
BuildRequires: %{python_module lazy}
@@ -86,7 +90,8 @@
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module repoze.lru >= 0.6}
-BuildRequires: %{python_module ruamel.yaml >= 0.15.94}
+BuildRequires: %{python_module requests >= 2.3.0}
+BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module strictyaml}
BuildRequires: %{python_module waitress >= 1.0.1}
# /SECTION
++++++ devpi_server-6.18.0.tar.gz -> devpi_server-6.19.2.tar.gz ++++++
++++ 6545 lines of diff (skipped)