Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-devpi-common for
openSUSE:Factory checked in at 2026-04-20 16:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-common (Old)
and /work/SRC/openSUSE:Factory/.python-devpi-common.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-common"
Mon Apr 20 16:11:02 2026 rev:9 rq:1347776 version:4.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-common/python-devpi-common.changes
2023-11-26 19:37:21.262275504 +0100
+++
/work/SRC/openSUSE:Factory/.python-devpi-common.new.11940/python-devpi-common.changes
2026-04-20 16:11:08.792780480 +0200
@@ -1,0 +2,14 @@
+Fri Apr 17 17:41:46 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.1.1:
+ * Implement missing __hash__ for Version and CompareMixin
+ classes.
+ * Fix ``py.typed`` to properly export type information.
+ * Use ``__slots__`` to reduce memory usage of ``Version``.
+ * Use ``filter='data'`` for ``extractall`` call on supported
+ Python versions as additional guard to the existing out of
+ path checks against malicious tar files.
+ * Remove custom ``LegacyVersion`` and use ``packaging-legacy``
+ instead, which is also used by pypi.org.
+
+-------------------------------------------------------------------
Old:
----
devpi-common-4.0.3.tar.gz
New:
----
devpi_common-4.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-devpi-common.spec ++++++
--- /var/tmp/diff_new_pack.gBpUJF/_old 2026-04-20 16:11:09.620814574 +0200
+++ /var/tmp/diff_new_pack.gBpUJF/_new 2026-04-20 16:11:09.624814738 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-devpi-common
#
-# Copyright (c) 2023 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
@@ -18,24 +18,24 @@
%{?sle15_python_module_pythons}
Name: python-devpi-common
-Version: 4.0.3
+Version: 4.1.1
Release: 0
Summary: Utilities jointly used by devpi-server and devpi-client
License: MIT
URL: https://github.com/devpi/devpi
-Source:
https://files.pythonhosted.org/packages/source/d/devpi-common/devpi-common-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/devpi-common/devpi_common-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lazy
-Requires: python-packaging
+Requires: python-packaging-legacy
Requires: python-requests >= 2.3.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module py >= 1.4.20}
BuildRequires: %{python_module lazy}
+BuildRequires: %{python_module packaging-legacy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.3.0}
# /SECTION
@@ -45,7 +45,7 @@
Utilities jointly used by devpi-server and devpi-client.
%prep
-%autosetup -p1 -n devpi-common-%{version}
+%autosetup -p1 -n devpi_common-%{version}
rm tox.ini
%build